Skip to main content
Glama
theYahia

@theyahia/bitrix24-mcp

by theYahia

create_task

Create a Bitrix24 task by specifying title, responsible user, description, and deadline. Assign priority or project group to organize work.

Instructions

Create a new task in Bitrix24 with title, description, responsible user, and deadline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTask title
deadlineNoDeadline in ISO format (e.g. 2025-12-31T23:59:59+03:00)
group_idNoProject/group ID
priorityNoPriority: 0=low, 1=normal, 2=high1
descriptionNoTask description
responsible_idYesResponsible user ID
Behavior2/5

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

With no annotations, the description must carry the behavioral disclosure burden. It only states that a task is created; it does not disclose return values, permissions, side effects, or behavior for missing optional fields. This is minimal for a mutating tool.

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?

One front-loaded sentence with no filler. The action, system, and primary fields are clear in a single line.

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?

For a straightforward create tool, the description plus fully documented schema is minimally viable for invocation. However, with no output schema and no annotations, it leaves return behavior and prerequisites unstated, so it is not fully complete.

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 baseline applies. The description restates title, description, responsible user, and deadline but adds no meaning beyond the schema, and it omits group_id and priority.

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 a specific action ('Create') and resource ('new task in Bitrix24'), and lists core fields. It is clearly distinguishable from siblings like create_deal or complete_task by the resource and verb, though it does not explicitly name an alternative.

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?

There is no guidance about when to use this tool rather than list_tasks, complete_task, or create_deal, and no exclusions or prerequisites are given. The intended use is only implied by the verb and object.

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/theYahia/bitrix24-mcp'

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