Skip to main content
Glama
lazyants

transkribus-mcp-server

by lazyants

Get Full Document XML

transkribus_doc_get_fulldoc_xml
Read-onlyIdempotent

Get the full XML of a Transkribus document by supplying collection and document IDs, with an option to limit the number of transcripts included.

Instructions

Get the full document in XML format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDocument ID
collIdYesCollection ID
nrOfTranscriptsNoNumber of transcripts to include

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv3.1.0
  2. Removedv3.0.0
  3. First observedv2.1.1

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, and the description's 'Get' is consistent with that safety profile. It adds only the output format ('XML') as useful context, but it does not disclose what the full document includes, how nrOfTranscripts affects the result, or any response-size or availability considerations.

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 a single, front-loaded sentence with no filler or repetition of parameter details. Every word contributes to conveying the core operation.

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?

For a read-only retrieval with only two required parameters and full schema coverage, the description is minimally viable. However, with no output schema and a large sibling set, it would benefit from explaining what 'full document' encompasses and how this endpoint differs from transkribus_doc_get_fulldoc or METS retrieval.

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 100%: each parameter (id, collId, nrOfTranscripts) already has a clear description. The tool description adds no parameter-level information beyond that, so the baseline score of 3 is appropriate.

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 states a specific verb ('Get') and resource ('full document') plus the format ('XML'), so an agent can understand the tool's basic purpose. However, it merely rephrases the title and does not distinguish this from the sibling transkribus_doc_get_fulldoc or other XML-related endpoints.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as transkribus_doc_get_fulldoc, transkribus_doc_get_mets, or transkribus_coll_list_xml. The description provides no contextual conditions, exclusions, or alternative routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools