get_guide
Get one comparison guide by slug, with the compared options, per-option verdicts, and purchase links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Guide slug, e.g. "magnesium-forms" (find it via list_guides) |
Get one comparison guide by slug, with the compared options, per-option verdicts, and purchase links.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Guide slug, e.g. "magnesium-forms" (find it via list_guides) |
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 of behavioral disclosure. It usefully reveals the returned content (compared options, verdicts, purchase links), but it does not explicitly state that the operation is read-only, what happens on an invalid slug, or any other behavioral traits. 'Get' implies retrieval but is not a strong disclosure.
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 a single, well-structured sentence that front-loads the action and resource, then specifies the key return elements with zero redundancy. Every word earns its place.
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 one-parameter retrieval tool with no output schema, the description covers the main action and return contents sufficiently. Minor gaps include lack of explicit usage guidance and error behavior, but these are not critical given the tool's simplicity.
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 input schema provides 100% coverage of the single parameter, including an example and a pointer to list_guides for finding slugs. The description adds no additional parameter semantics, so the baseline score of 3 is appropriate.
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 states a specific verb ('Get'), a resource ('one comparison guide'), and a unique identifier ('by slug'), while listing what the response contains (compared options, per-option verdicts, purchase links). This clearly distinguishes it from sibling tools like list_guides or get_supplement.
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 context is implied rather than explicit: the slug parameter description says to find it via list_guides, but the tool description itself does not state when to choose this tool over alternatives or mention exclusions. There is no clear when-to-use/when-not-to-use guidance.
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.