# Microgram: fda-abuse-deterrent-eval

`station__algovigilance__microgram-fda-abuse-deterrent-eval` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

FDA abuse-deterrent opioid evaluation: routes by formulation properties and abuse pathway per FDA Guidance 'Abuse-Deterrent Opioids - Evaluation and Labeling' (2015)

## Agent metadata

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

## Input schema

- `abuse_pathway` *string* (required) — Route of abuse: oral_excessive, intranasal, injection, smoking, combined
- `formulation_category` *string* (required) — Abuse-deterrent category: physical_chemical_barrier, agonist_antagonist, aversion, delivery_system, prodrug, combination
- `in_vitro_result` *string* — In vitro manipulation study result: resistant, partially_resistant, not_resistant
- `clinical_abuse_study` *boolean* — Whether clinical abuse potential study (Category 3) has been completed

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-fda-abuse-deterrent-eval",
    "arguments": {
      "abuse_pathway": "",
      "formulation_category": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-fda-abuse-deterrent-eval](/tools/algovigilance__microgram-fda-abuse-deterrent-eval) — HTML page
- [/tools/algovigilance__microgram-fda-abuse-deterrent-eval/json](/tools/algovigilance__microgram-fda-abuse-deterrent-eval/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
