# Microgram: microgram-run-next-step-router

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

Routes the next step in a PV investigation workflow based on current progress and blockers

## Agent metadata

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

## Input schema

- `blocker_found` *boolean* (required) — Input parameter: blocker_found
- `current_step` *string* (required) — Input parameter: current_step
- `step_complete` *boolean* (required) — Input parameter: step_complete

## 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-next-step-router",
    "arguments": {
      "blocker_found": false,
      "current_step": "",
      "step_complete": false
    }
  }
}
```

## Related

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