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