# Microgram: workflow-completion-gate

`station__algovigilance__microgram-workflow-completion-gate` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Determines whether the PV investigation workflow is complete and ready for closure

## Agent metadata

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

## Input schema

- `signal_assessed` *boolean* — Whether the signal has been formally assessed
- `causality_determined` *boolean* — Whether causality assessment has been completed
- `action_recommended` *boolean* — Whether an action/recommendation has been formulated
- `report_filed` *boolean* — Whether the investigation report has been filed
- `review_complete` *boolean* — Whether the investigation has been reviewed by a QA person

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-workflow-completion-gate",
    "arguments": {}
  }
}
```

## Related

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