get_sprint_issues
Fetch all issues assigned to a sprint by passing its ID.
Instructions
Get issues in a sprint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprintId | Yes |
Fetch all issues assigned to a sprint by passing its ID.
Get issues in a sprint
| Name | Required | Description | Default |
|---|---|---|---|
| sprintId | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It only says 'Get' without disclosing whether it's read-only, pagination behavior, ordering, required permissions, or what happens when no issues exist. This is too minimal for an agent to understand side effects or limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (four words) and front-loaded with the key action and resource. It earns high marks for brevity, but the terseness borders on under-specification.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, no annotations, and minimal description leave significant gaps: return format, pagination, filtering, and relation to sibling tools. For a simple tool this may be acceptable, but it's not robust enough for reliable agent invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% and the description doesn't mention the sprintId parameter at all. Although the parameter name and tool context make it obvious, the description adds no semantic meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the action (get) and resource (issues in a sprint), distinguishing it from siblings like get_sprints or get_issue. However, it doesn't explicitly state that it returns a list or mention scope, so it's clear but not fully differentiated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives like search_issues or get_issue. There's no mention of preferred use cases, limitations, or scenario-based recommendations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devops-rajput-addi/NexusAI-Project-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server