trustgraph/specs/api/components/schemas/mcp-tool/McpToolResponse.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

15 lines
417 B
YAML

type: object
description: MCP tool response
properties:
text:
type: string
description: Text response from tool
example: Found 10 results for quantum computing...
object:
type: object
description: Structured response from tool (JSON object)
additionalProperties: {}
example:
results:
- title: Introduction to Quantum Computing
url: https://example.com/qc-intro