mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
15 lines
417 B
YAML
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
|