调用任意网关接口
call_gatewayDirectly invoke any WeChat Reading API endpoint when no dedicated tool exists. Automatically adds authentication headers and flattens parameters for a valid request.
Instructions
直连网关的兜底工具:当某个接口还没有对应的专用工具时使用。
本工具会自动补上 `skill_version` 与鉴权头,并把 `params` 平铺到 body 顶层。
能用专用工具时优先用专用工具——它们的说明里带有字段口径与避坑规则。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | 业务参数,会被平铺到请求体顶层(不要再嵌套 params/data/body) | |
| api_name | Yes | 接口名,如 /store/search,可用 list_gateway_apis 查询 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||