Skip to main content
Glama

manage_projects

Manage Jira projects by listing details, checking statuses, or creating new projects with configurable templates and settings.

Instructions

List and get Jira project details and statuses. Actions: 'list', 'get', 'list_statuses', 'create'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'list', 'get', 'list_statuses', 'create'
project_keyNoProject key or ID (for 'get', 'list_statuses', 'create')
nameNoProject name (required for 'create')
project_type_keyNoProject type: 'software', 'business', 'service_desk' (for 'create', default: 'software')
project_template_keyNoProject template key (for 'create'). Examples: 'com.pyxis.greenhopper.jira:gh-simplified-agility-scrum' for Scrum, 'com.pyxis.greenhopper.jira:gh-simplified-agility-kanban' for Kanban
descriptionNoProject description (for 'create')
lead_account_idNoAccount ID of the project lead (for 'create'). Use manage_users get_current to find your own.
start_atNoPagination start index (for 'list')
max_resultsNoMaximum results to return (for 'list')
Behavior2/5

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

No annotations are provided, so the description carries full burden. It lists actions but doesn't disclose critical behavioral traits: whether 'create' requires admin permissions, if operations are read-only or mutating, rate limits, error handling, or what 'list_statuses' returns. The description is minimal and lacks operational context.

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

Conciseness4/5

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

The description is concise and front-loaded with the main purpose. It uses a single sentence efficiently, though it could be more structured by separating purpose from action list. No wasted words, but could benefit from better organization.

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 no annotations and no output schema, the description is incomplete for a multi-action tool with 9 parameters. It doesn't explain return values, error conditions, authentication needs, or how actions differ in behavior. For a tool that includes 'create' (a mutation), more context is needed.

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 description coverage is 100%, so the schema fully documents all 9 parameters. The description adds minimal value by listing action types but doesn't provide additional semantics beyond what's in the schema. Baseline is 3 since the schema does heavy lifting.

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 the tool's purpose: 'List and get Jira project details and statuses' with specific actions listed. It distinguishes this tool from siblings like manage_issues or manage_users by focusing on projects. However, it doesn't fully differentiate from all siblings (e.g., manage_boards might also relate to projects).

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?

The description provides no guidance on when to use this tool versus alternatives. It lists actions but doesn't explain context, prerequisites, or when to choose this over other project-related tools. For example, it doesn't clarify if this is the primary tool for project operations versus manage_boards or manage_versions.

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/zach-snell/jtk'

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