Skip to main content
Glama
lazyants

transkribus-mcp-server

by lazyants

Post Page Transcript

transkribus_page_post_transcript

Add a new transcript to a specific page of a document in Transkribus. Requires collection ID, document ID, and page number.

Instructions

Post a new transcript for a page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDocument ID
bodyNoTranscript data
noteNoNote for the transcript
pageYesPage number
collIdYesCollection ID
parentNoParent transcript ID
statusNoTranscript status
toolNameNoTool name that created the transcript
nrIsPageIdNoTreat page nr as page ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv4.0.0
    • addedInput schema / properties / parent / default
      Added value: +-1
  2. First observedv2.1.1

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already indicate this is a non-read-only, non-destructive, non-idempotent operation, but the description adds nothing beyond 'new transcript'. It omits crucial behavioral details such as authentication requirements, what happens if a transcript already exists, or whether the operation overwrites data.

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 wasted words. It is appropriately sized for a terse API description, though its brevity comes at the cost of completeness.

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

Completeness2/5

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

Given the tool's complexity (9 parameters, nested body object, no output schema), the description is too sparse. It does not explain the expected structure of the body object, the meaning of optional fields like parent or status, or any non-obvious behavior needed to invoke the tool correctly.

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?

With schema description coverage at 100%, the baseline score of 3 applies. The description adds no parameter-level meaning beyond the schema, but the schema itself fully documents the 9 parameters.

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 (Post) and resource (new transcript for a page), making the core action clear. However, it does not explicitly distinguish itself from sibling tools like transkribus_doc_update_transcript or transkribus_page_replace, leaving the agent to infer the creation-versus-update distinction.

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, no prerequisites, and no conditions or exclusions. The single sentence provides no usage context at all.

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