# get-recall-actions

`station__fda-gov-ph__get-recall-actions` · native (always callable) · domain `fda-gov-ph` · pv-relevance `pv-core`

Get Philippines drug recall and withdrawal actions

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: 50 ms (last measured)
- `cost_tokens_estimate`: 239 tokens (~956 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__fda-gov-ph__get-recall-actions",
    "arguments": {}
  }
}
```

## Related

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