Skip to main content
Glama

get_quote

Request a free, no-obligation quote from Juicy Designs (a Pretoria digital marketing and design agency). Before calling, read the collected fields back to the user and get explicit confirmation, including consent to be contacted. Does not return a price: Juicy Designs replies with a custom proposal within four working hours. Set consent_to_contact only when the user has actually agreed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesContact name.
emailYesContact email address.
phoneNoContact phone number.
companyNoCompany or brand name.
serviceYesMain service the quote is for.
timelineNoOptional project timeline.
budget_rangeNoOptional budget range in ZAR. Used only to scope the work, never to calculate a price.
project_summaryYesGoals, scope, and context in the user's own words (min 20 chars).
consent_to_contactYesMust be true: the user agrees to be contacted (POPIA).

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already indicate mutation (readOnlyHint=false) and side effects (openWorldHint=true). The description adds valuable context: 'Does not return a price: Juicy Designs replies with a custom proposal within four working hours' and the consent requirement. No contradiction with annotations. It fully discloses the tool's behavior.

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?

The description is three sentences, all informative and necessary. It front-loads the purpose and then provides usage guidance. No wasted words.

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 no output schema, the description explains what the tool returns: 'Juicy Designs replies with a custom proposal within four working hours.' It covers required steps (read back, consent). With 9 parameters (5 required), it is complete enough. Could mention output format, but not essential.

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 coverage is 100%, but the description adds critical semantics for the consent_to_contact parameter: 'Set consent_to_contact only when the user has actually agreed.' This goes beyond the schema description. For other parameters, the schema descriptions are sufficient.

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 tool's purpose: 'Request a free, no-obligation quote from Juicy Designs', specifying the agency and location. It distinguishes itself from sibling tools (e.g., book_strategy_session, get_case_studies) by being the quote request tool.

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

Usage Guidelines4/5

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

The description provides explicit instructions: 'Before calling, read the collected fields back to the user and get explicit confirmation, including consent to be contacted.' It also clarifies that it does not return a price, setting user expectations. However, it does not explicitly mention when to use sibling tools 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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: booking sessions, getting portfolio/case studies, reviews, FAQs, quotes, service areas, and service catalog. No overlapping functionality.

Naming Consistency4/5

Most tools use the consistent 'get_' prefix (5 out of 7), but 'book_strategy_session' uses 'book_' instead. This minor deviation doesn't cause confusion, as the verb accurately reflects the action.

Tool Count5/5

Seven tools is well-scoped for an agency quote and info server, covering all key interactions without being excessive or sparse.

Completeness4/5

The tool set covers requesting a quote, booking a session, and providing information on services, areas, portfolio, reviews, and FAQs. Minor gaps like checking request status or direct pricing details exist, but the scope is appropriate for initial engagement.