Skip to main content
Glama

Get Services & Pricing

get_services_pricing
Read-onlyIdempotent

Use this when the user wants to browse Johnson Bros. services or general non-binding price ranges. Do not use it for an issue-specific estimate; use get_quote. Final pricing is confirmed on-site before work begins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch term, e.g. "water heater", "drain"
categoryNoFilter by category: 'emergency', 'maintenance', 'repair', 'installation', 'specialty'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
servicesYes
categoriesYes
service_feeYes
review_sandboxNo
total_servicesYes
pricing_disclaimerYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover readOnly, non-destructive, and idempotent behavior, so the bar is lower. The description adds the non-binding nature of the price ranges and the on-site confirmation, which is useful context. It does not disclose pagination or exact output structure, but given the annotations, this is sufficient transparency for a browsing tool.

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 concise at two sentences, with clear intent and no filler. It front-loads the main use case, then the exclusion, then the caveat. No wasted words.

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

Completeness4/5

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

The description covers the purpose, the alternative, and the non-binding nature of results. With an output schema present and read-only annotations, nothing critical is missing for an agent to correctly invoke this tool. Minor omissions like pagination exist but are not essential for a browsing operation.

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 schema has 100% description coverage for both search and category parameters, so the schema already documents the parameters well. The description mentions 'browse services' and 'price ranges' but does not add extra parameter-level detail. Since the schema does the heavy lifting, a baseline score of 3 is appropriate.

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 (browse) and resource (Johnson Bros. services and price ranges), and explicitly names the alternative tool (get_quote) for issue-specific estimates Alert Alerting agents to what this tool is not for. This differentiates it from siblings like get_quote and browse_catalog.

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

Usage Guidelines5/5

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

The description precisely specifies when to use this tool (browsing services or general non-binding price ranges) and when not to (issue-specific estimates, use get_quote). It also adds a practical constraint: final pricing is confirmed on-site before work begins.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a clearly distinct action or resource: pricing is split into general services vs. issue-specific quotes, booking is split into availability, request, and confirmation, and document search is separate from live business data. Explicit usage boundaries prevent meaningful overlap.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern like get_availability, request_booking, and confirm_booking. A few exceptions such as business_info, emergency_help, fetch, and search break the pattern slightly, but the naming remains readable and predictable overall.

Tool Count5/5

Eleven tools is a well-scoped size for a plumbing-booking and information server. Every tool earns its place and there is no obvious redundancy or bloat.

Completeness3/5

The core new-booking flow is covered well: availability, request, confirmation, quotes, service-area checks, emergency help, and document search. However, there is no cancellation, rescheduling, or booking-lookup tool, leaving post-booking lifecycle requests without a direct path.

Resources