# Microgram: ab-ti-narrow

`station__algovigilance__microgram-ab-ti-narrow` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Antibody: flags narrow therapeutic index drugs (TI < 2). These require therapeutic drug monitoring — single boolean sentinel.

## Agent metadata

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

## Input schema

- `therapeutic_index` *number* (required) — Input variable therapeutic_index

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-ab-ti-narrow",
    "arguments": {
      "therapeutic_index": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-ab-ti-narrow](/tools/algovigilance__microgram-ab-ti-narrow) — HTML page
- [/tools/algovigilance__microgram-ab-ti-narrow/json](/tools/algovigilance__microgram-ab-ti-narrow/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
