Skip to main content
Glama

jira_search

Search Jira issues using JQL queries, filter by assignee, status, resolution, or custom fields, and retrieve up to 50 matching results.

Instructions

Search Jira issues with JQL. Example: assignee = currentUser() AND resolution = Unresolved ORDER BY updated DESC

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jqlYesJira Query Language (JQL) string
maxResultsNoMax issues to return (default 20)
Behavior2/5

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

With no annotations, the description must disclose behavior, but it omits details about result format, pagination, error behavior, or side effects. The example demonstrates a query but does not guarantee sorting or limit behavior. The read-only nature is implied but not stated.

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 sentence with a practical example. It is front-loaded with the core purpose and contains no fluff, earning a top score for conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema or annotations, so the description bears full responsibility for explaining behavior. It fails to mention the return shape (list of issues, fields included), pagination, or limits beyond the schema's maxResults. The lack of distinction from jira_my_open_issues further reduces completeness.

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?

The schema already defines both parameters with descriptions, achieving 100% coverage. The description adds value for the 'jql' parameter by providing a concrete JQL example, demonstrating syntax, operators, and ordering — something the schema's 'JQL string' description lacks. The maxResults parameter is adequately covered by 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 'Search Jira issues with JQL', giving a specific verb-resource-method combination. The example further clarifies the tool's scope, distinguishing it from sibling tools like jira_get_issue (which retrieves a single issue) by indicating broad JQL-based searching.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool over alternatives. The JQL example implies arbitrary search use cases, but there is no mention of 'use for complex queries' or 'instead of jira_my_open_issues for pre-filtered views'. This leaves the agent to infer usage context.

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/mohammad-k13/jira-mcp'

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