trustgraph/specs/api/components/schemas/mcp-tool/McpToolRequest.yaml
cybermaggedon fce43ae035
REST API OpenAPI spec (#612)
* OpenAPI spec in specs/api.  Checked lint with redoc.
2026-01-15 11:04:37 +00:00

17 lines
404 B
YAML

type: object
description: |
MCP tool request - execute Model Context Protocol tool.
required:
- name
properties:
name:
type: string
description: Tool name to execute
example: search
parameters:
type: object
description: Tool parameters (JSON object, auto-converted to string internally)
additionalProperties: {}
example:
query: quantum computing
limit: 10