You're viewing a demo portfolio

Join the waitlist
PRSM

invoke_agent

Active

Tool 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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →