agent_send_keys
Send bounded control or navigation keys to an MCP-managed agent terminal after the orchestrator confirms the action is authorized; use agent_prompt for arbitrary text.
Instructions
Send only bounded control/navigation keys to an MCP-managed agent terminal after the orchestrator has inspected the current interaction and determined the action is authorized under the caller delegation policy. The runtime does not grant approval or decide whether human escalation is required. Arbitrary text must use agent_prompt instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | ||
| agentId | Yes | MCP-managed persistent agent ID returned by agent_start. |