# get-safety-alerts

`station__cdsco-gov-in__get-safety-alerts` · native (always callable) · domain `cdsco-gov-in` · pv-relevance `pv-core`

Get India drug safety alerts and communications

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: 61 ms (last measured)
- `cost_tokens_estimate`: 327 tokens (~1308 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__cdsco-gov-in__get-safety-alerts",
    "arguments": {
      "drug_name": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 3062 tools
- [/tools/cdsco-gov-in__get-safety-alerts](/tools/cdsco-gov-in__get-safety-alerts) — HTML page
- [/tools/cdsco-gov-in__get-safety-alerts/json](/tools/cdsco-gov-in__get-safety-alerts/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
