set_executor_mode
Switch between terse, execution-only responses and detailed explanations. Use when the user requests a change in response style.
Instructions
Turn "executor mode" (concise, no-narration responses) on or off. ON by default.
Args: enabled: False to switch to normal, explanatory responses for the rest of the conversation — call this when the user asks you to explain more / stop being so terse. True to switch back to terse/execution-only responses (already the default at the start of every conversation, so you only need this to undo a previous enabled=False).
Concise responses are the standing default from the very first turn (see the server's own instructions) — you do not need to call this at conversation start. Call it only when the user explicitly asks to change the response style, in either direction — phrases like "explain more", "stop being so terse" -> enabled=False; "be quick", "mode exécutant" again after asking for explanations -> enabled=True.
This does NOT silence errors or safety confirmations — always report a failed command or a "confirmed: false" honestly, briefly, even in executor mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes |