Skip to main content
Glama

Homechecker Guides

Search Homechecker guidance

search_guides
Read-onlyIdempotent

Search professionally authored Australian homebuyer guidance using a natural-language question. Use this for general property, inspection, disclosure, apartment, condition, maintenance, era and buying-process questions. It does not assess an actual property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eraNoFor example pre-1920s, 1950s-1970s, or 2000s-on.
limitNo
queryYesThe homebuyer question or issue to search for.
clusterNo
buyingStageNoFor example research, contract review, physical inspection, ownership, or selling.
jurisdictionNoOptional state/territory code or name, such as WA, wa or Western Australia.
propertyTypeNoFor example house, apartment, or townhouse or unit.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description doesn't need to cover safety. It adds meaningful context: the tool searches 'professionally authored Australian homebuyer guidance' and explicitly does not assess an actual property, which sets expectations for what the tool can and cannot do beyond what annotations say.

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?

The description is three sentences with no filler. It front-loads the core action, provides a practical topic list, and ends with a critical exclusion. Every sentence earns its place.

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?

For a search tool with 7 parameters and annotations, the description adequately defines scope and boundaries. It omits any mention of return format or result behavior, but since there is no output schema, some agents might benefit from knowing what the search returns (e.g., matching guidance documents). Overall it is sufficient for tool selection and invocation.

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?

The schema covers 71% of parameters with descriptions, and the description adds 'natural-language question' and topic guidance, which reinforces the query parameter's intent. However, it does not clarify parameters lacking schema descriptions (limit, cluster), and the listed topics do not map tightly to the structured properties.

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 states a specific verb ('Search') and resource ('professionally authored Australian homebuyer guidance') with clear scope. It distinguishes from sibling tools like get_guide and list_guides by emphasizing natural-language querying and explicitly noting it does not assess an actual property.

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 clearly tells when to use this tool ('Use this for general property, inspection, disclosure, apartment, condition, maintenance, era and buying-process questions') and provides a when-not-to-use by saying it does not assess an actual property. However, it does not name alternative tools for property assessment or other use cases.

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.