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.
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": [
{}
]
}