# Microgram: td-screen-trajectory

`station__algovigilance__microgram-td-screen-trajectory` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Project tardive dyskinesia risk trajectory over time for a patient profile. Shows how irreversibility score, recovery capacity, and supersensitivity evolve month by month, and when the critical boundary is crossed.

## Agent metadata

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

## Input schema

- `drug_class` *string* (required) — Drug class: typical_high_potency, typical_low_potency, atypical, dopaminergic, antiemetic, other
- `age` *number* (required) — Patient age in years
- `dose_ratio` *number* — Dose relative to standard (1.0 = standard)
- `prior_episodes` *number* — Number of prior dyskinesia episodes
- `max_months` *number* — Maximum projection window in months (default 60)

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-td-screen-trajectory",
    "arguments": {
      "drug_class": "",
      "age": 0
    }
  }
}
```

## Related

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