Skip to main content
Glama

add_project_user

Add a user to a Kanboard project by providing project and user IDs. Role optional, defaults to project-member. Returns user ID, project ID, and role.

Instructions

Add a user to a Kanboard project with the given role. Role defaults to 'project-member' if not specified. Use list_project_users to find user ids and list_projects to find project ids; to unlink a member use remove_project_user. Returns { user_id, project_id, role } on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesNumeric project id.
user_idYesNumeric user id to add to the project.
roleNoRole to assign: 'project-manager', 'project-member' (default), or 'project-viewer'.project-member
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the default role and the return value structure. However, it does not cover idempotency, error cases (e.g., user already in project), or permission requirements. Still, it adds value beyond the schema.

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 two sentences, tightly packed with no redundancy. Front-loaded with the action, followed by defaults, usage hints, and return value. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with 3 parameters and no output schema, the description covers the main points: action, defaults, related tools, and return value. Minor omissions (error handling, idempotency) prevent a perfect score, but it's largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all parameters. The description adds context by noting the default role explicitly and advising to use other tools for IDs. This enhances understanding beyond the schema's bare definitions.

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's function: adding a user to a project with a specified role. It mentions the default role, which distinguishes it from siblings like remove_project_user. The verb 'add' and resource 'user to project' are specific.

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

Usage Guidelines5/5

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

The description explicitly tells the agent to use list_project_users and list_projects to find IDs, and that remove_project_user is for unlinking. This provides clear when-to-use and when-not-to-use guidance, distinguishing from siblings.

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/ErnestoCorona/kanboard-mcp'

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