Skip to main content
Glama

bx24_disk

Manage Bitrix24 Disk storages, folders, and files: upload, download, search, copy, move, rename, delete, restore, track versions, and generate external links.

Instructions

Bitrix24 Disk: storages, folders, files, versions, external links. Methods disk.storage., disk.folder., disk.file., disk.version., disk.rights.* (REST 1.0 + 3.0). RU/EN: файл, папка, диск, загрузить файл, скачать, содержимое папки, версия, публичная ссылка / file, folder, disk, upload, download, version, external link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoEntity ID
orderNoOrder object (e.g. { 'ID': 'DESC' })
startNoPagination offset (number of records to skip)
actionYesOperation to perform: - "storage_list": List available storages - "storage_get": Get a storage by ID - "storage_addFolder": Create a folder in a storage root - "storage_getChildren": List storage root children - "storage_uploadFile": Upload a file to a storage root - "storage_getTypes": List available storage types - "storage_getForApp": Get the app storage info - "storage_fields": Describe storage fields - "folder_addSubFolder": Create a subfolder - "folder_get": Get a folder by ID - "folder_getChildren": List children of a folder - "folder_copyTo": Copy a folder - "folder_moveTo": Move a folder - "folder_rename": Rename a folder - "folder_deleteTree": Delete a folder tree (destructive) - "folder_markDeleted": Move a folder to trash (destructive) - "folder_restore": Restore a folder from trash - "folder_getExternalLink": Get a public link to a folder - "folder_shareToUser": Grant folder access to a user - "folder_fields": Describe folder fields - "file_upload": Upload a file into a folder (file=[{NAME, CONTENT base64}]) - "file_get": Get file metadata - "file_search": Search files - "file_copyTo": Copy a file - "file_moveTo": Move a file - "file_rename": Rename a file - "file_delete": Delete a file (destructive) - "file_markDeleted": Mark a file deleted (destructive) - "file_restore": Restore a deleted file - "file_getVersions": List file versions - "file_uploadVersion": Upload a new version of a file - "file_getExternalLink": Get a public link to a file - "file_restoreFromVersion": Restore a file from a specific version - "file_fields": Describe file fields - "attachedObject_get": Get an attached object (file attached to an entity) - "rights_getTasks": List available Disk access levels
filterNoFilter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' })
selectNoArray of field names to return (projection)
confirmNoSet to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled.
fileArrayNoFiles: [{NAME, CONTENT base64}]
storageIdNoStorage ID
versionIdNoFile version ID
fileFieldsNoFile fields: NAME, CONTENT (base64)
shareFieldsNoShare fields: TO_USER_ID, TASK_ID (access level)
folderFieldsNoFolder fields: NAME
targetFolderIdNoTarget folder ID for copy/move
attachedObjectIdNoAttached object ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3/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 behavioral disclosure burden, but it does not mention side effects, reversibility, permissions, rate limits, or response behavior. The RU/EN keyword list hints at operations like upload, download, and external links, but it gives no warning about destructive actions such as folder/file deletion; the schema's own '(destructive)' labels are structured data, not description credit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and starts with the core domain, but the method-family list and the RU/EN keyword dump are somewhat redundant and unstructured. It is not bloated, yet the trailing bilingual list does not earn its place as clearly as the opening scope sentence.

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 large multi-operation tool with 38 actions, 15 parameters, no annotations, and no output schema, the description is too thin. It omits cross-cutting operational context such as return-value expectations, authentication or permission considerations, and explicit guidance on destructive operations. The schema compensates for per-action detail, but the description alone leaves significant top-level gaps.

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 of 3 applies; all 15 parameters already have meaningful descriptions. The description's RU/EN vocabulary adds high-level search terms but no parameter-specific semantics beyond what the schema provides.

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 clearly identifies the Bitrix24 Disk domain and lists the entity types it covers: storages, folders, files, versions, and external links. It also names the method families (disk.storage.*, disk.folder.*, disk.file.*, etc.), which distinguishes this from sibling CRM, tasks, and IM tools, though it lacks a single direct verb like 'manage' or 'access'.

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?

There is no explicit statement of when to use this tool versus alternatives, but the method-family listing makes the intended scope reasonably clear: any Bitrix24 Disk storage/folder/file/version operation belongs here. The guidance is implied rather than stated, and no sibling disk tool is mentioned for exclusion.

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