get_industry_overview
Return a plain-text overview for an industry page (slug, e.g. "retail").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| industry | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
Return a plain-text overview for an industry page (slug, e.g. "retail").
| Name | Required | Description | Default |
|---|---|---|---|
| industry | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
| result | 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 states the return type (plain-text overview) but does not disclose whether the operation is read-only, any authorization needs, rate limits, or side effects. The gap is significant for a tool with zero annotation coverage.
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 11-word sentence that efficiently communicates the tool's purpose and parameter style. No wasted words; every part adds value.
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 retrieval tool with one parameter and an output schema present, the description is mostly adequate. It lacks mention that the slug should be valid (e.g., from list_industries) and error conditions, but the core functionality is covered.
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 single parameter 'industry' has no description in the schema (0% coverage). The description specifies it is a 'slug' and gives an example ('retail'), adding critical meaning beyond the schema's title alone.
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 uses a specific verb 'Return' and resource 'overview for an industry page' with a concrete example slug. It clearly distinguishes from siblings like get_article and search_articles by targeting industry overviews.
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 implies usage for obtaining an industry page overview but provides no explicit when-to-use, when-not-to-use, or references to alternative tools like list_industries. It lacks guidance on context.
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.