# get-pharmacovigilance-reports

`station__fda-moph-go-th__get-pharmacovigilance-reports` · native (always callable) · domain `fda-moph-go-th` · pv-relevance `pv-core`

Get Thailand pharmacovigilance and ADR reports

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: 74 ms (last measured)
- `cost_tokens_estimate`: 276 tokens (~1104 bytes)

## Input schema

- `drug_name` *string* (required) — Drug name

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__fda-moph-go-th__get-pharmacovigilance-reports",
    "arguments": {
      "drug_name": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 3062 tools
- [/tools/fda-moph-go-th__get-pharmacovigilance-reports](/tools/fda-moph-go-th__get-pharmacovigilance-reports) — HTML page
- [/tools/fda-moph-go-th__get-pharmacovigilance-reports/json](/tools/fda-moph-go-th__get-pharmacovigilance-reports/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
