ask_agent
Direct a prompt to a chosen AI agent such as Claude, Codex, Gemini, or Copilot, and receive the agent's response. Specify the target agent and question to get an answer.
Instructions
Ask a specific AI agent a question. Use when targeting a single agent like 'ask codex' or 'ask gemini'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Target agent to query | |
| model | No | Specific model to use (defaults to agent default) | |
| prompt | Yes | The question or prompt to send | |
| context | No | Additional context to pipe via stdin | |
| timeout | No | Timeout in milliseconds (default: 120000) | |
| analysisLevel | No | Analysis depth level (codex only) |