# Microgram: meddra-soc-classify-by-context

`station__algovigilance__microgram-meddra-soc-classify-by-context` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Multi-axis MedDRA SOC classifier. Takes a context object, adverse event term, and (optional) SOC code; emits the hierarchy-compliant SOC mapping or null when the inputs do not uniquely resolve. For the simple PT->SOC table, see meddra-soc-router (the lookup variant).

## Agent metadata

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

## Input schema

- `context` *object* — Free-form context for micrograms that take no declared inputs.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-meddra-soc-classify-by-context",
    "arguments": {}
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-meddra-soc-classify-by-context](/tools/algovigilance__microgram-meddra-soc-classify-by-context) — HTML page
- [/tools/algovigilance__microgram-meddra-soc-classify-by-context/json](/tools/algovigilance__microgram-meddra-soc-classify-by-context/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
