Skip to main content

Get Endpoint Coverage

Immutable Catalog Entry

This descriptor comes from the active versioned Portal catalog.

READleonardo-ai.get_endpoint_coverage
  • Contract tier: agent_ready
  • Risk: read
  • Catalog version: leonardo-ai-2026.07.12.1
  • Descriptor hash: e164d0e5252824207f0ba946aeef396c114cba470b562d4b31824e701f852f3f

Use this local read-only tool to map the approved 55 direct Leonardo API operations and 15 workflow tools to methods, paths, categories, and risk. This hardening snapshot does not claim a new provider endpoint refresh and does not contact Leonardo.Ai.

Request Body

{
"jsonrpc": "2.0",
"id": "leonardo-ai-get-endpoint-coverage-example",
"method": "tools/call",
"params": {
"name": "leonardo-ai.get_endpoint_coverage",
"arguments": {
"category": ""
}
}
}

Arguments Schema

{
"type": "object",
"properties": {
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Optional exact catalog category, such as generation, jobs, or models."
}
},
"additionalProperties": false
}

Output Schema

{
"type": "object",
"required": [
"ok"
],
"properties": {
"ok": {
"type": "boolean",
"description": "Whether the navigation request succeeded."
},
"data": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"description": "Safe navigation data when the request succeeds."
},
"error": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"description": "Safe structured error when ok is false."
},
"manifest": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"description": "Complete ToolManifest when explicitly requested."
}
},
"description": "Local Leonardo navigation result. ok=false is a semantic tool failure and must be handled as an error by the caller.",
"additionalProperties": true
}

Code Examples

curl -X POST 'https://portal.madpanda3d.com/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "leonardo-ai-get-endpoint-coverage-example",
"method": "tools/call",
"params": {
"name": "leonardo-ai.get_endpoint_coverage",
"arguments": {
"category": ""
}
}
}'

Example Responses

{
"ok": true,
"message": "Tool leonardo-ai.get_endpoint_coverage executed successfully.",
"note": "Response shape varies by MCP tool. Inspect live responses for exact fields."
}