Skip to main content
Glama

905 Trades

Ask 905 Trades to have a contractor call a homeowner

request_quote

Send a homeowner's request to 905 Trades so one contractor for that trade and town calls them back. This sends a REAL message to a real small business, so call it only when the person has clearly asked to be contacted by 905 Trades and has given you their own name and their own phone number or email. Never guess or invent contact details. Plain words only, no links. One request per person per day. If it is urgent, give them the phone number instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe customer's own name.
townNoTown or postal code where the work is.
emailNoThe customer's email address. Give this or phone.
phoneNoThe customer's phone number, ten digits. Give this or email.
detailsYesWhat they need, in the customer's own terms. Plain text, no links, 800 characters at most.
serviceNoWhat they need: flooring = flooring; garage-doors = garage doors; carpet-cleaning = carpet and upholstery cleaning; renovations = renovations.
preferred_timeNoWhen they would like to be contacted or visited, if they said.
consent_to_contactYesMust be true: the customer has asked to be contacted by this business about this request.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations, the description discloses a real-world side effect: 'This sends a REAL message to a real small business.' It also warns against inventing contact details and imposes a rate limit ('One request per person per day'), which is useful behavioral context for a non-idempotent action.

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?

Four sentences, front-loaded with the core action, followed by guardrails and an urgent-case fallback. Every sentence carries essential information and there is no filler or repetition.

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?

For a tool that sends real-world messages, the description covers prerequisites, content restrictions, rate limiting, and an alternative for urgent situations. Although there is no output schema, the operational guidance is complete enough for an agent to invoke it correctly.

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 input schema already provides full descriptions for all 8 parameters (100% coverage), so the description does not need to explain each field. It reinforces the need for genuine contact details and consent, but it adds little field-level meaning beyond the schema. Baseline 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 opens with a specific action and result: 'Send a homeowner's request to 905 Trades so one contractor for that trade and town calls them back.' This clearly identifies the tool's function and distinguishes it from the read-only sibling tools like search and get_business_facts.

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?

It gives explicit trigger conditions: 'call it only when the person has clearly asked to be contacted by 905 Trades and has given you their own name and their own phone number or email.' It also names a concrete alternative for urgent cases: 'give them the phone number instead.'

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