Skip to main content
Glama
lazyants

transkribus-mcp-server

by lazyants

Get Collection Statistics

transkribus_stat_get_coll
Read-onlyIdempotent

Retrieve statistics for a collection by providing its ID. Get data on documents, pages, and other metrics to analyze the collection.

Instructions

Get statistics for a collection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collIdYesCollection ID
Behavior2/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds no behavioral context beyond the annotations, such as what happens if the collection does not exist or permission issues. With annotations covering the safety profile, a score of 2 is appropriate as the description provides no additional transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no unnecessary words. It is front-loaded and efficient. However, it might be considered too brief given the complexity of the tool, but it earns its place.

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 high number of sibling tools and lack of output schema, the description is insufficient. It does not explain what statistics are returned (e.g., document count, size) or the format. While minimal, it lacks completeness for an agent to use effectively without additional context.

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 schema has 100% coverage for the single parameter collId with description 'Collection ID'. The tool description does not add any further semantic meaning for the parameter. Baseline 3 is correct since the schema already documents the parameter adequately.

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 'Get statistics for a collection' clearly states the verb and resource, distinguishing it from sibling tools like transkribus_coll_get_metadata or transkribus_coll_list. However, it does not specify what type of statistics (e.g., counts, sizes), which would enhance clarity.

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?

The description provides no guidance on when to use this tool versus alternatives. For example, it does not clarify that this tool is for aggregate statistics rather than detailed metadata retrieval, or when to use transkribus_stat_get_coll_stats instead.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lazyants/transkribus-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server