Skip to main content
Glama
CzSadykov

jira-service-desk-mcp

by CzSadykov

create_customer

Create a customer account in Jira Service Management to enable them to raise requests through the customer portal.

Instructions

Create a new customer account in the JSM instance (experimental API).

The customer will be able to raise requests through the customer portal.

Args: full_name: The customer's display name (e.g. "Jane Doe"). email: The customer's email address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
full_nameYes
emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description only adds 'experimental API' as a behavioral note. It lacks disclosure of permissions needed, side effects, rate limits, or error handling, which are critical for safe invocation.

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 extremely concise with three sentences. It front-loads the primary purpose, adds a key outcome, and lists parameters efficiently. Every sentence earns its place.

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?

Output schema exists, reducing the burden. The description covers purpose and parameters adequately for a simple creation tool. However, it omits error scenarios, idempotency, or validation rules, which would enhance completeness.

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?

Although schema coverage is 0%, the description compensates by documenting both parameters with meaningful examples (e.g., 'Jane Doe' for full_name). This adds clarity beyond the schema's type-only definition.

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?

Description clearly states it creates a new customer account in JSM and explains the outcome (customer can raise requests). It distinguishes from siblings like create_customer_request and add_customers_to_service_desk by focusing on account creation.

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 usage (creating new customer accounts) but does not explicitly state when to use this tool versus alternatives like add_customers_to_service_desk. No exclusions or prerequisites are mentioned.

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