Skip to main content
Glama

list_issues

Retrieve Jira issues with flexible filters by assignee, reporter, watcher, status, or custom JQL. Default shows your open assigned issues.

Instructions

Lấy danh sách Jira issues theo filter linh hoạt. Mặc định: issues được assign cho tôi, đang mở. Có thể lọc theo user khác (assigneeFilter), role (assignee/reporter/watcher), trạng thái (statusFilter), hoặc JQL tùy chỉnh (customJql = full override). Trước đây có tên list_my_open_issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectKeyNoFilter theo project key cụ thể, VD: 'PROJAI'. Bỏ trống = tất cả project.
assigneeFilterNoUser để filter. 'currentUser()' = tôi (default). 'unassigned' = chưa assign (chỉ với assignee role). 'any' = bỏ qua filter user. Username cụ thể: 'nghiath', 'admin', v.v.currentUser()
roleFilterNoRole của user với issue. 'assignee' = được assign (default). 'reporter' = người tạo issue. 'watcher' = người đang theo dõi.assignee
statusFilterNoFilter theo nhóm trạng thái: 'open' = Open/To Do/Reopened, 'active' = In Progress, 'done' = Done/Resolved/Closed, 'all' = tất cả.open
customJqlNoJQL tùy chỉnh — full override, không inject thêm gì. VD: 'project = PROJAI AND sprint in openSprints()'
maxResultsNoSố lượng tối đa issues trả về
Behavior3/5

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

Without annotations, the description carries full burden. It explains default roles and status groups and notes customJql overrides entirely. However, missing details on side effects, read-only nature, pagination, and error handling. Adequate but not comprehensive.

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?

Three sentences, front-loaded with main purpose. No wasted words, efficient. Slightly verbose due to Vietnamese, but still concise.

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?

Given 6 parameters, no output schema, and no annotations, the description covers defaults and filter logic. Lacks information on return structure, ordering, pagination limit (though maxResults is in schema), error cases. Moderately complete for a list tool.

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 coverage is 100%, so baseline is 3. The description repeats some schema info (defaults, enums) and adds value by explaining customJql as full override. Does not significantly enhance beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves a list of Jira issues with flexible filtering, specifying default behavior (assigned to current user, open). It distinguishes from siblings like get_issue_detail (single issue) but does not explicitly differentiate from other list tools.

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 explains default filters and options like customJql as full override, but does not provide explicit when-to-use or when-not-to-use guidance relative to sibling tools. Context is implied but lacks exclusions.

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

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