II.
ToolDescriptor JSON
Structured · livetool-descriptor:everything.add
Everything: Add json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:everything.add",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/everything-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Everything: Add",
"description": "Add two numbers and return the sum.",
"inputSchema": {
"type": "object",
"required": [
"a",
"b"
],
"properties": {
"a": {
"type": "number"
},
"b": {
"type": "number"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"sum": {
"type": "number"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:everything.add",
"to": "tool-server:mcp-everything",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-everything",
"to": "tool-descriptor:everything.add",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}