Skip to main content
Glama

Muralists Directory

Fetch a muralist profile

fetch
Read-only

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

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYesAbsolute canonical URL of the profile page.
textYesPlain-text rendering of the profile (Dutch).
titleYes
metadataYesExtra fields: city, styles, pro status.

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already cover the read-only safety profile (readOnlyHint true, openWorldHint false). The description adds that it returns the full profile text and is intended for citation, but does not discuss output size, rate limits, or any special handling. This is acceptable but not rich.

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 short sentences, front-loaded with the action and resource, and the id-source hint is placed second. No filler or repetition.

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 one-parameter read-only fetch with an output schema, the definition is nearly complete. The main gap is that it does not explain how fetch relates to the similarly named sibling get_muralist_profile, so an agent may be uncertain which to invoke.

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?

Input schema coverage is 100% and the id parameter is fully described as a slug returned by search. The description repeats this same provenance rather than adding new parameter-level meaning, so it earns the baseline score.

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?

The description clearly states a specific verb and resource: retrieve the full text of one Muralists directory profile by id, and adds the purpose (citation). However, it does not differentiate fetch from the sibling get_muralist_profile, which appears to target the same resource.

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 clear usage context: ids come from the search tool and the use case is citation. It does not explicitly state when not to use this tool or name alternatives, so it stops short of full routing guidance.

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