# Microgram: microgram-run-aggregate-to-psur

`station__algovigilance__microgram-microgram-run-aggregate-to-psur` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Routes aggregate data assessment to PSUR section assignment and prioritization

## Agent metadata

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

## Input schema

- `has_new_signal` *boolean* (required) — Input parameter: has_new_signal
- `data_type` *string* (required) — Input parameter: data_type

## 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-aggregate-to-psur",
    "arguments": {
      "has_new_signal": false,
      "data_type": ""
    }
  }
}
```

## Related

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