Skip to main content
Glama
CzSadykov

jira-service-desk-mcp

by CzSadykov

add_users_to_organization

Add users to an organization via usernames (Server/DC) or account IDs (Cloud).

Instructions

Add users to an organization.

Provide usernames for Server/Data Center or account_ids for Cloud.

Args: organization_id: The numeric organization ID. usernames: (Optional) Comma-separated usernames (Server/DC). account_ids: (Optional) Comma-separated Atlassian account IDs (Cloud).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_idYes
usernamesNo
account_idsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations exist, so the description must fully disclose behavioral traits. It only says 'Add users' without explaining side effects (e.g., invitations, idempotency, behavior when user already exists). This leaves significant gaps for an AI agent.

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 concise, using bullet points to separate parameter usage. It front-loads the primary action in a single line, then efficiently explains the parameter distinction. No unnecessary words or repetition.

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

Completeness3/5

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

Given the tool's simplicity and an existing output schema, the description covers essential usage scenarios. However, it lacks behavioral context (e.g., error handling, idempotency, permissions) that would be needed for an AI agent to use it robustly without further assumptions.

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?

With 0% schema coverage, the description adds critical meaning: it explains that 'usernames' are for Server/DC and 'account_ids' for Cloud, and mentions they are comma-separated. It also clarifies that organization_id is numeric. This compensates well for the schema's lack of descriptions.

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 'Add users to an organization' – a specific verb and resource. It distinguishes the tool from siblings by detailing the parameter split between Server/DC (usernames) and Cloud (account_ids), making the tool's role unambiguous.

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

Usage Guidelines4/5

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

The description provides clear guidance on when to use usernames vs account_ids based on deployment type. However, it does not explicitly mention when not to use this tool or specify prerequisites (e.g., admin rights), though no direct alternative tool exists for this action.

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/CzSadykov/jira-service-desk-mcp'

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