Skip to main content
Glama

search_artists

Read-only

Search the artist registry by name, school, and/or graduation-year range. Returns paginated artist cards with work/exhibition counts and canonical page URLs. Estonian jewellery/metalwork artists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
queryNoName search (Estonian proper names).
schoolNoGraduation-school code, e.g. EKA or VKA.
categoryNoRegistry category: CONTEMPORARY (living registry) or HISTORICAL_MASTER (pre-1944 goldsmiths).
grad_year_toNo
grad_year_fromNo

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating safe read behavior. The description adds context about the output (artist cards with work/exhibition counts and canonical page URLs) and the scope (Estonian jewellery/metalwork artists), which goes beyond the annotations and helps the agent understand what to expect.

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 sentences with no unnecessary words. It front-loads the action and key attributes, making it easy to scan and parse. Every phrase adds value.

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?

Given the 6 parameters, no output schema, and moderate schema coverage, the description explains the return format (paginated cards with counts and URLs) and the domain. It lacks details on pagination defaults or how to get subsequent pages, but overall it provides sufficient context for an agent to understand what the tool does and what it returns.

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?

Schema description coverage is 50%, with explicit descriptions for query, school, and category. The description adds the concept of 'graduation-year range' (covering grad_year_from and grad_year_to) but does not explain page or category further. The description compensates partially for the uncovered parameters, but does not fully detail every parameter meaning.

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 verb (Search), the resource (artist registry), and the specific filters (name, school, graduation-year range). It distinguishes from sibling tools like get_artist (single artist) and other search tools by specifying the domain (Estonian jewellery/metalwork artists) and the output (paginated cards with counts and URLs).

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

Usage Guidelines3/5

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

The description mentions available filters (name, school, graduation-year range) and that results are paginated, but it does not explicitly state when to use this tool versus alternatives like get_artist for a single artist. The context from sibling tools implies differentiation, but the description itself lacks explicit usage 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

A4.2/5.0
Disambiguation5/5

Each tool targets a unique entity or action (e.g., get_artist vs. search_artists, get_relations vs. get_stats). No two tools have overlapping purposes, so an agent can clearly distinguish them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: either get_<entity> or search_<entity>. No mixing of conventions like camelCase or different verbs.

Tool Count5/5

12 tools is well-scoped for an archive server covering artists, exhibitions, works, organizations, marks, press, and graph relations. Each tool earns its place without redundancy.

Completeness5/5

The tool surface covers the main entities (artists, works, exhibitions, organizations) and provides search and retrieval for all key types. Additional tools like get_relations and get_timeline fill gaps for connected data and chronology, making the set feel complete for its domain.

Resources