Skip to main content
GET
/
mcp
/
scopes
Get Enabled Scopes
curl --request GET \
  --url https://mcp.cominty.com/mcp/scopes \
  --header 'x-cominty-token: <api-key>'
[
  {
    "name": "<string>",
    "title": "<string>",
    "description": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Response

200 - application/json

Successful Response

name
string
required
title
string
required
description
string
required