II.
ToolDescriptor overview
Reference · livetool-descriptor:kradle.kradle-dispatch-agent
Kradle: kradle_dispatch_agent overview
Dispatch an agent run
Attributes
displayName
Kradle: kradle_dispatch_agent
category
kradle-mcp
vendor
a5c.ai
mode
mcp-tool
description
Dispatch an agent run
schema
{
"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"] }
]
}
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
Outgoing edges
None.
Incoming edges
contains_tool_descriptor1
- tool-server:kradle-mcp-server·ToolServerKradle MCP Server