Skip to main content
GET
/
mcp
/
tools
List MCP tools
curl --request GET \
  --url https://app.myhero.so/mcp/tools \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "tools": [
      {
        "name": "<string>",
        "description": "<string>",
        "parameters": {},
        "annotations": {
          "readOnlyHint": false,
          "destructiveHint": false,
          "idempotentHint": false,
          "openWorldHint": false
        }
      }
    ],
    "instructions": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 response

data
object
required