# search-drug-registry

`station__pom-go-id__search-drug-registry` · native (always callable) · domain `pom-go-id` · pv-relevance `pv-core`

Search Indonesia drug registration database

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: 64 ms (last measured)
- `cost_tokens_estimate`: 258 tokens (~1032 bytes)

## Compose with

After invoking this tool, a natural next step is [`station__pom-go-id__get-safety-alerts`](/tools/pom-go-id__get-safety-alerts). The recommended chain is hand-authored in the catalog's `pipes_to` graph.

## Input schema

- `drug_name` *string* (required) — Drug name (brand or generic)
- `limit` *int* — Maximum results

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__pom-go-id__search-drug-registry",
    "arguments": {
      "drug_name": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 3062 tools
- [/tools/pom-go-id__search-drug-registry](/tools/pom-go-id__search-drug-registry) — HTML page
- [/tools/pom-go-id__search-drug-registry/json](/tools/pom-go-id__search-drug-registry/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
