Skip to main content
Glama

get_my_current_sprint_issues

Retrieve all issues assigned to you in the currently active sprint(s). Filter by board or project to focus your workload.

Instructions

Get all issues assigned to you in the currently active sprint(s). Useful for daily standups or checking your current sprint workload. Can filter by specific board or project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardIdNoOptional board ID to get sprint-specific information.
projectKeyNoOptional project key to filter issues (e.g., "PROJ").
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. It discloses the core behavior (retrieves assigned issues in active sprints) but lacks details about return format, pagination, or behavior when no active sprints exist. 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.

Conciseness5/5

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

Three short sentences with clear front-loading of the main purpose. Every sentence adds value with no redundancy or fluff.

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?

The description lacks information about the output structure (e.g., fields of returned issues), which is especially important since no output schema is provided. It also does not clarify handling of multiple active sprints. Some gaps remain.

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 schema already explains the parameters. The description adds a brief note on filtering ('Can filter by specific board or project'), which adds minimal value beyond the schema descriptions.

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 uses specific verb 'Get', defines resource 'issues', and scopes to 'assigned to you in the currently active sprint(s)'. This clearly distinguishes it from sibling tools like 'get_my_unresolved_issues' (general unresolved) and 'search_issues_by_user_involvement' (broader).

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 states usefulness 'for daily standups or checking your current sprint workload', providing clear context. It also mentions optional filtering. However, it does not specify when not to use or name alternatives.

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

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