# vigil-authority-config

`station__vigil__vigil-authority-config` · external (needs EXECUTION_BACKEND_URL configured) · domain `vigil` · pv-relevance `non-pv`

list-config: Show complete authority configuration

> **Note:** This tool routes through an external execution backend. If `EXECUTION_BACKEND_URL` is unset on the server, calls return JSON-RPC error `-32603 "Tool execution backend not configured"`. Tools with `backend: native` execute in-process and are always callable.

## Input schema

- `action` *string* (required) — Action: "add-rule", "remove-rule", "list-rules", "set-mode".
- `rule_type` *string*
- `value` *any*

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__vigil__vigil-authority-config",
    "arguments": {
      "action": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 3059 tools
- [/tools/vigil__vigil-authority-config](/tools/vigil__vigil-authority-config) — HTML page
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
