Skip to main content
Glama

Muralists Directory

Server Details

Search the curated directory of professional muralists and street artists in the Netherlands.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 4 of 4 tools scored.

Server CoherenceC
Disambiguation2/5

Two search tools (search and search_muralists) and two profile retrieval tools (fetch and get_muralist_profile) overlap in purpose. An agent may struggle to choose the correct tool, especially without clear guidance on when to use fetch versus get_muralist_profile.

Naming Consistency2/5

Tool names mix different verb patterns: 'fetch' and 'get_muralist_profile' diverge, and 'search' vs 'search_muralists' inconsistently add a suffix. While all are snake_case, the lack of a uniform verb_noun pattern reduces clarity.

Tool Count3/5

Four tools for a directory are within a reasonable range, but the duplication of search and retrieval functionality makes the set feel more bloated than necessary. Consolidation would improve coherence.

Completeness3/5

Core operations (search and profile retrieval) are covered, but the presence of two similar tools for each operation creates redundancy rather than filling gaps. No obvious missing features, but the set could be streamlined.

Available Tools

4 tools
fetchFetch a muralist profile
Read-only
Inspect

Retrieve the full text of one Muralists.nl directory profile by id, for citation. Ids come from the search tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe profile id (slug) returned by search.

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
urlYesAbsolute canonical URL of the profile page.
textYesPlain-text rendering of the profile (Dutch).
titleYes
metadataYesExtra fields: city, styles, pro status.
get_muralist_profileGet muralist profile
Read-only
Inspect

Get the full profile of a specific muralist from the Muralists.nl directory: bio, styles, portfolio of realized works with locations, typical project types, and how to request a quote. Use after search_muralists to get details on a candidate.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe muralist's profile slug — the stable public identifier returned as `id` by search_muralists and used in the profile URL.

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
bioYesThe artist's own statement, in Dutch.
cityYes
nameYes
worksYesRealized murals with location and year.
is_proYesActive paying member of the directory. Pro profiles rank first.
regionNo
stylesYes
countryYesISO 3166-1 alpha-2 country the artist is based in.
summaryYes
contact_urlYesWhere to reach this artist — currently the public profile page.
profile_urlYes
years_activeNo
how_to_commissionYes
accepts_commissionsYes
indicative_budget_rangeNoIndicative project budget bracket in euro. The artist quotes the real price per project.
search_muralistsSearch muralists
Read-only
Inspect

Search a curated directory of muralists and street artists in the Netherlands. Filter by city/region, style (e.g. abstract, figurative, lettering, photorealistic, geometric), and indicative budget range. Returns matching artists with portfolio highlights and profile URLs. Use this when someone wants to find, hire, or commission a mural artist in the Netherlands.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of artists to return (1-10).
queryNoFree text over name, tagline, bio, city and styles.
styleNoStyle label, e.g. abstract, figurative, lettering, photorealistic, geometric.
regionNoDutch city, province or region, e.g. 'Rotterdam', 'Noord-Holland'. Matches city or region.
budget_rangeNoIndicative project budget in euro. Artists without a stated rate level are kept, ranked lower.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultsYes
total_matchesYesHow many artists matched before the limit was applied.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources