Skip to main content
Glama

jira_search

Search Jira resources including issues, projects, boards, and sprints using text, JQL, or filters like assignee and status.

Instructions

Discover Jira resources. Use when asked "find tickets for...", "what's in the backlog", "show me my issues", "list projects", or "which board is for project X". Set resource: • "issues" (default) — search by text, JQL, project, status, assignee, issue type, or mine=true for your queue • "projects" — list all projects and their keys • "issue_types" — valid types and statuses for a project • "boards" — list boards (pass project to filter by project key); use this to find the boardId before fetching sprints or board_overview • "sprints" — sprints for a board (pass boardId); if you don't know the boardId, first use resource=boards • "board_overview" — active/future sprints with their issues for a board (pass boardId); use when asked "what's in the sprint", "show me the board", or "what's everyone working on" • "versions" — list fix versions/releases for a project (pass project); use this to find the exact version name or id before setting fixVersion or releasing a version • "users" — find users by name/email (pass query)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resourceNoWhat to search (default: issues)
mineNoReturn issues assigned to you (resource=issues only)
queryNoText search or user name query
jqlNoRaw JQL (resource=issues only, overrides other filters)
projectNoProject key filter or scope for issue_types/boards
statusNoStatus filter (issues only, or board_overview to filter issues by status)
assigneeNoAssignee username filter (issues only, or board_overview to filter issues by assignee)
issueTypeNoIssue type filter (issues only)
boardIdNoBoard ID (required for resource=sprints or board_overview)
sprintStateNoSprint state filter: active, future, closed (sprints and board_overview)
includeIssuesNoInclude issues per sprint in board_overview (default true)
maxResultsNoMax results (default 20)
startAtNoPagination offset (default 0)
Behavior3/5

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

With no annotations provided, the description must disclose all behavioral traits. It describes what each resource returns (e.g., 'list projects and their keys') but does not explicitly state that operations are read-only or mention any side effects, rate limits, or permissions. Adequate for a search tool but not fully transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized with bullet points and front-loaded purpose. It is slightly verbose due to the multiple resource types, but every sentence adds value. No wasted words, but could be more terse without losing clarity.

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

Completeness5/5

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

Given the tool's complexity (13 parameters, 8 resource types), the description covers all scenarios thoroughly. It explains relationships between resources (e.g., using boards to get boardId for sprints), provides example queries, and mentions default behavior. No output schema exists, but the description adequately implies return types.

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% with all parameters described. The description adds significant value beyond the schema by explaining parameter usage context, defaults, and interdependencies (e.g., mine=true for your queue, boardId required for sprints). This helps the agent invoke parameters correctly.

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 'Discover Jira resources' and provides specific example queries for each resource type (e.g., 'find tickets for...', 'what's in the backlog'). It distinguishes between 8 distinct resource types with unique purposes, making it unmistakably clear what the tool does.

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 gives explicit guidance on when to use each resource, including cross-references (e.g., 'use this to find the boardId before fetching sprints or board_overview'). It covers common use cases but does not explicitly contrast with sibling tools like jira_mutate or jira_comment, which would have pushed it to 5.

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

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