argus_status
Check ARGUS runtime readiness: returns version, channel, tool names, and policy notes. Run before heavy ask calls to avoid errors.
Instructions
Return ARGUS-3 MCP runtime status as JSON text (no LLM call, no side effects).
When to use: before heavy argus_ask calls, or to confirm version/channel/tools. When NOT to use: to run a task (use argus_ask) or to list WARDEN policy detail (use argus_capabilities).
Auth / limits: none beyond MCP session. Idempotent and read-only.
Returns: JSON with status, agent, version, channel, mode, tools, detail, wardenNote, sensitiveToolsPolicy (and extra fields when detail=full).
Example: argus_status({ detail: "basic" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Response depth. `basic` = liveness + version + tool names. `full` adds instructions excerpt, annotation summary, and MCP transport notes. Default basic. | basic |