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>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

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

Executes the MCP tool identified by toolName with the key-value args map provided in the request body. The OAuth token is forwarded to the tool for user-scoped operations. Returns the tool’s result in data.

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