# Microgram: microgram-run-drug-identity-resolver

`station__algovigilance__microgram-microgram-run-drug-identity-resolver` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Determines if multiple data sources are referring to the same drug entity

## Agent metadata

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

## Input schema

- `has_rxcui` *boolean* (required) — Input parameter: has_rxcui
- `ingredient_match` *boolean* (required) — Input parameter: ingredient_match
- `has_ndc` *boolean* (required) — Input parameter: has_ndc
- `name_match` *boolean* (required) — Input parameter: name_match

## 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-drug-identity-resolver",
    "arguments": {
      "has_rxcui": false,
      "ingredient_match": false,
      "has_ndc": false,
      "name_match": false
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-microgram-run-drug-identity-resolver](/tools/algovigilance__microgram-microgram-run-drug-identity-resolver) — HTML page
- [/tools/algovigilance__microgram-microgram-run-drug-identity-resolver/json](/tools/algovigilance__microgram-microgram-run-drug-identity-resolver/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
