# Microgram: microgram-run-config-fda-safety-comm

`station__algovigilance__microgram-microgram-run-config-fda-safety-comm` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Classify FDA safety communication urgency from search output

## Agent metadata

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

## Input schema

- `drugs_affected` *number* (required) — Input parameter: drugs_affected
- `is_new_risk` *boolean* (required) — Input parameter: is_new_risk
- `comm_type` *string* (required) — Input parameter: comm_type
- `affects_boxed_warning` *boolean* (required) — Input parameter: affects_boxed_warning

## 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-config-fda-safety-comm",
    "arguments": {
      "drugs_affected": 0,
      "is_new_risk": false,
      "comm_type": "",
      "affects_boxed_warning": false
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-microgram-run-config-fda-safety-comm](/tools/algovigilance__microgram-microgram-run-config-fda-safety-comm) — HTML page
- [/tools/algovigilance__microgram-microgram-run-config-fda-safety-comm/json](/tools/algovigilance__microgram-microgram-run-config-fda-safety-comm/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
