Skip to main content
Glama

manage_search

Search Jira issues using JQL queries or quick text search. Filter by project, paginate results.

Instructions

Search Jira issues using JQL or quick text search. Actions: 'jql', 'quick'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'jql', 'quick'
jqlNoJQL query string (required for 'jql' action). Example: type=page AND space=DEV AND title~'architecture'. Common JQL patterns: 'project = PROJ AND status = "In Progress"', 'assignee = currentUser() ORDER BY updated DESC', 'labels = bug AND priority in (High, Highest)', 'sprint in openSprints()', 'created >= -7d AND type = Bug', 'text ~ "search term"', 'status changed TO Done AFTER -30d'
textNoSearch text (for 'quick' action)
project_keyNoOptional project key to scope the search
start_atNoPagination start index
max_resultsNoMaximum results to return (default 20)
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions pagination parameters and action types but does not state that the operation is read-only or describe any side effects. For a search tool, this is adequate but could be more explicit.

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 followed by a list of actions. It is concise, front-loaded, and contains no unnecessary words. Every part 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?

With 6 parameters and no output schema or annotations, the description should cover behavior more thoroughly. It explains the two search modes but does not describe the output format or confirm that it's a read operation. Some essential context is missing.

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 input schema has 100% description coverage, so the baseline is 3. The description adds value by providing example JQL queries and clarifying the action parameter's values, which enhances understanding beyond 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 it searches Jira issues using JQL or quick text search, and lists the two actions. This distinguishes it from sibling tools like manage_issues or manage_projects which are about management, not search.

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 tells when to use each action ('jql' vs 'quick') and provides JQL examples. It doesn't explicitly state when not to use this tool, but the context is clear given the sibling tools are for different purposes.

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/zach-snell/jtk'

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