Skip to main content
Glama

Homechecker Guides

Get a Homechecker guide

get_guide
Read-onlyIdempotent

Retrieve one canonical Homechecker guide by slug. Use a slug returned by list_guides or search_guides. Returns source links, review metadata, method and limitations with the guide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesGuide slug, for example reading-a-section-32. Use guides for the main hub.
formatNofull
sectionIdsNoWhen format is sections, return only these section IDs.

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate read-only and idempotent behavior. The description adds useful detail about the return value (source links, review metadata, method, limitations) without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with the main action front-loaded. Every word serves a purpose; no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

As a read-only retrieval tool with no output schema, the description adequately covers the return content. It could mention error handling for missing slugs, but overall it's sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 67%, and the description adds value for the slug parameter by clarifying its source. However, it does not expand on the format or sectionIds parameters beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'retrieve' and identifies the resource as 'one canonical Homechecker guide by slug'. It clearly distinguishes from sibling tools like list_guides and search_guides which return multiple guides.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly advises to use a slug from list_guides or search_guides, providing clear context. However, it does not explicitly state when not to use this tool, such as for browsing multiple guides.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: list_guides for filtered catalog browsing, search_guides for natural-language queries, get_guide for direct slug-based retrieval, and build_buyer_checklist for constructing a checklist from the corpus. There is no meaningful overlap that would confuse an agent.

Naming Consistency5/5

All tool names follow the same verb_noun pattern: build_buyer_checklist, get_guide, list_guides, search_guides. The verbs are imperative and consistent, making the naming scheme predictable and easy to infer.

Tool Count5/5

Four tools is well-scoped for a guide-focused server. Each tool covers a distinct operation without redundancy, and the count is neither excessively large nor too sparse for the stated purpose.

Completeness5/5

The tool surface fully covers the apparent domain: browsing the catalog (list_guides), searching content (search_guides), retrieving a specific guide (get_guide), and synthesizing guides into a checklist (build_buyer_checklist). No obvious gaps or dead ends exist for typical homebuyer guidance workflows.