# Microgram: executive-impact

`station__algovigilance__microgram-executive-impact` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

PDC: Validate L5+/L5++ executive impact metrics against quantitative thresholds

## Agent metadata

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

## Input schema

- `countries_active` *number* — Input variable countries_active
- `mentees_count` *number* — Input variable mentees_count
- `org_improvement_pct` *number* — Input variable org_improvement_pct
- `orgs_adopting` *number* — Input variable orgs_adopting
- `orgs_leading_change` *number* — Input variable orgs_leading_change
- `regulatory_advisory_roles` *number* — Input variable regulatory_advisory_roles
- `regulatory_guidances` *number* — Input variable regulatory_guidances
- `target_level` *number* — Input variable target_level
- `value_created_millions` *number* — Input variable value_created_millions

## Example call

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

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

## Related

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