Skip to main content
Glama

jira_create_issue

Create Jira issues with custom fields and due dates. Specify project, summary, description, and optional attributes like assignee, priority, labels, or components.

Instructions

Create a new Jira issue with support for custom fields including due dates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelsNoArray of label strings
duedateNoDue date in YYYY-MM-DD format (e.g., 2024-12-31)
summaryYesIssue summary/title
assigneeNoAccount ID of the assignee
priorityNoPriority name (e.g., High, Medium, Low)
issueTypeNoIssue type (default: Task)Task
componentsNoArray of component names
projectKeyYesThe project key where to create the issue
descriptionYesIssue description
customFieldsNoAdditional custom fields as key-value pairs
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states it creates an issue with custom fields, omitting details such as whether the created issue is returned, permissions required, limits on custom fields, or side effects like notifications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with 12 words, which is concise but critically underspecifies the tool's behavior. It is front-loaded with the core action but lacks necessary detail, making it too brief for a complex creation tool.

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?

Given 10 parameters, no output schema, and no annotations, the description is too vague. It does not explain the return value, error cases, or required context like authentication. It provides minimal completeness for an agent to reliably use the tool.

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?

The input schema has 100% description coverage for all 10 parameters. The description adds marginal value by highlighting 'custom fields including due dates', but due date is already a separate parameter. This is adequate but not enriching beyond the schema.

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

Purpose4/5

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

The description clearly states 'Create a new Jira issue', specifying the verb and resource. It mentions custom fields and due dates, which adds specificity, but does not explicitly distinguish from sibling tools like jira_create_subtask, relying on the tool name for differentiation.

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?

No usage guidelines are provided. The description does not indicate when to use this tool over alternatives (e.g., jira_create_subtask or jira_batch_create_issues), nor does it mention prerequisites or when not to use it.

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/jagadeesh52423/ConfluenceMcp'

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