Skip to main content
Glama

Muralists Directory

Get muralist profile

get_muralist_profile
Read-only

Get the full profile of a specific muralist from the Muralists 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.

Input Schema

TableJSON 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

TableJSON Schema
NameRequiredDescriptionDefault
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

TDQS

A4.4/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true, so the safe read-only nature is established. The description adds that it returns a 'full profile' with specific sections, which is useful. However, it doesn't disclose details like whether profile data is aggregated from external sources or if portfolio images are included, though for a read-only profile tool this gap is acceptable.

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?

Two sentences, front-loaded with the tool's purpose and content, then a clear usage directive. Every word earns its place.

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

Completeness4/5

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

For a simple read-only tool with one parameter and clear schema documentation, the description covers what the tool does and when to use it. The only minor gap is not explicitly stating the return format, but the description lists the profile sections which implies the structure.

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?

The input schema documents the id parameter thoroughly, including its nature as a slug, stability, source, and URL usage. The description doesn't repeat this but complements by indicating the id comes from search_muralists. With one well-documented parameter, the baseline is elevated.

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 the tool gets a full profile of a specific muralist, enumerating the content (bio, styles, portfolio, project types, quote request). It distinguishes itself from the sibling search_muralists by specifying 'a specific muralist' and directing use 'after search_muralists'.

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

Usage Guidelines5/5

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

Explicitly says to use after search_muralists to get details on a candidate. This gives clear sequencing guidance and differentiates from the search alternative.

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