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

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It usefully reveals that submissions go to a Phase 5 release-queue and require manual operator release, implying asynchronous behavior. However, it does not mention side effects, confirmation behavior, error conditions, or whether the submission is immediately accepted.

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 compact and front-loaded with the core action. The second sentence adds meaningful queue/release context without unnecessary verbosity. Every sentence 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?

For a complex 17-parameter mutation tool with no output schema and no annotations, this description is incomplete. It does not explain required inputs, success/failure semantics, response format, or what the agent should tell the user after submitting. The queue detail is helpful but insufficient on its own.

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?

Schema description coverage is 0%, and the description provides no parameter-level guidance. With 17 parameters and 12 required, the agent receives no help understanding what fields like `specialisms`, `culturalFit`, `selectedAgencyIds`, or `specialistFullServiceSlider` mean or how to populate them.

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 a specific action: submitting a Request-For-Quote to marketingburos.nl. It is easily distinguished from the sibling tools, which are all search/read-oriented (find_agency, get_agency_profile, search_agencies), while this is a submission tool.

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

Usage Guidelines2/5

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

The description does not state when to use this tool versus the sibling search tools. It gives context about the request being queued and manually released, but lacks explicit guidance on prerequisites, selection flow, or when an agent should instead use the lookup tools.

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

find_agency is explicitly an exact-name/domain lookup that returns a slug, while search_agencies is clearly a criteria-based ranked discovery. get_agency_profile and submit_rfq occupy completely distinct roles, and the descriptions cross-reference each other to remove any ambiguity.

Naming Consistency5/5

All four tools follow a consistent snake_case verb_noun pattern: find_agency, get_agency_profile, search_agencies, submit_rfq. The verb clearly describes the action and the noun clearly identifies the target resource.

Tool Count5/5

Four tools form a tight, purposeful set for the agency discovery and RFQ submission workflow. There is no redundancy, and each tool earns its place in the server's scope.

Completeness4/5

The core user journey is covered: find an agency, view its profile, search by criteria, and submit an RFQ. Minor gaps are the lack of RFQ status tracking after submission and no pagination beyond the 20 search results, but these are workable within the stated scope.

Resources