Skip to main content
Glama
lazyants

transkribus-mcp-server

by lazyants

Add or Modify User in Collection

transkribus_coll_user_add_or_modify
Idempotent

Add a user to a Transkribus collection or update their role. Specify collection ID, user ID, and new role.

Instructions

Add a user to a collection or modify their role if they already exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collIdYesCollection ID
userIdYesUser ID to add or modify
roleYesRole to assign to the user
useridNoUser ID (alternative)
sendMailNoSend notification email
Behavior3/5

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

Annotations already declare idempotentHint=true, destructiveHint=false, and readOnlyHint=false. The description adds no further behavioral context, such as side effects of sending email (sendMail parameter) or what happens when a user already exists. The description provides minimal transparency beyond the annotations.

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 sentence, only 15 words, and immediately conveys the tool's purpose. It is front-loaded and contains no unnecessary information, making it highly efficient for an AI agent to parse.

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?

The description is minimal for a tool with 5 parameters, no output schema, and many siblings. It does not mention return values, error scenarios, or optional parameters like sendMail. Given the lack of output schema and the tool's complexity, the description is insufficiently complete.

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 parameter descriptions already exist in the schema. The tool description adds no additional meaning about parameters, such as explanation of role values or clarification of the alternative userid parameter. Baseline 3 is appropriate as the schema carries the burden.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool adds a user to a collection or modifies their role if they already exist. This distinguishes it from sibling tools like transkribus_coll_user_remove (removes user) and transkribus_coll_user_update_role (likely only updates role), as it covers both add and modify actions in one tool.

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 its siblings, such as transkribus_coll_user_add or transkribus_coll_user_update_role. It does not mention prerequisites, when not to use it, or how to choose it over alternatives.

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