Skip to main content
Glama
deriglazoff

Bitrix24 MCP Server

by deriglazoff

b24_tasks_create

Creates a Bitrix24 task with title, description, assignee, deadline, priority, group, tags, and checklist. Automates task creation in your portal.

Instructions

Crea una nueva tarea con título, descripción, responsable, fecha límite, prioridad y más.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYesCampos de la tarea. Requeridos: TITLE. Opcionales: DESCRIPTION, RESPONSIBLE_ID, DEADLINE (ISO8601), GROUP_ID, PRIORITY (0=baja, 1=normal, 2=alta), PARENT_ID, TAGS, CHECKLIST
webhook_urlNo
personal_webhookNoЛичный webhook для записи (иначе read-only). https://<portal>/rest/<id>/<token>/.

Schema Changelog

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

  1. First observedv2.0.0

TDQS

B3.2/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 behavioral disclosure. It mentions that the tool creates a task, but does not disclose authentication requirements, the read-only fallback without a personal webhook, side effects, or what response to expect.

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 concise sentence that front-loads the core action and lists relevant fields without unnecessary detail. Every word contributes to the basic understanding of the tool.

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 create operation with no annotations, no output schema, and a nested 'fields' parameter, the description is too thin. It does not mention that TITLE is required, that a personal webhook is needed for write access, or how the webhook parameters interact with the creation request.

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 67%, with 'fields' and 'personal_webhook' already explained in the schema. The description restates some of those field meanings in plain language but adds little beyond that, and it does not clarify webhook_url or the nested object structure meaningfully.

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 states a specific verb ('Crea') and resource ('una nueva tarea') and lists key fields, making the tool's purpose immediately clear. It naturally distinguishes the create action from sibling tools like b24_tasks_update, b24_tasks_complete, and b24_tasks_list.

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 use when creating a task, but it does not explicitly state when to choose this tool over alternatives like b24_tasks_update or b24_tasks_complete. It also omits practical prerequisites such as the need for a write-capable personal webhook.

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/deriglazoff/bitrix24-mcp-ci-setup'

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