Skip to main content
Glama

jira_search_issues

Search JIRA issues using JQL queries, returning up to 50 results. Always include a project or assignee filter to avoid rejection by JIRA.

Instructions

Search for issues using JQL (JIRA Query Language). Returns up to 50 issues by default. IMPORTANT: Queries must be bounded with a project filter or other restriction (e.g., assignee, sprint) - unbounded queries are rejected by JIRA. Example: "project = PROJ AND status = "In Progress""

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jqlYesJQL query string
fieldsNoFields to include in the response. Default: ["key", "summary", "status", "statusCategory", "assignee", "type", "parent"]. Use "customFields" to include custom fields.
maxResultsNoMaximum number of results to return. Defaults to 50 if not specified.
nextPageTokenNoToken for fetching the next page of results. Use the nextPageToken from a previous response to continue pagination.
Behavior3/5

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

With no annotations, the description must carry the full behavioral disclosure burden. It discloses the default result cap and the rejection of unbounded queries, which are important traits. However, it does not mention pagination via nextPageToken (though the schema covers it), nor explicitly state that this is a read-only operation. The description adds context but remains incomplete for full transparency.

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 concise, with two sentences and an example. The IMPORTANT warning is prominent and useful. Every sentence adds value, with no filler or redundancy.

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?

The description covers the core operation, default limit, and the critical bounded-query constraint. The schema provides parameter details and pagination via nextPageToken. The absence of an output schema is mitigated by the fields parameter that indicates return structure. Minor omissions like ordering and error handling are not critical for this search tool.

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%, providing baseline parameter descriptions. The description adds extra value by giving a concrete JQL example and emphasizing the bounded-query requirement, which directly enriches the understanding of the jql parameter. This goes beyond merely repeating schema information.

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 'Search for issues using JQL', specifying the verb (search) and resource (issues). It distinguishes itself from sibling tools like jira_get_issue and jira_get_sprint_issues by focusing on JQL-based search. The example further clarifies the exact usage.

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 provides clear usage context, notably that queries must be bounded with a project filter or other restriction, and that results default to 50. It doesn't explicitly mention alternatives, but the JQL constraint is a key practical guideline. This is more than implied usage, but lacks direct exclusions or alternative tool mentions.

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