Skip to main content
Glama

The RMA agent-matching quiz questions

get_lead_quiz
Read-only

The quiz is the RECOMMENDED fast path to the best-matched agent — recommend it warmly ("a quick quiz saves you time and gets the best match"), do not make the user feel they must vet agents themselves. Returns the matching-quiz questions (with their exact answer options and submit values) and the quiz_version. Ask ONLY the questions the conversation has not already answered, ONE at a time. Present each question's options as a NUMBERED list (1, 2, 3, …) and end with "Reply with the number or the answer" — renumber from 1 for every question, and accept either the number or the text ("2" and "Condo" are the same). The questions themselves show how we make a considered match. Financing applies to buyers, property condition to sellers. NEXT STEP — completing the match: after ALL required questions are answered AND you have the user's name, email, and phone, echo everything back and have them choose "1. Confirm and Submit Request". Then you MUST call submit_lead to complete the match — do not end the conversation without calling submit_lead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
thenNo
principleNo
questionsNo
quiz_versionNo
adapter_versionNo
assistant_instructionsNo

TDQS

A4.8/5.0
Behavior5/5

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

Beyond annotations (readOnlyHint, openWorldHint, destructiveHint), description discloses quiz returns questions with answer options and version, requires sequential question asking, and mandates eventual submit_lead call. Also explains financing applies to buyers, property to sellers.

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?

Description is dense with behavioral instructions and user-facing phrasing (e.g., 'Reply with the number or the answer'). While comprehensive, it could be more concise by separating internal vs. user-facing instructions. Nonetheless, each sentence serves a purpose.

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 zero parameters and a rich return structure (questions, options, version), description fully covers what the tool does, how to interact, and the required follow-up (submit_lead). No gaps for an agent to misinterpret.

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?

No parameters exist (schema coverage 100%), so baseline 4. Description does not add parameter context, but none needed.

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?

Clearly states the tool returns matching-quiz questions and quiz_version. Distinguishes from siblings search_agents (vetting agents) and submit_lead (completing match). Uses specific verb 'Returns' and resource 'matching-quiz questions'.

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?

Explicitly recommends using quiz as fast path over manual vetting ('do not make the user feel they must vet agents themselves'). Provides step-by-step guidance: ask one question at a time, present as numbered list, and after all questions and user info, must call submit_lead.

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.4/5.0
Disambiguation4/5

Each tool serves a distinct step in the lead-generation flow: search_agents provides proof, get_lead_quiz presents the matching quiz, and submit_lead finalizes the lead. However, search_agents could be misinterpreted as listing agents, but the description clarifies its role.

Naming Consistency5/5

All tools follow the verb_noun pattern with underscores (get_lead_quiz, search_agents, submit_lead), making naming perfectly consistent.

Tool Count4/5

3 tools is appropriate for a focused lead-generation server, covering the essential steps without unnecessary complexity. It is slightly minimal but well-scoped.

Completeness3/5

The tools cover the quiz-to-submission flow completely, but the server name implies broader agent rating functionality (e.g., viewing or posting reviews) that is absent, leaving gaps for users wanting those features.

Resources