Skip to main content
Glama

Commercial Garage Doorman

Search Commercial Garage Doorman

search
Read-onlyIdempotent

Keyword search over the pages of the Commercial Garage Doorman website. Returns page ids, titles and canonical URLs. Use fetch with an id to read a page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesPlain words to look for, for example "broken spring" or "vinyl plank basement".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds that search returns only ids, titles, and canonical URLs rather than full page content, which is useful context. It does not disclose pagination, ordering, or result limits, but the annotation coverage lowers the burden.

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?

Two sentences with no filler. The first sentence delivers the action and scope, the second states the return value and the natural next step, making the description easy to scan and act on.

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?

Given one required parameter with full schema coverage, a present output schema, and annotations covering read-only/idempotent behavior, the description covers what an agent needs to select and invoke the tool correctly. The pointer to fetch completes the workflow.

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 single query parameter is fully documented in the schema with a clear description and examples, so schema coverage is 100%. The tool description adds no additional parameter semantics beyond confirming free-text keyword search.

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 ('Keyword search'), a specific resource ('pages of the Commercial Garage Doorman website'), and the exact return fields (page ids, titles, canonical URLs). It is clearly distinguishable from fetch, which is framed as the follow-up read operation.

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 explicitly says 'Use fetch with an id to read a page,' establishing search as the discovery step and fetch as the retrieval step. It does not mention get_business_facts, so it is not a complete routing guide, but the primary sibling alternative is handled.

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.

Resources