Skip to main content
Glama
lazyants

transkribus-mcp-server

by lazyants

Get Recent in Collection

transkribus_coll_get_recent
Read-onlyIdempotent

Retrieve recently accessed items from a Transkribus collection by ID. Set start index, result count, and sort options for efficient retrieval.

Instructions

Get recently accessed items in a collection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexNoStart index (0-based)
collIdYesCollection ID
nValuesNoNumber of results (-1 for all)
sortColumnNoColumn to sort by
sortDirectionNoSort direction: asc or desc

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?

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the basic scope of 'recently accessed items' but does not disclose pagination behavior, result format, or what 'recent' means.

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 concise sentence with no filler or repetition, which makes it easy to parse. However, its brevity sacrifices clarity because 'items' is undefined and no differentiation from nearby siblings is provided.

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?

With no output schema, the description should clarify what the returned items are and how the list is structured, but it does not. The tool's name is ambiguous relative to transkribus_coll_get_recent_documents and transkribus_coll_get_recent_collections, and the description does not resolve this ambiguity.

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%, so the parameters are already documented with meaningful descriptions. The tool description does not add parameter-level semantics beyond confirming the collection context, so the baseline 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 action ('Get') and resource ('recently accessed items in a collection'), and the required collId parameter clarifies the scope. However, 'items' is vague and the tool is not clearly differentiated from transkribus_coll_get_recent_documents or transkribus_coll_get_recent_collections.

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

Usage Guidelines3/5

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

The description implies this is for retrieving recent entries within a specific collection, but it does not explicitly say when to prefer this tool over the similar sibling tools. There are no exclusions or alternative guidance, so the usage context is only implied.

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