Skip to main content
Glama
its-qusai-nasr

Jira Admin MCP Server

jira_issues_bulk_create

Create multiple Jira issues at once (max 50) by specifying project key, issue type, summary, and optional fields like description, assignee, priority, labels, or custom fields.

Instructions

Create multiple Jira issues in one call (up to 50).

Each issue in the list needs at minimum: project_key, issue_type, summary. Optional: description, assignee_account_id, priority, labels, custom_fields. Returns: {created: [{key, id}], errors: [...]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuesYesList of issue payloads. Each: {'project_key': 'PROJ', 'issue_type': 'Task', 'summary': '...', 'description': '...', 'custom_fields': {...}}. Max 50.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Description discloses creation action and return format with {created: [{key, id}], errors: [...]}. Annotations already indicate non-readOnly and non-idempotent, so description adds useful context about response structure.

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?

Three concise sentences front-load purpose and limit, with no unnecessary words. Every sentence adds value.

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

Completeness5/5

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

Given the tool's complexity (single parameter with nested object) and presence of an output schema, the description covers required fields, optional fields, limits, and return format comprehensively.

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

Parameters5/5

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

Schema coverage is 100% but description adds meaning by listing required and optional fields (project_key, issue_type, summary, etc.) within each issue, clarifying the structure of the issues array.

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 the verb 'create' and resource 'multiple Jira issues', with a limit of 50. It distinguishes from sibling tools like jira_issues_create (single issue) and bulk edit/transition.

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?

Specifies maximum count (up to 50) and required minimum fields (project_key, issue_type, summary). Implies use when creating multiple issues at once, but does not explicitly state when to avoid or list alternative tools.

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/its-qusai-nasr/jira-admin-mcp'

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