# Microgram: config-ema-signal-action

`station__algovigilance__microgram-config-ema-signal-action` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Classify EMA PRAC safety signal output into action priority. Routes based on signal status and recommended action type.

## Agent metadata

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

## Input schema

- `signal_status` *string* — confirmed, under_review, closed_no_action, new
- `recommended_action` *string* — label_change, referral, suspension, dhpc, routine, none
- `substances_affected` *number* — Number of substances/products affected by the signal

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-config-ema-signal-action",
    "arguments": {}
  }
}
```

## Related

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