Skip to main content
Glama
lazyants

transkribus-mcp-server

by lazyants

Create Collection

transkribus_coll_create

Create a new collection in Transkribus by providing a collection name. Use this to organize your documents for HTR/OCR processing and management.

Instructions

Create a new collection with the given name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collNameYesName for the new collection

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already indicate a mutating, non-idempotent, non-destructive operation. The description adds no additional behavioral context such as duplicate-name handling, permission requirements, or side effects beyond the obvious 'create' action.

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 clear sentence with no filler, and the key action is front-loaded. Nothing extraneous is present.

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?

This is a simple one-parameter creation tool, and annotations plus schema cover the core safety and input requirements. However, the description does not mention return behavior, duplicate-name outcomes, or any other post-creation expectation, leaving some practical gaps.

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?

The input schema already documents collName with its own description, and schema coverage is 100%. The description only restates the idea of 'the given name' and adds no extra meaning about format, uniqueness, or validation.

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 the verb and resource: create a new collection. This is distinguishable at a high level from the many sibling document/page creation tools, though it does not explicitly call out any sibling 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 about when to use this tool versus alternatives such as creating a document, adding a document to a collection, or importing from METS/PDF/IIIF. The agent must infer usage entirely from the tool name and description.

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