Skip to main content
POST
/
mcp
/
tools
/
{toolName}
Invoke an MCP tool
curl --request POST \
  --url https://app.myhero.so/mcp/tools/{toolName} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

toolName
string
required
Minimum string length: 1

Body

application/json
args
object

Response

200 response

data
any