Skip to main content
Glama

Server Details

MCP server enabling AI agents to manage Bitrix24 features via standardized protocol

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

14 tools
tasks_bitrix_mcp_add_task_resultTry in Inspector

Adds a formal work summary or result to the task. This is typically used to document the final outcome of a task.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesThe result text. Must not be an empty string.
taskIdYesIdentifier of the task. Must be a positive integer.
tasks_bitrix_mcp_clear_task_deadlineTry in Inspector

Clears the deadline for a task.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskIdNoIdentifier of the task to update. Must be a positive integer.
tasks_bitrix_mcp_create_check_listTry in Inspector

Creates a new checklist inside a task.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the checklist. Must not be an empty string.
taskIdYesIdentifier of the task. Must be a positive integer.
checkListItemsNoList of items to be added to the checklist.
tasks_bitrix_mcp_create_check_list_itemTry in Inspector

Adds a new item to a checklist.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the checklist item. Must not be an empty string.
checkListIdYesIdentifier of the checklist. Must not be null.
tasks_bitrix_mcp_create_taskTry in Inspector

Creates a new task with the provided title and other details.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesTask title. Must be a non-empty string
statusNoTask status
groupIdNoIdentifier of the group for the task. Must be a positive integer.
priorityNoTask priority. 'high' marks it as important, 'average' unmarks it.
creatorIdNoIdentifier of the creator. Defaults to the current user.
auditorIdsNoList of user IDs to add as auditors
descriptionNoTask description
deadlineDateNoTask deadline in 'Y/m/d H:i' format
parentTaskIdNoIdentifier of the parent task to create a subtask. Must be a positive integer
accompliceIdsNoList of user IDs to add as accomplices
responsibleIdNoIdentifier of the responsible user. Defaults to the current user.
tasks_bitrix_mcp_delete_check_listTry in Inspector

Deletes an entire checklist or checklist item from a task. This action is irreversible.

ParametersJSON Schema
NameRequiredDescriptionDefault
checkListIdYesIdentifier of the checklist to delete. Must be a positive integer.
tasks_bitrix_mcp_delete_check_list_itemTry in Inspector

Deletes an entire checklist item from a task. This action is irreversible.

ParametersJSON Schema
NameRequiredDescriptionDefault
itemIdNoIdentifier of the checklist item to delete. Must be a positive integer.
tasks_bitrix_mcp_detach_task_from_groupTry in Inspector

Detaches a task from a group.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskIdNoIdentifier of the task to update. Must be a positive integer.
tasks_bitrix_mcp_get_task_by_idTry in Inspector

Retrieves full task data by its identifier.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskIdYesIdentifier of the task. Must be a positive integer.
tasks_bitrix_mcp_search_tasksTry in Inspector

Searches for tasks based on various criteria. Returns their identifiers, names and deadline. If you want to search for tasks by 'RESPONSIBLE_ID', 'CREATED_BY' or 'GROUP_ID', the value must be a numeric identifier, not a user's or group's name. If you don't know identifiers, use another tools for find it firstly.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagNoTag name to search for or null if not needed.
titleNoKeyword to search in the task title or null if not needed.
statusNoTask status to search for. By default, tasks in progress are searched.
groupIdNoIdentifier of the group. Must be a positive integer or null if not needed.
memberIdNoIdentifier of a task member. Leave null for the current user.
auditorIdNoIdentifier of the auditor. Must be a positive integer or null if not needed.
creatorIdNoIdentifier of the user who created the task. Must be a positive integer or null if not needed.
deadlineToNoThe end of the deadline range in 'Y/m/d H:i' format or null if not needed.
descriptionNoKeyword to search in the task description or null if not needed.
accompliceIdNoIdentifier of the accomplice. Must be a positive integer or null if not needed.
deadlineFromNoThe start of the deadline range in 'Y/m/d H:i' format or null if not needed.
responsibleIdNoIdentifier of the responsible user. Must be a positive integer or null if not needed.
tasks_bitrix_mcp_search_usersTry in Inspector

Searches for a SINGLE user to get their ID by trying a list of possible name variations. Use this to find one user's ID, which can then be used in other tools.

ParametersJSON Schema
NameRequiredDescriptionDefault
searchQueriesYesA list of name variations for the user you are trying to find. Provide different spellings, diminutive forms, or transliterations.
tasks_bitrix_mcp_update_check_listTry in Inspector

Updates the name or order of an existing checklist or checklist item.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNoNew title. Must be a non-empty string or null to leave it unchanged.
sortIndexNoNew sort index for reordering the checklists. Must be a non-negative integer or null to leave it unchanged.
checkListIdYesIdentifier of the checklist. Must be a positive integer.
tasks_bitrix_mcp_update_check_list_itemTry in Inspector

Updates the name or order of an existing checklist item.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNoNew title. Must be a non-empty string or null to leave it unchanged.
itemIdNoIdentifier of the checklist item. Must be a positive integer.
sortIndexNoNew sort index for reordering the checklist items. Must be a non-negative integer or null to leave it unchanged.
tasks_bitrix_mcp_update_taskTry in Inspector

Updates an existing task with the provided data. Requires task ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNoNew title. Null to leave unchanged
statusNoNew status. Null to leave unchanged.
taskIdYesIdentifier of the task to update. Must be a positive integer.
groupIdNoNew group ID. Must be a positive integer. Null to leave unchanged. To detach from a group, use a dedicated tool.
priorityNoNew priority. 'high' marks it as important, 'average' unmarks it.Null to leave unchanged.
creatorIdNoNew creator's user ID. Must be a positive integer. Null to leave unchanged.
descriptionNoNew description. Null to leave unchanged.
deadlineDateNoNew deadline in 'Y/m/d H:i' format. Null to leave unchanged. To clear the deadline, use a dedicated tool.
parentTaskIdNoNew parent task ID. Must be a positive integer. Null to leave unchanged.
responsibleIdNoNew responsible user's ID. Must be a positive integer. Null to leave unchanged.

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.