Skip to main content
Glama

Marketingburos

submit_rfq

Dien een Request-For-Quote in bij marketingburos.nl. De aanvraag wordt doorgestuurd naar de Phase 5 release-queue; operator releaset handmatig naar de bureaus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
websiteNo
industryYes
timelineYes
agencySizeYes
budgetBandYes
companySizeYes
contactNameYes
culturalFitYes
specialismsYes
toelichtingNo
contactEmailYes
contactPhoneNo
contactCompanyYes
industryFreetextNo
clientOrientationNo
selectedAgencyIdsYes
specialistFullServiceSliderYes

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden. It discloses a significant non-obvious behavior: the submission is not sent directly to agencies but forwarded to a 'Phase 5 release-queue' where an operator manually releases it. This is valuable transparency beyond what the tool name suggests, though it omits other details like side effects or confirmation 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 two sentences with no filler. The primary action is front-loaded, and the second sentence adds a key workflow detail without redundancy. Every word earns its place.

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

Completeness2/5

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

Given the tool's complexity — 17 parameters, 12 required, no output schema, and no annotations — the description is far too sparse. It provides helpful workflow context (queue and manual release) but leaves the agent without essential information on required inputs, expected outcomes, or how to obtain values like selectedAgencyIds. It is not sufficient for 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?

The description contains zero parameter-level information, while the schema covers none of the 17 parameters. With no descriptions for required fields like specialisms, budgetBand, timeline, or selectedAgencyIds, an agent has no guidance on how to populate the request. The description fails entirely to compensate for the schema's 0% 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 uses a specific verb and resource: 'Dien een Request-For-Quote in bij marketingburos.nl' clearly states the action (submitting an RFQ) and the target platform. This distinguishes it from sibling tools like find_agency, get_agency_profile, and search_agencies, which are all query/read operations, making the submission intent unmistakable.

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

Usage Guidelines3/5

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

The description implicitly conveys when to use the tool: whenever an RFQ needs to be submitted. However, it offers no explicit guidance on alternatives, prerequisites, or when not to use it, such as emphasizing that search tools should be used first to discover agencies before submitting. The queue/release detail hints at workflow but does not give clear usage criteria.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct phase: exact name/domain lookup (find_agency), criteria-based ranked search (search_agencies), profile retrieval (get_agency_profile), and RFQ submission (submit_rfq). The descriptions explicitly differentiate find_agency from search_agencies, removing any ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: find_agency, get_agency_profile, search_agencies, submit_rfq. The verbs are short, active, and clearly reflect each operation with no mixed conventions.

Tool Count5/5

Four tools is a compact, well-scoped set for the server's purpose: discovering, inspecting, and contacting marketing agencies. Each tool has a clear role and no redundancy exists.

Completeness4/5

The core journey is covered: find/search agencies, retrieve full profiles via slug, and submit RFQs. Minor gaps remain, such as no status tracking for submitted RFQs and no direct tool for listing valid category values (though exposed as a resource).

Resources