# Microgram: microgram-run-station-fallback-router

`station__algovigilance__microgram-microgram-run-station-fallback-router` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Route to fallback domain when primary is unavailable

## Agent metadata

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

## Input schema

- `question_type` *string* (required) — Input parameter: question_type
- `primary_domain` *string* (required) — Input parameter: primary_domain

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-station-fallback-router",
    "arguments": {
      "question_type": "",
      "primary_domain": ""
    }
  }
}
```

## Related

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