Skip to main content
Glama
Parallel-Solutions

Bitrix24 Tasks, CRM & Lists MCP Server

bitrix_create_task

Create a new task in Bitrix24, optionally within a project, assigning to a responsible user with title, deadline, and description. Requires confirmation to execute.

Instructions

Создать новую задачу, в проекте или свободную (без привязки к проекту, если projectId не указан). responsibleId обязателен — Bitrix24 отклоняет задачу без исполнителя, с проектом или без. Требует confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesНазвание задачи.
confirmYesДолжно быть true для выполнения операции записи.
stageIdNoID колонки канбана (см. bitrix_list_project_stages).
deadlineNoСрок, например 2026-09-01T18:00:00.
projectIdNoID проекта (см. bitrix_list_projects). Не указывайте для отдельной задачи без проекта.
descriptionNoОписание задачи.
responsibleIdYesID ответственного пользователя. Обязателен — Bitrix24 не создаст задачу без него.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explicitly states this is a write operation requiring confirm=true, and explains that Bitrix24 rejects the task without responsibleId. It does not cover return values or error cases, but the core behavioral requirements are disclosed.

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?

Three short sentences, front-loaded with the main purpose, followed by critical constraints (responsibleId, confirm). No fluff or redundant elaboration.

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 7-param create tool with no output schema and no annotations, the description covers the essential invocation contract: what is created, project vs standalone, required responsibleId, and confirm flag. Optional params are left to the schema, which is reasonable given their descriptions. Missing permission/error context is a minor gap.

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 10000%, so the schema already documents all seven parametes. The description adds emphasis on responsibleId and confirm requirements and clarifies projectId semantics, but does not materially extend beyond the schema's own descriptions.

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 uses a specific verb and resource: 'Создать новую задачу' (create a new task), and distinguishes between project-bound and standalone tasks. This clearly separates it from siblings like bitrix_update_task, bitrix_start_task, and bitrix_complete_task.

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

Usage Guidelines4/5

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

It gives clear context for when to use the tool (creating a new task) and how to choose between a project task and a standalone task via projectIdparameter presence. It does not explicitly name alternative sibling tools, but the context is clear enough.

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

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/Parallel-Solutions/bitrix_mcp_free'

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