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