createMembership
Add a user to a Redmine project by assigning roles. Provide project ID, user ID, and role IDs to create the membership.
Instructions
Create membership
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes | ||
| bodyParams | Yes |
Add a user to a Redmine project by assigning roles. Provide project ID, user ID, and role IDs to create the membership.
Create membership
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes | ||
| bodyParams | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. The single verb 'Create' implies a write operation, but no details about permissions, idempotency, side effects, or error conditions are given. This is insufficient for a tool that creates a resource.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
At only two words, the description is under-specified rather than concise. It sacrifices all meaningful information for brevity, making it nearly useless for an agent.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of nested required parameters, no output schema, and no annotations, the description is completely inadequate. It fails to provide essential context for a create operation, leaving the agent with insufficient information to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no meaning to any of the parameters. The nested objects (pathParams with format and projectId, bodyParams with membership containing user_id and role_ids) are left entirely unexplained, forcing agents to guess their semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Create membership' is a tautology that merely restates the tool name. It lacks any specificity about what a membership is, the context (project or group), or how it differs from sibling tools like updateMembership or deleteMembership.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage guidance is provided. The description does not indicate when to use this tool over alternatives (e.g., when to create versus update), nor any prerequisites or context for its use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/onozaty/redmine-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server