II.
ToolDescriptor JSON
Structured · livetool-descriptor:kradle.kradle-dispatch-agent
Kradle: kradle_dispatch_agent json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:kradle.kradle-dispatch-agent",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-servers/kradle-mcp-server.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Kradle: kradle_dispatch_agent",
"category": "kradle-mcp",
"vendor": "a5c.ai",
"mode": "mcp-tool",
"description": "Dispatch an agent run",
"schema": "{\n \"type\": \"object\",\n \"properties\": {\n \"agentDefinition\": {\n \"type\": \"string\"\n },\n \"definitionRef\": {\n \"type\": \"string\"\n },\n \"stackRef\": {\n \"type\": \"string\"\n },\n \"agentStack\": {\n \"type\": \"string\"\n },\n \"input\": {\n \"type\": \"object\"\n }\n },\n \"anyOf\": [\n { \"required\": [\"agentDefinition\"] },\n { \"required\": [\"definitionRef\"] },\n { \"required\": [\"stackRef\"] },\n { \"required\": [\"agentStack\"] }\n ]\n}",
"inputSchema": {
"type": "object",
"properties": {
"agentDefinition": {
"type": "string"
},
"definitionRef": {
"type": "string"
},
"stackRef": {
"type": "string"
},
"agentStack": {
"type": "string"
},
"input": {
"type": "object"
}
},
"anyOf": [
{
"required": [
"agentDefinition"
]
},
{
"required": [
"definitionRef"
]
},
{
"required": [
"stackRef"
]
},
{
"required": [
"agentStack"
]
}
]
},
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:kradle-mcp-server",
"to": "tool-descriptor:kradle.kradle-dispatch-agent",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}