II.
ToolDescriptor JSON
Structured · livetool-descriptor:everything.echo
Everything: Echo json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:everything.echo",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/everything-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Everything: Echo",
"description": "Echo back the input message. Used to test tool invocation.",
"inputSchema": {
"type": "object",
"required": [
"message"
],
"properties": {
"message": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:everything.echo",
"to": "tool-server:mcp-everything",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:source-provenance-extensions-tool-descriptors-everything-mcp-tools-yaml",
"to": "tool-descriptor:everything.echo",
"kind": "about_subject"
},
{
"from": "tool-server:mcp-everything",
"to": "tool-descriptor:everything.echo",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}