Skip to main content
Glama

Submit a request to be matched with an agent

submit_match_request

Submits the user's completed questionnaire and contact details to Rate-My-Agent.com's free agent-matching service. Call it only after showing the user their answers and contact details and receiving an explicit confirmation; set consent to true to record that confirmation. Use each option's exact value from get_matching_questions. Handling the result: report success only on "ok":true, and relay the returned message verbatim. On "ok":false with code "no_response" the service did not answer in time — call it once more. On "ok":false with a field and message (for example an invalid email), tell the user what to correct, collect the new value and submit again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
notesNo
phoneYesNorth-American number; 10 digits.
budgetNoUse an exact option value from get_matching_questions.
addressYesFor SELLERS: the property's full street address. For BUYERS: the city or neighbourhood they are targeting.
consentYesSet to true ONLY after the user picks "1. Confirm and Submit Request". Must be true to submit.
buy_sellYes
full_nameYes
quiz_versionNomcp-v1
property_typeNo
financing_helpNoBuyers only — exact option value.
property_conditionNoSellers only — exact option value.
also_buying_or_sellingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYestrue only when the lead was accepted.
codeNoe.g. invalid_input, invalid_email, no_response.
fieldNoWhich field to correct, when applicable.
statusNo
messageNoRelay verbatim on success; on error, the fix to explain.
retryableNotrue means submit once more.
http_statusNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

The annotations include readOnlyHint=false and destructiveHint=false, but the description goes beyond them by explaining the tool's mutating nature (submitting data) and the need for consent. It also discloses potential failure modes: 'no_response' meaning the service didn't answer in time retry, and field-specific errors requiring user correction and resubmission. This adds behavioral context beyond the annotations, though it doesn't mention rate limits or side effects like sending emails to the user.

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 well-structured: it starts with the core purpose, then prerequisites (confirmation), then handling results. It is reasonably concise for the amount of guidance it provides, but it could be more front-loaded by putting the core action first (which it does) and then the conditions. It's not overly verbose; each sentence adds value.

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?

Given the tool's complexity (13 parameters, requirement for consent, and multiple failure modes), the description covers the essential usage: how to handle consent, exact option values, and error handling. It doesn't explain the output schema in the description, but since an output schema exists, it doesn't need to. It also could mention that it's for the free service only, but that's in the description. Overall, it is complete for an agent to call correctly.

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

Parameters4/5

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

Schema description coverage is 46%, so the description compensates by providing key parameter semantics: it explains consent must be true and set only after confirmation, and mentions using exact option values from get_matching_questions for certain fields (though not explicitly listing them). It also clarifies the meaning of address for buyers vs sellers. However, not all 13 parameters are covered; some like notes and quiz_version lack description guidance, but the schema does describe some.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool submits the user's questionnaire and contact details to the matching service. It identifies the resource (Rate-My-Agent.com's free agent-matching service) and the verb (submits). It differentiates from siblings by focusing on the submission action, while get_matching_questions is for fetching questions and get_local_agent_review_data for reviews. However, it could be more specific about the expected outcome (a match result) rather than just registration.

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?

Provides explicit when-to-use guidance: only after showing the user their answers and receiving explicit confirmation. It also details when not to use immediately (must confirm first) and specifies the consent parameter to record that confirmation. The description also gives post-submission handling instructions, which effectively tells the agent what to do after invoking the tool, making usage clear beyond just selection.

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