execute_agent
Execute a named AI agent with input and optional context to delegate specialized tasks such as security scanning and code review.
Instructions
Execute a single agent.
Args: agent_name: Name of the agent to execute input_content: Input content to process context: Optional context from Claude
Returns: Execution result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| agent_name | Yes | ||
| input_content | Yes |