list_agent_runs
ActiveTool of SendIt
declared in 0.1.0
List recent agent runs with status and summary.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Maximum results to return (default 20)"
},
"status": {
"enum": [
"pending",
"running",
"completed",
"failed"
],
"type": "string",
"description": "Filter by status (optional)"
},
"agentId": {
"enum": [
"strategy_planner",
"content_ideation",
"multi_format_composer",
"creative_asset",
"variant_repurposer",
"calendar_optimizer",
"listening_analyst",
"inbox_reply",
"campaign_builder",
"budget_optimizer",
"experimentation",
"executive_insights"
],
"type": "string",
"description": "Filter by agent (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries