Skip to main content
Glama

jira_search_issues

Search Jira issues by JQL query to retrieve matching issues with key, summary, status, assignee, and priority.

Instructions

Search Jira issues using JQL. Returns a list of matching issues with key, summary, status, assignee, and priority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jqlYesJQL query string
fieldsNoFields to include in results
maxResultsNoMax issues to return (1-100, default 20)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.1

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the output shape (list with key, summary, status, assignee, priority), which is useful. However, it does not state that the operation is read-only, how the 'fields' parameter modifies the returned set, or any pagination/error behaviors. It offers minimal behavioral context beyond the obvious search semantics.

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 a single, clear sentence with no redundancy. It front-loads the action and immediately specifies the return contract, making it easy to scan and every word earns its place.

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?

For a low-complexity tool with one required parameter and complete schema coverage, the description covers the core purpose and default return shape. However, it does not clarify how the 'fields' parameter changes the return fields, so an agent could be surprised if results do not always contain the listed default fields. This is a notable gap in an otherwise adequate description.

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 jql, fields, and maxResults. The description adds a mention of default output fields but does not explain how the 'fields' parameter interacts with those defaults. It contributes little beyond the schema, earning the baseline score.

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 the action ('Search Jira issues using JQL') and the resource being searched, and it explicitly lists the returned fields. This sharply distinguishes it from sibling tools like jira_get_issue (retrieve single issue) and jira_create_issue (create new issue).

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 frames this as a JQL-based search operation, implying it is for filtering/listing issues rather than fetching a single known issue or modifying issues. It provides clear context without explicit exclusions or alternative tool names, so an agent can reasonably route to it for search scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Ask-Me-Anything-dot-work/ama-mcp-atlassian'

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