記事の要点を取得する
get_articleagri-ja.net の記事1本について、要点(takeaways)・見出し構成・本文の冒頭抜粋・一次資料の出典URL・更新日を返す。本文全文は返さないので、詳細が必要なときは戻り値の url を読者に案内すること。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | 記事のslug(例: rice-advance-payment-by-region)。記事URLをそのまま渡してもよい |
get_articleagri-ja.net の記事1本について、要点(takeaways)・見出し構成・本文の冒頭抜粋・一次資料の出典URL・更新日を返す。本文全文は返さないので、詳細が必要なときは戻り値の url を読者に案内すること。
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | 記事のslug(例: rice-advance-payment-by-region)。記事URLをそのまま渡してもよい |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint annotation, the description discloses that the tool does not return the full article text and that the return value includes a URL for readers needing details. This is important behavioral context not present in the annotations.
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 two sentences, front-loaded with the return items, and the second sentence adds the crucial limitation and follow-up action. No waste.
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 simple read-only tool with one parameter, the description covers what is returned, what is not returned, and how to access the full article. Minor ambiguity between the article URL and primary-source URL, but overall complete.
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 schema already fully documents the 'slug' parameter with format examples and the option to pass a full URL. The description adds no additional parameter semantics, so the baseline of 3 applies given high schema coverage.
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 returns key points (takeaways), heading structure, opening excerpt, primary source URL, and update date for a single agri-ja.net article. It uses a specific verb (返す) and resource, distinguishing it from sibling search tools.
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?
The description provides no guidance on when to use this tool versus sibling tools like search_articles. It only notes that the full text is not returned and suggests guiding readers to the URL, which is a behavioral note, not a tool-selection guideline.
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.