Skip to main content
Glama

List statuses

jira_list_statuses
Read-onlyIdempotent

List Jira workflow statuses with id, name, category, and scope to validate JQL status names, optionally filtered by numeric project ID.

Instructions

Lists workflow statuses — id, name, category and scope — so JQL like status = "In Review" names a status that really exists on this site. projectId narrows the list to one project and is the NUMERIC id, not the key. Note that statusCategory here is a plain string (TODO / IN_PROGRESS / DONE), unlike the nested object carried by the status field of an issue.

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).
projectIdNoNUMERIC project id (from jira_list_projects / jira_get_project), not a project key. Restricts the list to the statuses of that one project.
Behavior4/5

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

Annotations already establish that this is a safe, read-only, non-destructive operation. The description adds valuable behavioral context beyond the annotations: the distinction between the plain-string `statusCategory` here and the nested object on issues, plus the scope semantics of omitting `projectId`. No contradiction with annotations.

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 sentences, each earning its place: the first states the action and purpose, the second clarifies the critical parameter trap, and the third warns about a tricky data-shape difference. Information is front-loaded and there is no filler.

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?

For a simple read-only list tool with two optional parameters and no output schema, the description gives the essential call context: what is listed, how to narrow it, and a key type caveat. It does not describe the full response shape or pagination, but the described fields and caveats are sufficient for correct invocation.

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 already fully documents both parameters. The description reinforces that `projectId` is numeric and not a key, but this duplicates the schema. It adds little new semantic information beyond what the schema provides, so the baseline 3 is appropriate.

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 states a specific verb ('Lists') and resource ('workflow statuses') and enumerates the key fields returned (id, name, category, scope). It also gives a concrete use case with JQL, which clearly distinguishes this from sibling list tools like jira_list_fields or jira_list_project_roles.

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 clearly conveys when to call this tool: to verify that status names used in JQL actually exist on the site. The `projectId` narrowing behavior is explained, but there is no explicit exclusion or mention of alternatives, so it stops short of full when-to-use/when-not-to-use guidance.

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