Marketingburos
Server Details
Search and compare 2,000+ Dutch marketing agencies by specialism, city and cases. Never pay-to-rank.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsfind_agencyAInspect
Zoek een specifiek bureau op handelsnaam, statutaire naam of domein (bijv. name='Yourcrew' of domain='yourcrew.online') en krijg de slug voor get_agency_profile. Geeft max. 10 kandidaten met publieke handelsnaam (name), legal_name als de statutaire naam afwijkt, city en domain. Voor gerankt bureau-advies op criteria gebruik je search_agencies.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| name | No | ||
| limit | No | ||
| domain | No |
TDQS
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 a good job: it discloses the maximum of 10 candidates, the returned fields (name, legal_name, city, domain), and the fact that legal_name appears only when it differs from the statutory name. It does not mention edge cases like no matches or behavior when no parameters are provided, but the core behavior is transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, front-loaded with the search purpose, and adds only high-value details: examples, output fields, the slug link, and the sibling alternative. Every sentence earns its place with no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple lookup tool with low complexity and no output schema, the description gives enough context: search criteria, examples, returned fields, result cap, and an explicit pointer to a sibling for ranked use. It could be slightly more complete by explaining the city and limit parameters, but it is otherwise well-rounded.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage, so the description must compensate. It explains name and domain with concrete examples, but it does not explain the city parameter or the limit parameter in terms of how they affect the search. The mention of 'max. 10 kandidaten' hints at limit's upper bound but does not clarify that limit is configurable or that city is an optional filter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool finds a specific agency by handelsnaam, statutaire naam, or domain, and that it produces the slug needed for get_agency_profile. It also distinguishes itself from search_agencies by positioning itself as the targeted lookup option rather than a ranked recommendation tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says to use search_agencies for ranked agency advice based on criteria, which makes the boundary between the two tools clear. It also implies the correct workflow: find the agency to obtain the slug, then use get_agency_profile.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_agency_profileAInspect
Haal het volledige publieke profiel van een marketingbureau op aan de hand van zijn slug. Geeft 404 als de slug niet bestaat of het bureau niet bereikt wil worden via MCP.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It adds valuable behavioral context beyond the schema: the tool returns a 404 both when the slug does not exist and when the agency has opted out of MCP reachability. This is a meaningful non-standard behavior for an agent to know. It could go further by describing the response format, but for a simple read operation this 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and effective: one sentence states the main action, the second gives the key error condition. Both sentences earn their place, and the primary purpose is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter read tool with no output schema and no annotations, the description covers the essential decision factors: what it does, what identifies the target, and when it errors. It does not describe the response structure, but 'volledige publieke profiel' sufficiently signals the returned content type for an agent to call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 clarify that slug is the identifier used to look up the profile, which adds some semantic value beyond the raw string schema. However, it does not describe slug format, casing, or URL relevance, so the compensation is only partial.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Haal ... op' - retrieve) and resource ('volledige publieke profiel van een marketingbureau') keyed by its slug. This clearly distinguishes it from the sibling find/search tools, which are for discovery rather than retrieval of a full profile by exact identifier.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool: when you already have an agency's slug and need its full public profile. However, it does not explicitly contrast with find_agency or search_agencies, nor state when not to use it, so the routing guidance is implicit rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_agenciesAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| limit | No | ||
| near_lat | No | ||
| near_lon | No | ||
| near_city | No | ||
| within_km | No | ||
| budget_band | No | ||
| specialisms | No | ||
| target_industry | No | ||
| company_size_band | No | ||
| client_orientation | No |
TDQS
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.
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.
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.
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.
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.
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.
submit_rfqBInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| website | No | ||
| industry | Yes | ||
| timeline | Yes | ||
| agencySize | Yes | ||
| budgetBand | Yes | ||
| companySize | Yes | ||
| contactName | Yes | ||
| culturalFit | Yes | ||
| specialisms | Yes | ||
| toelichting | No | ||
| contactEmail | Yes | ||
| contactPhone | No | ||
| contactCompany | Yes | ||
| industryFreetext | No | ||
| clientOrientation | No | ||
| selectedAgencyIds | Yes | ||
| specialistFullServiceSlider | Yes |
TDQS
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.
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.
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.
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.
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.
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.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search 47,000+ marketing agencies and get AI-matched with fitted agencies, from Pick an Agency.
Dutch market map for agents: schools, Verified Pro tutors, shortlists, paths. Not practice.
Competitive ad intelligence for AI agents: portfolios, ad/content search, analytics, discovery.
Related MCP Servers
- AlicenseAqualityCmaintenanceSearch 47,000+ marketing agencies and get AI-matched with fitted agencies, from Pick an Agency.32MIT
- AlicenseNot gradedqualityDmaintenanceSearch PR agencies, browse publications, buy press release distribution & media placements. Zero-config, no API key needed.19MIT
- AlicenseNot gradedqualityDmaintenanceA search engine for AI agents that enables searching, comparing, and discovering over 500 businesses across 112 categories with structured pricing data. It allows users to filter listings by price, category, and country to find and analyze specific business services.13MIT
- FlicenseNot gradedqualityDmaintenanceSearches and analyzes competitor ads and content across Meta, Google, Instagram, TikTok, and YouTube with AI-powered creative analysis and cross-platform brand discovery.1
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.