Skip to main content
Glama
Steven3265

Homechecker Guides MCP

Build a Homechecker buyer checklist

build_buyer_checklist
Read-onlyIdempotent

Generate a sourced checklist of questions and checks for home buyers using Homechecker's Australian guides. Tailor by property type, era, buying stage, jurisdiction, and concerns.

Instructions

Build a deterministic, sourced checklist from the Homechecker guide corpus for a buyer context. This assembles general questions and checks; it does not analyse a listing, document or actual building.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eraNoFor example 1950s-1970s or 2000s-on.
limitNo
concernsNo
buyingStageNoFor example research, before offer or auction, contract review, or physical inspection.
jurisdictionNoAustralia or a state/territory code or name, such as NSW, nsw or New South Wales.
propertyTypeNoFor example house, apartment, or townhouse or unit.
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=false, idempotentHint=true, destructiveHint=false. The description adds value by clarifying 'deterministic' (reproducible output) and 'sourced' (grounded in guide corpus), and explicitly states it does not analyse a listing or building, which sets correct expectations about the tool's non-analytic nature. This adds meaningful context beyond 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.

Conciseness4/5

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

The description is compact - two sentences that front-load the core purpose ('deterministic, sourced checklist') and then add a clarifying disclaimer about scope. Every sentence earns its place with no redundancy or filler.

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

Completeness3/5

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

The tool has 6 non-required params, no enums, and no output schema, making the description an important source of behavioral guidance. The description explains what the tool does at a high level but doesn't address how the parameters shape the output, what the return format is, or token/result expectations. It's adequate but leaves gaps for a parameter-rich, schema-poor tool.

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 description coverage is 67% (4 of 6 params have descriptions). The description itself adds 'deterministic' and 'sourced' framing that clarifies the checklist is derived from guides rather than being free-form, but it doesn't elaborate on parameter interplay (e.g., how concerns, buyingStage, jurisdiction, or propertyType combine). With moderately good schema coverage, the baseline of 3 is appropriate.

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

Purpose4/5

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

The description uses a specific verb ('Build') with a clear resource ('deterministic, sourced checklist from the Homechecker guide corpus') and context ('buyer context'). It distinguishes itself from sibling tools by explicitly noting it 'assembles general questions and checks' and does not analyse a listing, document or actual building, which separates it from search/retrieval siblings like list_guides and get_guide.

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

Usage Guidelines3/5

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

The description implies usage context: it's for building a general checklist from the guide corpus, and clarifies it does NOT analyse a listing/document/building. However, it does not name specific alternative tools or give explicit when-to-use vs when-not-to-use guidance beyond the negative statement about what it doesn't do. There's no comparison against list_guides or get_guide as alternatives.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Steven3265/homechecker-guides-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server