Skip to main content
Glama
troylar

Jira MCP Server

by troylar

jira_search_issues_tool

Search Jira issues by filtering on project, assignee, status, priority, labels, and date ranges. Builds a JQL query to return matching results.

Instructions

Search for Jira issues using multiple criteria.

Build a JQL query from the provided criteria and execute it. At least one search criterion must be provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject key (e.g., "PROJ")
assigneeNoAssignee username or "currentUser()" for current user
statusNoStatus name (e.g., "Open", "In Progress", "Closed")
priorityNoPriority name (e.g., "High", "Critical", "Low")
labelsNoList of label names to filter by
created_afterNoCreated after date in YYYY-MM-DD format
created_beforeNoCreated before date in YYYY-MM-DD format
updated_afterNoUpdated after date in YYYY-MM-DD format
updated_beforeNoUpdated before date in YYYY-MM-DD format
max_resultsNoMaximum results to return (default: 50)
start_atNoStarting offset for pagination (default: 0)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It states that the tool builds and executes a JQL query, implying a read operation. However, it does not mention pagination behavior, rate limits, or authentication requirements. The existence of an output schema partially mitigates the need to describe return values.

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 consists of two concise sentences. The first sentence is front-loaded with the core purpose. Every sentence adds value without unnecessary words. It is optimally sized for quick understanding.

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?

Given 11 parameters, 100% schema coverage, and an existing output schema, the description adequately covers the core functionality. It could mention default ordering or the automatic JQL generation, but it is still complete enough for an agent to use correctly.

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 input schema already documents each parameter well. The description adds a crucial constraint ('At least one search criterion must be provided') that is not in the schema, but does not provide additional meaning per parameter beyond what the schema already offers.

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 Jira issues using multiple criteria' and explains that it builds a JQL query. This distinguishes it from sibling tools like jira_issue_get_tool (single issue) and jira_search_jql_tool (raw JQL). The verb 'search' and resource 'issues' are specific and unambiguous.

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 explicitly requires 'At least one search criterion must be provided,' which guides usage. It does not explicitly contrast with alternative search tools, but the siblings list implies a distinction from jira_search_jql_tool. Clear context for use is provided, though exclusions are absent.

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

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