What is compared
compare_criteriaThe criteria and any filters of the Letting agent and property management systems used by UK agencies comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
compare_criteriaThe criteria and any filters of the Letting agent and property management systems used by UK agencies comparison.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
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 explaining behavior. It does not state whether this is a read operation, what the output looks like, what 'criteria and any filters' means operationally, or any edge cases. The description is a static noun phrase rather than a disclosure of behavior.
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 short and contains no fluff, which is good for conciseness. However, it is grammatically incomplete and reads awkwardly as 'The criteria ... comparison,' so the structure undercuts clarity even though the length is appropriate.
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?
With no input parameters, no output schema, and no annotations, the description is the only source of context, and it only names the subject matter. It does not tell the agent what the tool returns, how the result is structured, or how it relates to compare_options and compare_table, leaving the tool incompletely specified for correct invocation and interpretation.
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 the schema needs no parameter documentation and the description is not required to add parameter semantics. The baseline of 4 applies because there is simply nothing to compensate for.
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 identifies the resource as 'criteria and any filters' within 'Letting agent and property management systems used by UK agencies comparison', which hints at what the tool exposes. However, it is a noun phrase with no explicit verb, and it largely restates the title 'What is compared', so the purpose is only moderately clear.
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?
There is no guidance about when to use compare_criteria versus its siblings compare_options, compare_table, or the enquiry_* tools. The agent must infer the tool's role purely from its name and the vague description, which is insufficient for confident selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
The six tools split cleanly into comparison data (criteria, options, table) and enquiry workflow (describe, fields, submit). Each tool targets a distinct resource or stage, so an agent should not confuse them.
Names are all lowercase snake_case and grouped by domain: compare_* for comparison and enquiry_* / submit_enquiry for the enquiry flow. However, enquiry_describe and enquiry_fields use noun_first naming while submit_enquiry uses verb_first, so there is a minor structural inconsistency.
Six tools is well-scoped: three for viewing the comparison and three for handling the enquiry lifecycle. There is no redundancy and every tool serves a necessary purpose.
The comparison side exposes criteria, options, and the full values table, while the enquiry side covers explaining the action, describing fields, and submitting with a two-step confirmation. This fully supports the server's stated site purpose with no obvious dead ends.