Skip to main content
Glama

Muralists Directory

Search muralists

search_muralists
Read-only

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

Input Schema

TableJSON 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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
total_matchesYesHow many artists matched before the limit was applied.

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful context: the directory is curated, it supports filtering, and results include portfolio highlights and profile URLs. No contradiction with annotations exists. It could go deeper on sorting or empty-result behavior, but the read-only nature and result contents are sufficiently transparent.

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 compact sentences with no filler. The first sentence leads with the verb and resource, and the second sentence covers return value and use case. Every phrase earns its place.

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

Completeness3/5

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

The description is mostly complete: it states scope, filters, return contents, and an intended use case, and an output schema exists so return details are covered. However, the mismatch between 'in Europe' and a region parameter that only accepts Dutch provinces/cities is a meaningful gap. An agent could use this tool for a Berlin muralist request and get nothing because the actual data scope is narrower than described.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents all four parameters with 100% coverage, so the baseline is 3. The description reinforces the idea of filtering by city/region and style, which maps to the region and style parameters, but adds no new detail beyond the schema. It stays at baseline rather than being elevated.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool searches a curated directory of muralists and street artists, and uses example styles to define scope. It differentiates itself from the sibling get_muralist_profile by emphasizing directory search rather than individual profiles. However, the geographic scope is slightly overstated: 'Europe' conflicts with the schema's Dutch-only region parameter.

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?

Gives an explicit use case: 'Use this when someone wants to find, hire, or commission a mural artist.' This gives clear context for when to invoke the tool. No exclusions or alternative routing to siblings are mentioned, and the Netherlands-only limitation is not called out.

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

A3.8/5.0
Disambiguation2/5

The tools form two overlapping pairs: search/search_muralists and fetch/get_muralist_profile. The descriptions add some distinction, but an agent could easily select the wrong tool without careful reading.

Naming Consistency3/5

Names mix generic verbs like fetch and search with more specific verb_noun forms like get_muralist_profile and search_muralists. The pattern is readable but not consistent across the set.

Tool Count4/5

Four tools is a reasonable number for a directory-oriented server. However, two of the tools are largely redundant, so the effective surface is smaller than the count suggests.

Completeness4/5

The server covers the core directory workflow: searching for muralists and retrieving detailed profile information. It lacks broader browsing or direct contact/quote actions, but these are minor gaps for a read-only directory.

Resources