Skip to main content
Glama
Parallel-Solutions

Bitrix24 Tasks, CRM & Lists MCP Server

bitrix_create_project

Create a new Bitrix24 project (workgroup) by providing a title, description, visibility, and initial members. Confirmation flag must be set to true to complete the operation.

Instructions

Создать новый проект (воркгруппу) Bitrix24 — тот же раздел, что .../tasks/projects/. Требует confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesНазвание проекта.
openedNoОткрытый (вступление без приглашения).
confirmYesДолжно быть true для выполнения операции записи.
visibleNoВидимый в общем списке проектов.
descriptionNoОписание проекта.
membersUserIdsNoID пользователей Bitrix24, которых сразу добавить участниками.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral disclosure burden. It does disclose that this is a write operation requiring confirm=true, which is valuable. However, it does not mention permissions, reversibility, side effects such as project visibility/membership, or what happens on success or failure.

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 two short sentences with no filler. The main action and resource are front-loaded, and the critical confirm=true requirement is called out separately and clearly.

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 create operation with a fully documented schema, the description provides enough context: it names the feature area, clarifies the write nature, and highlights the mandatory confirmation flag. The absence of an output schema means return-value information is not guaranteed, but this is a minor gap for invoking the tool correctly.

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 the schema already documents all six parameters. The description adds no parameter-specific meaning beyond confirming that confirm must be true, which is already stated in the schema. Baseline 3 is appropriate.

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 specific verb 'Создать' (create) and the specific resource 'проект (воркгруппу)' (project/workgroup), anchoring it to the Bitrix24 tasks/projects section. This distinguishes it from sibling operations like listing projects, creating project stages, or adding members.

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 implies the tool is for creating a new Bitrix24 project, and it explicitly states a required precondition: confirm=true. However, it does not explicitly compare against alternatives such as bitrix_create_task or bitrix_create_deal, nor does it state when not to use this tool.

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