Skip to main content
Glama

View Transcription (IIIF deep-zoom)

view_transcription
Read-only

Open one or more transcribed document pages in an interactive deep-zoom viewer with the transcription text alongside. Pass page identifiers returned by search_transcriptions / browse_transcriptions (form , e.g. NL-SdmGA_1504889_11). Optionally highlight a term in the transcript. Hosts without MCP Apps support receive a text summary plus inline preview images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesTranscription page identifiers, e.g. ["NL-SdmGA_1504889_11"].
highlight_termNoOptional term to highlight in the transcription text.

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint and destructiveHint annotations, the description discloses significant behavioral traits: it opens an interactive viewer, shows transcription text alongside, supports optional highlighting, and falls back to a text summary plus inline preview images on hosts without MCP Apps support. This is rich, environment-dependent context not captured by annotations.

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 three sentences, each earning its place: the first states the primary function, the second explains input format and provenance, the third covers optional highlight and fallback behavior. No redundancy or fluff.

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

Completeness5/5

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

For a read-only viewing tool with two well-documented parameters and no output schema, the description fully covers what the tool does, how to obtain valid inputs, what the user sees, and how it behaves in different host environments. It is self-sufficient for an agent to select and invoke correctly.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaning by defining the exact identifier format ('<ISIL>_<archive>_<page>' with example) and stating that identifiers come from search_transcriptions / browse_transcriptions, which helps the agent construct valid input beyond the schema's generic 'array of strings'.

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 states the specific action ('Open') and resource ('transcribed document pages in an interactive deep-zoom viewer'), and distinguishes from siblings by mentioning the deep-zoom context and the source of identifiers from search/browse. It also notes the optional highlight feature and fallback behavior, covering scope fully.

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 explicitly tells the agent to pass page identifiers returned by search_transcriptions / browse_transcriptions, giving clear workflow context and input provenance. It also describes the fallback for hosts without MCP Apps support, which helps set expectations. It lacks explicit 'when not to use' exclusions, but the context is strongly indicative.

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

B3.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, e.g., browse/search/show/view transcriptions are well differentiated. The stats tools (get_event_type_stats vs get_source_type_stats vs get_record_stats) are similar in structure but each targets a unique dimension, and names make the distinction clear.

Naming Consistency3/5

All tools use snake_case and are descriptive, but they mix verb prefixes: browse, get, match, search, show, view. This is not fully consistent, though each verb aligns with the action. Some names like get_births_years_ago are less patterned than others.

Tool Count3/5

With 22 tools, the set is on the heavier side but justifiably covers diverse features: genealogical records, transcriptions, statistics, weather, census, and archives. It borders on too many, but the scope is broad enough to support them.

Completeness4/5

The domain of genealogical archives is well covered with search, show, browse, stats, and matching tools. Minor gaps exist (e.g., no explicit user comment tools beyond stats, no direct archive detail endpoint separate from list), but core workflows are supported.