fishing_manual
玩法说明与全部指令列表(中文)。 / Game manual and full command list (Chinese).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
玩法说明与全部指令列表(中文)。 / Game manual and full command list (Chinese).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full behavioral burden. It only describes content ('manual and command list') but does not disclose that that invocation is read-only, what the return value looks like, or that the content is in Chinese.
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?
The description is exceptionally concise, delivering the essential information in two short lines without any redundant words. It is perfectly structured for quick consumption.
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?
Although the tool is simple with no parameters or output schema, the description does not specify the return format or behavior. It notes the content is in Chinese, which is useful, but otherwise lacks sufficient detail for an agent to know what to expect when invoking it.
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?
The tool has zero parameters, so the baseline is 4. The description does not need to explain parameters beyond noting it's a manual, which it does.
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 provides a game manual and full command list, distinguishing it from sibling tools that perform game actions. It lacks an explicit verb, but the resource and purpose are specific.
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?
Usage is implied: an agent needing instructions would call this tool. However, no explicit when-to-use/when-not-to-use guidance or alternatives are mentioned, leaving some ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.