get_taiwan_post
取得一篇台灣真人心得全文與回覆。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
取得一篇台灣真人心得全文與回覆。
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does disclose the shape of the payload (full text plus replies), which is genuine behavioral value, but says nothing about permissions, errors for invalid ids, or whether replies are paginated.
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?
A single short sentence that front-loads the returned content. It is efficient and free of padding, though it is arguably too terse to cover the missing parameter and usage context.
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 conveys the essential return content. However, with zero schema coverage and no annotations, it leaves the id semantics and access prerequisites unspecified, which is a meaningful gap for an agent that must construct the call.
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 0% and the single required parameter 'id' is not explained anywhere. The description never states what kind of id is expected (numeric post id, slug, etc.) or where an agent would obtain one, so it does not compensate for the coverage gap.
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 names a specific verb and resource: fetching a Taiwan real-person post's full text and its replies. It is distinguishable from the sibling list_taiwan_posts, since this retrieves a single post's body plus comments rather than enumerating posts. It stops short of 5 only because it doesn't explicitly contrast itself with the sibling by name.
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?
There is no statement of when to use this tool versus check_ai_text, get_topic_opinions, list_taiwan_posts, or search_human_opinions. The agent must infer that a known post id is required and that this is the detail-fetch counterpart to the list tool.
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.