Search Knowledge Cards
query_cardsPurpose: search the public knowledge-card collection - atomic sourced facts compiled from statistics, standards,papers and official announcements. Guidelines: keyword matches title and fact fields; combine type and region tonarrow; every card returns its fact summary together with the source it was compiled from. Limits: publiclyreleasable cards only - gated or internal cards are never returned; each card is a single fact rather thananalysis, and carries no recommendation. Ex: query_cards(keyword='ISCC'), query_cards(type='标准解读', region='欧盟').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 可选:卡片类型 | |
| limit | No | 返回条数上限(默认 20) | |
| region | No | 可选:区域关键词 | |
| keyword | No | 关键词(标题与事实字段全文匹配) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Human-readable result (markdown, or a JSON string when response_format=json). |