Skip to main content
Glama
alexherbaly

upservice-mcp

by alexherbaly

upservice_add_tasks_to_sprint

Adds existing tasks to a sprint using sprint ID and task IDs. Returns updated list of task IDs in the sprint.

Instructions

Add one or more existing tasks to a sprint.

Args: params (AddTasksToSprintInput): sprint_id (int), tasks (List[int] of task IDs)

Returns: str: JSON list of task IDs now in the sprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate it's not read-only, not idempotent, and not destructive, but the description only adds that the return is a JSON list of task IDs. Missing behavioral details such as what happens if a task is already in the sprint or if the sprint/task does not exist. With no annotation contradictions, the description provides moderate transparency.

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?

The description is two sentences plus an Args/Returns block, which is efficient and front-loaded with purpose. No unnecessary words, though the structure could be more natural. Overall, it is appropriately sized for the tool's simplicity.

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 tool is simple, and an output schema exists (not shown) but the description already covers the return format. However, it omits potential error conditions, idempotency behavior, and prerequisites like sprint/task existence. The description is adequate but not fully comprehensive for an agent to handle edge cases.

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?

The description lists the parameters 'sprint_id (int), tasks (List[int] of task IDs)' but this directly mirrors the input schema's property descriptions. Schema description coverage is 0% for top-level params, but the nested schema fields have descriptions. The tool description adds no new semantic meaning beyond the schema, just restates types and constraints already present.

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 the action 'Add one or more existing tasks to a sprint.' The verb 'Add' and resource 'tasks to a sprint' are specific. The sibling tools (e.g., upservice_create_task, upservice_delete_task) are distinct, and the description explicitly mentions 'existing tasks', differentiating it from creation 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 does not explicitly state when to use this tool vs alternatives, nor does it mention prerequisites like the sprint or tasks must exist. The usage is implied but not directly guided; an agent could infer that this is for associating pre-existing tasks with a sprint, but no exclusions or comparison to siblings are provided.

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/alexherbaly/upservice-mcp'

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