AI 导读
get_book_guide按 ISBN 获取图书的 AI 导读:编辑书评、核心看点、读者共识、章节摘要与热门短评。适合回答"这本书讲什么、值不值得读"。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | Yes | 图书 ISBN(10 或 13 位数字) |
get_book_guide按 ISBN 获取图书的 AI 导读:编辑书评、核心看点、读者共识、章节摘要与热门短评。适合回答"这本书讲什么、值不值得读"。
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | Yes | 图书 ISBN(10 或 13 位数字) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and does describe the returned content categories, signaling a read-only retrieval. It does not disclose edge-case behavior such as invalid or unknown ISBNs or whether some fields may be empty, which would strengthen transparency.
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?
One well-structured sentence leads with the lookup key and result type, lists the content components, and ends with the intended user question. Every clause adds information with no filler or 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?
For a one-parameter read tool with no output schema, the description adequately enumerates the result components and the user need it serves. It is slightly light on failure or format expectations, but nothing critical is missing for tool selection and invocation.
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 description coverage is 100% and the single 'isbn' parameter is already documented as 10 or 13 digits. The description only restates that the lookup is by ISBN, adding no meaningful semantic detail beyond the schema.
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?
Description states a specific action, '按 ISBN 获取图书的 AI 导读', and enumerates the delivered content: 编辑书评、核心看点、读者共识、章节摘要与热门短评. This makes the tool's function clear, though it does not explicitly contrast with sibling tools such as get_book_detail.
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?
Provides a clear use case: answering '这本书讲什么、值不值得读'. It does not name alternative tools or state when not to use this tool, but for a simple single-purpose lookup the context is sufficient.
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.