Skip to main content
POST
/
api
/
mcp
/
call
Execute MCP tool
curl --request POST \
  --url https://evalgate.com/api/mcp/call \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tool": "eval.quality.latest",
  "arguments": {}
}
'
{
  "ok": true,
  "content": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://evalgate.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tool
string
required
Example:

"eval.quality.latest"

arguments
object
required

Response

Tool result

ok
boolean
content
object[]