Skip to main content
Glama

sprrint_blackhole_drop

Remove a task from its active sprint and return it to the Black Hole, clearing sprint scope and deferring work.

Instructions

Drop a task out of its sprint back into the Black Hole.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
projectNo
Install Server

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavioral traits. 'Drop a task out of its sprint back into the Black Hole' states the outcome but does not explain side effects such as whether the task is removed from all sprints, whether the action is reversible, whether permissions are needed, or what happens to the task's sprint history. This is a significant gap for a mutation tool.

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, front-loaded sentence with no wasted words. It communicates the verb, object, source, and destination efficiently, and there is no unnecessary prose or redundant detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutating tool with no annotations, no output schema, and zero schema description coverage, this description is too thin. The core intent is clear, but an agent cannot confidently determine parameter semantics, side effects, prerequisites, or how this differs from sibling task/sprint tools. More behavioral and contextual detail is needed for reliable invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description explains neither 'key' nor the optional 'project' parameter. The agent must infer that 'key' identifies the task and that 'project' might disambiguate, but no explicit semantic guidance is provided. The description adds no meaning beyond the parameter names and types.

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 uses a specific verb ('Drop') and resource ('a task out of its sprint back into the Black Hole'), making the core action clear. It also reads as the inverse of the sibling tool sprrint_blackhole_pull, which helps orient the agent. However, it does not explicitly distinguish this from related tools such as sprrint_tasks_move or sprrint_sprints_delete.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used when a task should be removed from a sprint and returned to the Black Hole, but it provides no explicit when-to-use guidance, prerequisites, or alternatives. It does not mention that sprrint_tasks_move or sprrint_sprints_update might be relevant alternatives, leaving the agent to reason about sibling tool names on its own.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ejasmuhamed/sprrint-cli'

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