search_products
按条件搜索保险产品,返回结构化JSON列表。支持按险种、年龄、预算、关键词筛选。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | 被保险人年龄 | |
| limit | No | 最多返回条数,默认10 | |
| budget | No | 年预算上限(元) | |
| keyword | No | 产品名或保险公司关键词 | |
| category | No | 险种:医疗险/重疾险/意外险/定期寿险/终身寿险/年金险/旅游险/团险 |
按条件搜索保险产品,返回结构化JSON列表。支持按险种、年龄、预算、关键词筛选。
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | 被保险人年龄 | |
| limit | No | 最多返回条数,默认10 | |
| budget | No | 年预算上限(元) | |
| keyword | No | 产品名或保险公司关键词 | |
| category | No | 险种:医疗险/重疾险/意外险/定期寿险/终身寿险/年金险/旅游险/团险 |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided. Description does not state read-only nature, auth requirements, or result limits beyond schema defaults.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, front-loaded with main purpose and filter options. No redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose and filters well for a search tool with 5 optional params. Could mention default limit or behavior with no parameters, but overall adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the description does not add much beyond the schema parameter descriptions. Baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches insurance products by conditions and returns a structured JSON list, with specific filter criteria (category, age, budget, keyword). This distinguishes it from sibling tools like get_product_detail or recommend.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage for filtering products, but no explicit guidance on when to use this vs. siblings like recommend or check_underwriting.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.