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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
guideYes
warningNo
missingSectionIdsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "https://json-schema.org/draft/2020-12/schema",
      +  "additionalProperties": false,
      +  "properties": {
      +    "guide": {
      +      "anyOf": [
      +        {
      +          "additionalProperties": false,
      +          "properties": {
      +            "answer": {
      +              "type": "string"
      +            },
      +            "buyingStages": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "canonicalUrl": {
      +              "type": "string"
      +            },
      +            "cluster": {
      +              "anyOf": [
      +                {
      +                  "additionalProperties": false,
      +                  "properties": {
      +                    "blurb": {
      +                      "type": "string"
      +                    },
      +                    "chip": {
      +                      "type": "string"
      +                    },
      +                    "id": {
      +                      "type": "string"
      +                    },
      +                    "label": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "id",
      +                    "label",
      +                    "chip",
      +                    "blurb"
      +                  ],
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "eras": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "jurisdiction": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "limitations": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "propertyTypes": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "question": {
      +              "type": "string"
      +            },
      +            "readingTimeMin": {
      +              "maximum": 9007199254740991,
      +              "minimum": -9007199254740991,
      +              "type": "integer"
      +            },
      +            "resourceUri": {
      +              "type": "string"
      +            },
      +            "reviewDue": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "reviewedAt": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "slug": {
      +              "type": "string"
      +            },
      +            "summary": {
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "topics": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "updatedAt": {
      +              "type": "string"
      +            },
      +            "wordCount": {
      +              "anyOf": [
      +                {
      +                  "maximum": 9007199254740991,
      +                  "minimum": -9007199254740991,
      +                  "type": "integer"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            }
      +          },
      +          "required": [
      +            "slug",
      +            "title",
      +            "question",
      +            "summary",
      +            "answer",
      +            "canonicalUrl",
      +            "resourceUri",
      +            "jurisdiction",
      +            "cluster",
      +            "topics",
      +            "propertyTypes",
      +            "eras",
      +            "buyingStages",
      +            "updatedAt",
      +            "reviewedAt",
      +            "reviewDue",
      +            "wordCount",
      +            "readingTimeMin",
      +            "limitations"
      +          ],
      +          "type": "object"
      +        },
      +        {
      +          "additionalProperties": false,
      +          "properties": {
      +            "answer": {
      +              "type": "string"
      +            },
      +            "buyingStages": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "canonicalUrl": {
      +              "type": "string"
      +            },
      +            "cluster": {
      +              "anyOf": [
      +                {
      +                  "additionalProperties": false,
      +                  "properties": {
      +                    "blurb": {
      +                      "type": "string"
      +                    },
      +                    "chip": {
      +                      "type": "string"
      +                    },
      +                    "id": {
      +                      "type": "string"
      +                    },
      +                    "label": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "id",
      +                    "label",
      +                    "chip",
      +                    "blurb"
      +                  ],
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "eras": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "jurisdiction": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "limitations": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "propertyTypes": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "question": {
      +              "type": "string"
      +            },
      +            "readingTimeMin": {
      +              "maximum": 9007199254740991,
      +              "minimum": -9007199254740991,
      +              "type": "integer"
      +            },
      +            "resourceUri": {
      +              "type": "string"
      +            },
      +            "reviewDue": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "reviewedAt": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "sections": {
      +              "items": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "heading": {
      +                    "type": "string"
      +                  },
      +                  "id": {
      +                    "type": "string"
      +                  },
      +                  "markdown": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "id",
      +                  "heading",
      +                  "markdown"
      +                ],
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "slug": {
      +              "type": "string"
      +            },
      +            "summary": {
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "topics": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "updatedAt": {
      +              "type": "string"
      +            },
      +            "wordCount": {
      +              "anyOf": [
      +                {
      +                  "maximum": 9007199254740991,
      +                  "minimum": -9007199254740991,
      +                  "type": "integer"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            }
      +          },
      +          "required": [
      +            "slug",
      +            "title",
      +            "question",
      +            "summary",
      +            "answer",
      +            "canonicalUrl",
      +            "resourceUri",
      +            "jurisdiction",
      +            "cluster",
      +            "topics",
      +            "propertyTypes",
      +            "eras",
      +            "buyingStages",
      +            "updatedAt",
      +            "reviewedAt",
      +            "reviewDue",
      +            "wordCount",
      +            "readingTimeMin",
      +            "limitations",
      +            "sections"
      +          ],
      +          "type": "object"
      +        },
      +        {
      +          "additionalProperties": false,
      +          "properties": {
      +            "answer": {
      +              "type": "string"
      +            },
      +            "buyingStages": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "canonicalUrl": {
      +              "type": "string"
      +            },
      +            "checklistCandidates": {
      +              "items": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "section": {
      +                    "type": "string"
      +                  },
      +                  "text": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "text",
      +                  "section"
      +                ],
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "cluster": {
      +              "anyOf": [
      +                {
      +                  "additionalProperties": false,
      +                  "properties": {
      +                    "blurb": {
      +                      "type": "string"
      +                    },
      +                    "chip": {
      +                      "type": "string"
      +                    },
      +                    "id": {
      +                      "type": "string"
      +                    },
      +                    "label": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "id",
      +                    "label",
      +                    "chip",
      +                    "blurb"
      +                  ],
      +                  "type": "object"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "contentMarkdown": {
      +              "type": "string"
      +            },
      +            "eras": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "faqs": {
      +              "items": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "answer": {
      +                    "type": "string"
      +                  },
      +                  "question": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "question",
      +                  "answer"
      +                ],
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "jurisdiction": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "limitations": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "methodology": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "pillar": {
      +              "type": "boolean"
      +            },
      +            "propertyTypes": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "publishedAt": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "question": {
      +              "type": "string"
      +            },
      +            "readingTimeMin": {
      +              "maximum": 9007199254740991,
      +              "minimum": -9007199254740991,
      +              "type": "integer"
      +            },
      +            "related": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "researchNote": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "resourceUri": {
      +              "type": "string"
      +            },
      +            "reviewDue": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "reviewedAt": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "reviewedBy": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "sections": {
      +              "items": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "heading": {
      +                    "type": "string"
      +                  },
      +                  "id": {
      +                    "type": "string"
      +                  },
      +                  "markdown": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "id",
      +                  "heading",
      +                  "markdown"
      +                ],
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "slug": {
      +              "type": "string"
      +            },
      +            "sources": {
      +              "items": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "accessed": {
      +                    "type": "string"
      +                  },
      +                  "publisher": {
      +                    "type": "string"
      +                  },
      +                  "title": {
      +                    "type": "string"
      +                  },
      +                  "url": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "title",
      +                  "publisher",
      +                  "url",
      +                  "accessed"
      +                ],
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "summary": {
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "topics": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "updated": {
      +              "type": "string"
      +            },
      +            "updatedAt": {
      +              "type": "string"
      +            },
      +            "wordCount": {
      +              "anyOf": [
      +                {
      +                  "maximum": 9007199254740991,
      +                  "minimum": -9007199254740991,
      +                  "type": "integer"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            }
      +          },
      +          "required": [
      +            "slug",
      +            "pillar",
      +            "resourceUri",
      +            "canonicalUrl",
      +            "question",
      +            "title",
      +            "summary",
      +            "answer",
      +            "updated",
      +            "publishedAt",
      +            "updatedAt",
      +            "reviewedAt",
      +            "reviewDue",
      +            "jurisdiction",
      +            "reviewedBy",
      +            "methodology",
      +            "limitations",
      +            "researchNote",
      +            "wordCount",
      +            "readingTimeMin",
      +            "cluster",
      +            "topics",
      +            "propertyTypes",
      +            "eras",
      +            "buyingStages",
      +            "sections",
      +            "faqs",
      +            "checklistCandidates",
      +            "sources",
      +            "related",
      +            "contentMarkdown"
      +          ],
      +          "type": "object"
      +        }
      +      ]
      +    },
      +    "missingSectionIds": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "warning": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "guide"
      +  ],
      +  "type": "object"
      +}
  2. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  3. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover readOnly and idempotent behavior. The description adds transparency about the return content ('source links, review metadata, method and limitations'), which goes beyond the annotations. It does not mention any side effects, but the annotations sufficiently cover that aspect.

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 two sentences, front-loaded with the purpose and followed by a usage hint and output summary. Every word adds value without redundancy.

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

Completeness5/5

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

The tool is a simple retrieval operation with an output schema provided. The description covers the purpose, usage, and output content sufficiently. No edge cases or error conditions are critical for this simple read operation.

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

Parameters4/5

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

Schema coverage is 67% with descriptions for slug and sectionIds. The main description enriches slug semantics by tying it to list_guides/search_guides results. The format parameter lacks a description, but its enum values (summary, full, sections) are self-explanatory, and the sectionIds description clarifies the conditional behavior.

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 clearly states the verb 'Retrieve' with a specific resource ('one canonical Homechecker guide') and its key identifier ('by slug'). It differentiates itself from sibling tools like list_guides and search_guides by emphasizing singularity and canonical status.

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?

The description provides a direct usage condition: 'Use a slug returned by list_guides or search_guides.' This clearly indicates when to use the tool, though it does not explicitly state when not to use it (e.g., for building checklists) or compare it with build_buyer_checklist.

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.