Skip to main content
Glama
sina-haseli

mcp-server-jira

by sina-haseli

create_project

Create a new Jira project with specified key, name, lead, and type. Admin access and confirmation are required; some Jira versions need a template key.

Instructions

Creates a new Jira project (admin only). Guarded: requires confirm:true. Some Jira versions require a template_key; if creation fails for that reason, retry with template_key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesProject key, uppercase, e.g. "NEW" (must be unique)
leadYesProject lead. On Jira Server/DC this is the username; on Cloud it is the account id.
nameYesProject display name
confirmNoMust be set to true to actually perform this irreversible/high-impact action. If omitted, the tool returns a warning instead of acting.
descriptionNoOptional project description
template_keyNoOptional project template key (some Jira versions require this, e.g. com.pyxis.greenhopper.jira:gh-simplified-scrum-classic).
assignee_typeNoDefault assignee policy
project_type_keyNoProject type key, e.g. "software" or "business" (default "software")
Behavior1/5

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

The description calls creation 'irreversible/high-impact' yet annotations have destructiveHint=false, creating a direct contradiction. This undermines the agent's ability to trust the metadata.

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?

Two concise, front-loaded sentences cover the essential purpose and key behavioral caveats without fluff.

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?

Adequate for a creation tool with schema coverage, but missing return value details and incomplete behavioral disclosure due to the contradiction. No output schema, so description should ideally give more context.

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?

Schema covers all parameters (100%). Description adds value with 'admin only' and the confirm requirement, but does not significantly elaborate beyond the schema.

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 explicitly states 'Creates a new Jira project' (verb + resource) and includes 'admin only', clearly distinguishing it from sibling tools like create_board or create_issue_type.

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?

Provides useful guidance: requires confirm:true and retry with template_key if creation fails. Does not explicitly contrast with alternatives, but the sibling tools are for different entities so no strong need.

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/sina-haseli/mcp-server-jira'

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