# get-recall-actions

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

Get India drug recall and withdrawal actions

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: 60 ms (last measured)
- `cost_tokens_estimate`: 288 tokens (~1152 bytes)

## Input schema

- `drug_name` *string* — 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-recall-actions",
    "arguments": {}
  }
}
```

## Related

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