Skip to main content
Glama

submit_contact_request

Submit a real project inquiry to Dribba on behalf of the user. This sends an email and creates a lead — ONLY call it after the user has explicitly confirmed the exact name, email and message to be sent. Dribba replies within 1h. Rate-limited per client.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFull name of the person making the inquiry.
emailYesEmail address Dribba should reply to.
budgetNoApproximate budget range, e.g. "30-60k EUR" (optional).
companyNoCompany name (optional).
messageYesThe inquiry, confirmed by the user.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate a mutating action (readOnlyHint=false, idempotentHint=false). The description adds that it sends an email and creates a lead, plus a rate limit, beyond what annotations provide. It does not contradict annotations. While it could detail failure modes or reversibility, the core behavioral disclosure is solid.

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?

Two sentences, zero filler. The primary action is front-loaded, and the critical usage condition is stated boldly with 'ONLY'. Each clause earns its place: purpose, effect, confirmation requirement, rate limit, and response time.

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?

For a mutating tool with no output schema, the description adequately covers the essential behaviour and constraints. It omits response format or error handling, but given the tool's simplicity and the strong usage guidance, the gap is minor. The user-confirmation requirement is the most critical context and is clearly stated.

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?

Schema description coverage is 100%, so the schema already documents all three required and two optional parameters. The description reinforces which parameters must be confirmed ('name, email and message') but adds no new semantic detail beyond the schema, aligning with the baseline for high coverage.

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 specific action ('Submit a real project inquiry to Dribba'), the mechanism ('sends an email and creates a lead'), and the critical precondition (after user confirms exact details). This distinguishes it from sibling tools like list_projects and estimate_project without ambiguity.

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 states when to call: 'ONLY call it after the user has explicitly confirmed the exact name, email and message to be sent.' Also adds a rate-limit note and the expected response time (Dribba replies within 1h), giving the agent clear operational constraints.

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

A3.9/5.0
Disambiguation5/5

Each tool serves a distinct purpose: company facts, cost estimation, project listing, service listing, and contact submission. There is no overlap or ambiguity between them.

Naming Consistency4/5

Four tools follow a clear verb_noun pattern (estimate_project, list_projects, list_services, submit_contact_request), but 'company_facts' deviates by using a noun_noun structure, breaking the otherwise consistent convention.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose—showcasing the company and generating leads. Each tool earns its place without redundancy or bloat.

Completeness4/5

The tool surface covers the core journey: learn about the company, see services and projects, get an estimate, and contact. A notable minor gap is the lack of a tool to fetch detailed information on a specific project, but this is not a blocker for most use cases.