Skip to main content
Glama
a-shipilo

bitrix24-mcp-server

by a-shipilo

sprint_board

Read-only

Retrieve a Scrum sprint kanban board showing stages, tasks, story points, and epics. Specify a sprint or group to view active sprint tasks.

Instructions

Канбан спринта: стадии и задачи на них со story points и эпиками.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idNoID скрама, если sprint_id не указан
max_tasksNoСколько задач загрузить максимум. По умолчанию 200.
sprint_idNoID спринта; не указан — активный спринт group_id

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds that the result includes stages, tasks, story points, and epics, but it does not disclose behavior such as defaulting to the active sprint or how empty stages are handled.

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 filler or redundancy. Every word contributes to identifying the resource and its contents.

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 board tool with fully documented optional parameters and an output schema, the description captures the essential return concept. It could be more complete with a brief routing note against similar siblings, but that gap is already reflected in usage_guidelines.

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 all three parameters are already documented in the input schema. The description adds no parameter-level meaning, so the baseline score of 3 is appropriate.

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 names the resource (sprint kanban) and its contents (stages, tasks, story points, epics), so an agent can infer this returns a board view of a sprint. It lacks an explicit verb and does not explicitly distinguish it from sibling board/backlog tools like scrum_backlog or project_board.

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?

No guidance is provided on when to use sprint_board versus scrum_sprints, scrum_backlog, project_board, or tasks_list. The description only states what the board contains, leaving tool selection entirely to inference.

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