Skip to main content
Glama

submit_contractor_match_request

Submit a consented installer lead and retain referral attribution. Free. [free]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
consentTextYesEXACT consent text shown to end user.
contactNameYes
assessmentIdYes
contactEmailYes
contactPhoneNo
consentVersionNo
consentTimestampYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden. It discloses that the tool submits a lead and retains referral attribution, but it does not mention side effects, permissions, reversibility, or any other behavioral traits. The term 'consented' hints at consent handling, but this is vague.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and gets to the point quickly. However, the appended 'Free. [free]' adds noise and does not earn its place. The main statement is concise but the extra tag is unnecessary.

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

Completeness1/5

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

With 7 parameters, no output schema, and no annotations, this description is far too sparse. It fails to provide enough context about the submission process, required consent details, or expected outcomes, making it inadequate for safe and correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is very low (14%), with only consentText having a description. The tool description does not explain any of the seven parameters, nor does it clarify how fields like assessmentId, contactName, or consentTimestamp are used. The word 'consented' is too weak to compensate for the lack of parameter documentation.

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 'submit' and the object 'a consented installer lead', with the additional outcome 'retain referral attribution'. This distinguishes it from sibling tools like match_installers or route_lead, which have different purposes.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives such as match_installers or route_lead. The only implied hint is 'consented', but there is no mention of prerequisites, exclusions, or when it is appropriate to choose this tool.

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.