# run-executive-impact

`station__microgram__run-executive-impact` · external (needs EXECUTION_BACKEND_URL configured) · domain `microgram` · pv-relevance `pv-core`

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

> **Note:** This tool routes through an external execution backend. If `EXECUTION_BACKEND_URL` is unset on the server, calls return JSON-RPC error `-32603 "Tool execution backend not configured"`. Tools with `backend: native` execute in-process and are always callable.

## Agent metadata

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

## Input schema

- `regulatory_guidances` *integer* (required) — Input parameter: regulatory_guidances
- `mentees_count` *integer* (required) — Input parameter: mentees_count
- `org_improvement_pct` *integer* (required) — Input parameter: org_improvement_pct
- `regulatory_advisory_roles` *integer* (required) — Input parameter: regulatory_advisory_roles
- `orgs_adopting` *integer* (required) — Input parameter: orgs_adopting
- `value_created_millions` *integer* (required) — Input parameter: value_created_millions
- `orgs_leading_change` *integer* (required) — Input parameter: orgs_leading_change
- `target_level` *integer* (required) — Input parameter: target_level
- `countries_active` *integer* (required) — Input parameter: countries_active

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__microgram__run-executive-impact",
    "arguments": {
      "regulatory_guidances": 0,
      "mentees_count": 0,
      "org_improvement_pct": 0,
      "regulatory_advisory_roles": 0,
      "orgs_adopting": 0,
      "value_created_millions": 0,
      "orgs_leading_change": 0,
      "target_level": 0,
      "countries_active": 0
    }
  }
}
```

## Related

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