Skip to main content
Glama

search_jira_issues

Find Jira issues matching specific criteria using Jira Query Language. Retrieve paginated results with optional field selection.

Instructions

Searches for Jira issues using Jira Query Language (JQL). This is the primary way to find issues that match specific criteria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jqlYesA JQL query string. For example, to find all open issues in project "PROJ", use: `project = PROJ AND status = Open`.
fieldsNoA comma-separated list of fields to include for each issue in the response. By default, it returns all fields (`*all`).*all
startAtNoThe starting index for pagination. Default is 0.
maxResultsNoThe maximum number of issues to return. Default is 50, maximum is 100.
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It notes it's a search operation but doesn't state read-only nature, rate limits, or authentication requirements, which is a moderate gap.

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 that front-load the purpose. No unnecessary information.

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?

No output schema or annotations. The description covers the basic purpose and parameters but lacks information on response format, sorting, or additional filtering capabilities.

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?

The input schema has 100% coverage with detailed descriptions for each parameter. The description adds a JQL example but doesn't significantly enhance understanding 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 clearly states it searches Jira issues using JQL and is the primary method for matching specific criteria. It distinguishes from siblings like 'search_issues_by_user_involvement' which focus on user involvement.

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 identifies it as the primary way to find issues, implying general use. It lacks explicit when-not-to-use or alternatives, but the sibling context provides enough differentiation.

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/dunz/mcp-atlassian'

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