invoke_agent
ActiveTool of SendIt
declared in 0.1.0
Invoke a specific AI agent with given inputs. The agent will execute within policy constraints and return structured output. All agent runs are logged for audit and traceability.
Parameters schema
{
"type": "object",
"required": [
"agentId",
"input"
],
"properties": {
"input": {
"type": "object",
"description": "Agent-specific input parameters",
"additionalProperties": true
},
"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": "Agent to invoke"
},
"context": {
"type": "object",
"description": "Additional context (brand voice ID, date range, etc.)",
"additionalProperties": true
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries