Skip to main content
Glama

jira_list_field_values

List valid values for JIRA fields like labels, priorities, statuses, issue types, resolutions, and components to use when creating or updating issues.

Instructions

List discrete values for a JIRA field. Supports labels, priorities, statuses, issue types, resolutions, and components. Useful for discovering valid values before creating/updating issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldYesThe field to list values for
maxResultsNoMaximum number of values to return (default: 1000 for labels)
projectKeyNoProject key (required for "components" field, e.g., "PROJ")
searchTermNoFilter values by name (case-insensitive partial match)
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses supported field types but does not explicitly state the read-only nature, output format, or pagination behavior. The 'list' verb implies non-mutating, but lacks detail.

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 sentences, front-loaded with the main action, and no filler or redundant information.

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 tool with a rich schema, the description adequately covers purpose and usage. While it doesn't describe return values (no output schema), it is acceptable for a listing tool. Missing notes on pagination/defaults, but schema covers parameter details.

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 descriptions cover all 4 parameters with 100% coverage, including the enum for field and projectKey requirement for components. The description restates supported fields but adds little beyond schema; the usage context is a minor addition.

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 uses specific verb 'List' with resource 'discrete values for a JIRA field' and enumerates supported field types (labels, priorities, statuses, etc.), clearly distinguishing it from sibling tools focused on issues, sprints, and attachments.

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?

States 'Useful for discovering valid values before creating/updating issues,' providing a clear use case. It does not explicitly exclude alternatives, but the context is sufficient to guide an agent.

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

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