Skip to main content
Glama

Get create metadata

jira_get_create_meta
Read-onlyIdempotent

Discover create-issue fields and required flags for a Jira project. Omit issue type to list available types, then pass one to view field IDs, allowed values, and update operations.

Instructions

Reads what jira_create_issue accepts for a project. Call it WITHOUT issueTypeId to list the issue types you may create there, then again WITH one to get that screen: field id, name, required flag, allowed values and the update operations each field takes. Issue type and custom field ids are instance-specific — never guess one. When complete is false the screen was only partly read and its required-field list is NOT the full one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoNamed credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE).
projectYesProject key (e.g. ABC) or numeric project id. Not the project name.
issueTypeIdNoIssue type ID — never a name, because names are not unique across a tenant. Omit to list the issue type ids you may create in this project.
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive, so the bar for added behavioral disclosure is lower. The description adds valuable context beyond annotations: the two-phase call semantics, that IDs are instance-specific, and the important 'complete=false' caveat warning that required-field lists may be incomplete.

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 three sentences with no filler. It front-loads the core purpose, then packs the call pattern, output contents, and a critical caveat into a compact, readable structure. Every sentence earns its place.

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

Completeness4/5

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

With no output schema, the description carries the burden of explaining return semantics; it covers field id, name, required flag, allowed values, update operations, and the incomplete-read caveat. It could be more complete by describing the overall response shape, but for a read-metadata tool it is largely sufficient.

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?

Schema coverage is 100%, so the schema already documents all three parameters. The description adds meaning beyond the schema by explaining how issueTypeId changes the call's result: omitting it lists issue types, including it returns the create screen. This clarifies parameter behavior rather than just naming it.

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 uses a specific verb and resource: 'Reads what jira_create_issue accepts for a project.' It clearly distinguishes this metadata-read tool from siblings like jira_get_issue or jira_list_fields by anchoring it to the create-issue flow.

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?

The description gives an explicit two-step usage pattern: call without issueTypeId to list available issue types, then call with one to get the create screen details. It also warns against guessing IDs, providing actionable guidance, though it does not explicitly contrast this tool with alternative siblings.

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/IvanBBaev/jira-mcp'

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