# Microgram: regulatory-mesh-translate-terminology

`station__algovigilance__microgram-regulatory-mesh-translate-terminology` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Translate PV terminology between agency frameworks. E.g., CIOMS seriousness criteria across FDA/EMA/PMDA interpretations.

## Agent metadata

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

## Input schema

- `term` *object* (required) — Term
- `from_agency` *object* (required) — From Agency
- `to_agency` *object* (required) — To Agency

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-regulatory-mesh-translate-terminology",
    "arguments": {
      "term": {},
      "from_agency": {},
      "to_agency": {}
    }
  }
}
```

## Related

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