# Microgram: action-router

`station__algovigilance__microgram-action-router` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Route flywheel composite health actions to specific remediation strategies. GREEN→no-op, YELLOW→monitor path, RED→intervention cascade.

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `action` *string* — Input variable action
- `degraded_dimension` *string* — Input variable degraded_dimension

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-action-router",
    "arguments": {}
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-action-router](/tools/algovigilance__microgram-action-router) — HTML page
- [/tools/algovigilance__microgram-action-router/json](/tools/algovigilance__microgram-action-router/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
