# Microgram: br-framework

`station__algovigilance__microgram-br-framework` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Domain 10: Route to benefit-risk assessment framework by complexity, stakeholder needs, and quantitative requirement.

## Agent metadata

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

## Input schema

- `complexity` *string* — Input variable complexity
- `is_regulatory_submission` *boolean* — Input variable is_regulatory_submission
- `multiple_criteria` *boolean* — Input variable multiple_criteria
- `needs_economic` *boolean* — Input variable needs_economic
- `needs_quantitative` *boolean* — Input variable needs_quantitative

## Example call

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

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

## Related

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