site
Server Details
Landlord Database Check: the site's own MCP server — checker, enquiry (enquiry = a human...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolschecker_answerAnswer a question, get the next stepBInspect
Given a question id and the chosen option (its choice index), return the next question or the final verdict.
| Name | Required | Description | Default |
|---|---|---|---|
| choice | Yes | ||
| question | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden of behavioral disclosure. It reveals the two return shapes (next question or final verdict) but stays silent on side effects, whether answers are recorded, prerequisites, error behavior, or whether the check is reset after the verdict. This is a significant gap for an interactive workflow tool.
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?
One sentence with no filler; the key constraint (given question and choice) is front-loaded and the result is stated compactly. The title reinforces the intent without duplicating the description verbatim.
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?
The tool is simple (2 required params, no nested objects), and the description covers the main contract: input and result. But without an output schema and with sibling tools forming a workflow chain, the description lacks crucial context such as how a question id is obtained, what the final verdict looks like, and what happens if the pair is invalid.
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?
Schema coverage is 0%, so the description must compensate. It adds meaning by clarifying that 'question' is an identifier and 'choice' is the index of the chosen option. However, it does not explain where the question id comes from, whether the indices are zero-based, or what valid choices look like.
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 clear verb ('return') and resource ('the next question or the final verdict'), and maps the inputs (question id, choice index) to the schema fields. It distinguishes the step-forward behavior from checker_start (likely initialization) and checker_tree (likely structure), though it does not name those siblings explicitly.
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?
The context is implied: when a user has answered a question with a question id and an option index, call this to advance. But there are no explicit when-to-use criteria, no exclusions, and no mention of alternatives such as checker_tree or checker_start.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
checker_startStart: Landlord registration and licensing checkerAInspect
The first question of the Landlord registration and licensing checker decision guide.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It says the tool is 'the first question' but does not explain whether calling it starts a session, returns a prompt, resets previous progress, or has any side effects. This is a notable gap for a tool that initiates a decision guide.
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, focused sentence with no filler or redundant detail. It immediately conveys the tool's role in the checker flow and 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 zero-parameter starting tool, the description is mostly sufficient: an agent can infer that calling this tool begins the checker and presents the first question. It does not describe the return payload or state behavior, but the simplicity of the tool reduces the impact of those omissions.
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 tool has zero parameters and the schema has 100% description coverage, so there is nothing for the description to add about parameters. The baseline of 4 applies because with no parameters, parameter semantics are effectively complete by definition.
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 clearly identifies the tool as the starting point of the Landlord registration and licensing checker decision guide, giving the resource and its position in the flow. It distinguishes itself from siblings like checker_answer and checker_tree by signaling that this is the first question, though it lacks a strong action verb like 'starts' or 'displays'.
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?
The phrase 'first question' implies this tool should be used at the beginning of the checker flow, which gives some usage context. However, it does not explicitly state when not to use it or mention alternatives such as checker_answer for subsequent questions, leaving the routing partly to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
checker_treeThe whole decision treeAInspect
Every question, option and verdict of the Landlord registration and licensing checker guide, for reasoning end to end.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It does communicate that the tool exposes every question, option, and verdict, implying a read-oriented, complete-data response. However, it does not state side effects, output structure, potential size, or any caveats about how the tree is delivered.
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 concise sentence that front-loads the full scope ('Every question, option and verdict') and then states the purpose. There is no filler or redundancy; every phrase contributes to agent understanding.
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 parameterless tool with no output schema, the description adequately tells an agent that the full decision tree is available for end-to-end reasoning. It is slightly incomplete in that it does not describe how the tree is represented or how this tool relates to checker_start and checker_answer, but these gaps are minor given the absence of required inputs.
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 tool has zero parameters, so there is nothing for the description to document. The schema coverage is vacuously 100%, and the description correctly avoids inventing parameter details. This matches the baseline expected for a parameterless tool.
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 clearly identifies the resource as the complete decision tree for the Landlord registration and licensing checker and states its purpose: end-to-end reasoning. It is distinguishable from sibling tools like checker_answer or checker_start by the explicit scope of the entire tree. However, it lacks an action verb such as 'returns' or 'retrieves', so it reads as a content statement rather than a clear tool operation.
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?
The phrase 'for reasoning end to end' implies this tool is meant for situations where the full decision tree is needed, and sibling names suggest interactive step-by-step alternatives. There is no explicit guidance on when to prefer this tool over checker_start or checker_answer, and no exclusion or alternative conditions are stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect
Read first. States plainly what submit_enquiry does on Landlord Database Check: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden and does well: it states the tool returns who receives the details, the consent wording, and how confirmation happens. It also clarifies that the enquiry is free and non-binding. It does not explicitly say the describe tool itself has zero side effects, but its informational framing makes this clear.
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 front-loaded with "Read first" and each sentence earns its place: purpose, key exclusions, and return contents. It is appropriately sized for a zero-parameter informational tool, with no filler.
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?
Given zero parameters, no output schema, and low complexity, the description is largely complete: it names the subject tool, the outcome, the exclusions, and the return contents. It could go slightly further by describing the exact format of the returned explanation, but that is not critical for correct invocation.
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 tool has zero parameters and the schema is trivially complete, so the baseline is 4. The description does not need to explain parameters and instead uses the space for behavioral and output context.
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 clearly identifies the tool as an explainer: it "States plainly what submit_enquiry does" on Landlord Database Check. It distinguishes itself from submit_enquiry by clarifying that nothing is bought, ordered, or paid and that no quote is guaranteed, so an agent can tell this is informational rather than transactional.
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?
"Read first" explicitly signals that this tool should be used before submit_enquiry, providing clear temporal guidance. It references submit_enquiry directly so the agent understands this is the pre-submission explainer, though it does not explicitly list when-not-to-use conditions or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_fieldsThe questions the enquiry asksAInspect
Every field of the Landlord Database Check enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It explains that the tool exposes every field of the enquiry and lists the specific metadata included, which is meaningful for an agent. It does not describe the exact response envelope or side-effect profile, but for a zero-input metadata-listing tool this level of disclosure is adequate.
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 two sentences with no filler. The first sentence front-loads what the tool returns, and the second sentence adds the practical relationship to submit_enquiry. Every clause earns its place, and phrasing like 'where there are any' adds useful precision about optional options.
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 tool with no parameters and no output schema, the description clearly communicates the return contents and the downstream use of the data. It is complete enough for an agent to know why to call it and what to expect. It could be slightly stronger by explicitly contrasting with enquiry_describe, but that is not essential given the simplicity of the tool.
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 tool has zero parameters and schema description coverage is 100%, so there is no parameter meaning for the description to add. The relevant semantic context—that the returned field keys are intended for use with submit_enquiry—is present, which is helpful.
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 clearly identifies the resource: every field of the Landlord Database Check enquiry, and enumerates the attributes returned (key, label, type, required, help text, allowed options). It lacks an explicit verb such as 'returns' or 'lists', and it does not directly distinguish itself from sibling tool enquiry_describe, so it is clear but not perfectly differentiated.
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 is implied through the instruction to pass answers to submit_enquiry keyed by field key, which suggests this tool is meant to supply the keys needed for submission. However, there is no explicit statement of when to use this tool versus sibling tools like enquiry_describe or checker_tree, and no 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.
submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect
Submits an enquiry to Landlord Database Check — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to a relevant landlord compliance specialist, who'll contact me directly."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to a relevant landlord compliance specialist, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the enquiry is not submitted until the second step, that consent requires agreement to the exact quoted line, and that the person receives an email with a link that must be clicked before any provider sees the enquiry. It also reveals what the first call returns: a summary, consent line, and confirmation token.
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 long but information-dense; every segment earns its place, from disambiguation to step 1, the consent quote, step 2, and the post-submission email behavior. The top-line 'NOT a purchase' prefix and clear Step 1/Step 2 structure make it scannable despite its length.
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 two-step human-submission tool with no annotations and no output schema, the description is unusually complete: it covers return values, the exact consent requirement, when to proceed, and the email-link precondition. An agent has enough context to execute the workflow correctly and set user expectations.
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?
Schema coverage is already 100%, and the description adds meaningful workflow semantics: answers are keyed by field key from enquiry_fields, consent is tied to the exact consent line, and confirmation is the token returned in step 1 for reuse in step 2. This teaches an agent how the parameters relate to each other rather than just restating the schema.
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 opens with a specific action, 'Submits an enquiry to Landlord Database Check', and immediately disambiguates with 'NOT a purchase, NOT a guaranteed quote'. The two-step workflow is stated in the title and elaborated in the body, so an agent can distinguish this from the checker_* and enquiry_* siblings.
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?
It gives an explicit two-step protocol: first call with answers and consent=true to get a summary and confirmation token, then 'only if the person agrees' call again with the same answers and the token. It also states when the tool is not applicable ('NOT a purchase, NOT a guaranteed quote'), giving clear when-to-use and 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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
- First observed
checker_answer - First observed
checker_start - First observed
checker_tree - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
HMO Licence Checker: the site's own MCP server — checker, enquiry (enquiry = a human handoff,...
61CQC Registration Checker: the site's own MCP server — checker, enquiry (enquiry = a human...
61Employment Rights Checker: the site's own MCP server — checker, enquiry (enquiry = a human...
61Catchment Checker: the site's own MCP server — checker, enquiry (enquiry = a human handoff, not...
61
Related MCP Servers
- AlicenseAqualityBmaintenanceUK property data MCP server — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House. 13 tools.1316MIT
- AlicenseAqualityBmaintenanceUK due diligence MCP server — Companies House, corporate research, compliance checks193MIT
- AlicenseNot gradedqualityBmaintenanceUK property data MCP server for AI hosts (Claude, ChatGPT). Wraps Land Registry, Rightmove, EPC, rental yields, stamp duty, and Companies House into 13 tools.2MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for grounded, cited AI: answers questions from live web sources, verifies claims, fact-checks documents, searches and reads URLs, summarises, classifies, and extracts fields, with usage tracking and status.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The tool purposes are mostly distinct: checker_start begins the guide, checker_answer advances it, and checker_tree provides the full decision tree for reasoning. There is minor overlap between checker_answer and checker_tree, but the descriptions clarify their intended uses enough to avoid serious misselection.
Naming is readable but not fully consistent: checker tools use a checker_ prefix, while enquiry tools mostly use an enquiry_ prefix, and submit_enquiry reverses the pattern to verb_noun. The mixed orientation is understandable but lacks a single predictable convention.
With 6 tools covering two well-defined workflows—the landlord checker decision guide and the enquiry submission process—the count feels appropriately scoped. Each tool earns its place without redundancy or bloat.
The checker workflow is fully covered by start, answer, and tree, allowing both interactive and end-to-end reasoning. The enquiry workflow is also complete with describe, fields, and submit covering explanation, data collection, validation, consent, and submission.