argus_capabilities
Retrieve a JSON catalog of all ARGUS tools and current WARDEN security posture. Use for discovery before choosing argus_ask or argus_status.
Instructions
List ARGUS MCP tools and WARDEN security posture as JSON text (no LLM call).
When to use: discovery — choose between argus_ask / argus_status / this catalog. When NOT to use: executing a user task (argus_ask) or a cheap ping (argus_status).
Side effects: none. Read-only, idempotent, no provider auth required for this tool.
Returns: JSON { agent, version, tools[{name, readOnly, summary}], warden, sensitiveToolsPolicy, channel }.
Example: argus_capabilities({ include_schemas: false })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_schemas | No | If true, include each tool's inputSchema in the JSON (larger payload). Default false — names + short summaries only. |