query_pharmacy
Concurrently query multiple pharmaceutical knowledge sources—public APIs, FHIR, SQL, files, vector search, and web—to retrieve structured drug data.
Instructions
Single pharmaceutical knowledge entry point. Query compatible public APIs, Taiwan NHI/TFDA, hospital FHIR inventory, SQL, files, vector search, and configured web sources concurrently. Agent contract: use structuredContent as the source of truth; preserve schema_version/status/sources/warnings/errors/meta when forwarding the result and never infer missing clinical facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| locale | No | BCP 47 locale for labels and messages (for example zh-TW). | zh-TW |
| context | No | ||
| sources | No | ||
| capabilities | No | ||
| output_format | No | Text rendering. structuredContent always follows the versioned outputSchema. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| errors | Yes | ||
| status | Yes | ||
| sources | Yes | ||
| warnings | Yes | ||
| schema_version | Yes |