Skip to main content
Glama

Marketingburos

search_agencies

Zoek Nederlandse marketingbureaus op specialismes, target_industry (de doelgroep-branche die het bureau bedient), vestigingsstad, B2B/B2C, bedrijfsomvang, budget en optionele radius (near_city = elke NL-stad, óf near_lat/near_lon, samen met within_km). specialisms filtert hard op de taxonomie; niet-herkende termen komen terug in filters.specialisms.unmatched (allemaal onbekend → 0 resultaten + hint). budget_band sluit alleen bureaus uit met een bekend conflicterend tarief (zie filters.budget_band.note). Geeft max. 20 gerangschikte slugs met publieke handelsnaam (name, plus legal_name als de statutaire naam afwijkt) en 1-regel NL onderbouwing, plus totalMatched (aantal treffers vóór de limiet). Lees de resource categories://list voor de geldige waarden.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
limitNo
near_latNo
near_lonNo
near_cityNo
within_kmNo
budget_bandNo
specialismsNo
target_industryNo
company_size_bandNo
client_orientationNo

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations present, the description carries the full burden and does so thoroughly: it discloses hard taxonomy filtering, unmatched specialism behavior, the all-unknown case yielding zero results plus a hint, budget_band's conflict-based exclusion, the 20-result cap, ranking, and the totalMatched field. This is unusually transparent.

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?

The description is dense but well-organized: purpose first, then filter semantics, then caveats, output shape, and a pointer to valid values. Every sentence adds necessary information, though the first long sentence packs many clauses and could be slightly harder to parse.

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?

For an 11-parameter tool with no annotations and no output schema, this description covers input semantics, edge cases, result limits, returned fields, and where to find valid enum values. An agent has enough information to select and invoke the tool correctly.

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 description coverage is 0%, so the description must compensate. It does meaningfully explain target_industry, specialisms, the two radius modes, within_km, budget_band semantics, and the output fields. It does not elaborate on limit or the exact enum values, though it points to categories://list for those, so it is strong but not maximal.

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 opens with a specific verb and resource ('Zoek Nederlandse marketingbureaus') and enumerates the exact filter dimensions. It clearly positions this as a multi-criteria search returning a ranked list, which distinguishes it from sibling tools like find_agency or get_agency_profile even without naming them.

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?

It gives concrete guidance on how to use the filters, including the optional radius alternatives and the instruction to read categories://list for valid values. It does not explicitly say when NOT to use this tool or name alternatives as better fits, so it stops short of a 5.

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