Skip to main content
Glama
asaphe
by asaphe

get_sprint_tasks

Read-only

Retrieve tasks from the current sprint, optionally filtered by assignee or status, to track and manage sprint work.

Instructions

List tasks in the current sprint, optionally filtered.

Includes tasks directly in the sprint list and tasks tagged for the sprint.

Args: assignee: Filter by assignee. Use "me" for the current user, or a username. status: Filter by status (e.g., "in progress", "done", "todo").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
assigneeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds behavioral detail that both direct sprint list tasks and tagged tasks are returned, which is beyond the schema. No contradictions with annotations; however, it doesn't mention ordering or pagination, though that's less critical for this simple read operation.

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 three short sentences: a clear purpose statement, a scope clarification, and parameter explanations. It is front-loaded with the main action and contains no redundant text.

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?

For a simple read-only list tool with an output schema present, the description covers purpose, scope, and parameters. Minor gap: it doesn't state behavior when no current sprint exists or whether the output is exhaustive, but these are edge cases given the richness of sibling tools and context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters (assignee, status) are described in the tool description with usage details: 'me' for current user and example statuses like 'in progress'. Since the schema has no descriptions (0% coverage), the description fully compensates and adds meaning beyond the raw 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 'List tasks in the current sprint, optionally filtered' with a specific verb and resource. It also adds scope detail by mentioning both direct sprint list tasks and tagged tasks, distinguishing it from sibling tools like get_sprint_report or get_my_tasks.

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 implies usage for retrieving current sprint tasks but does not explicitly contrast with alternatives such as get_sprint_report or get_list_tasks. There are no exclusions or 'use when' guidance, so while the context is clear, it lacks explicit alternative differentiation.

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/asaphe/clickup-mcp'

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