Skip to main content
Glama

disk_upload

Upload files to Bitrix Drive from a local path or base64 content. Specify a target folder or use the root of personal storage, with auto-generated unique names on conflicts.

Instructions

Загрузить файл в Bitrix Drive: из локального пути или из base64-контента

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoИмя файла. Обязательно для content_base64, для local_path по умолчанию берётся basename(path)
folder_idNoID папки Drive. Если не указан — используется корневая папка персонального storage текущего пользователя
local_pathNoЛокальный путь к файлу. Передайте либо local_path, либо content_base64
content_base64NoBase64-контент файла без data: prefix. Передайте либо content_base64, либо local_path
generate_unique_nameNoСгенерировать уникальное имя при конфликте. По умолчанию true
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 only states the action without any detail on side effects, conflict handling, permissions, or return values. The generate_unique_name parameter hints at conflict behavior, but the description itself adds no behavioral context.

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 sentence, front-loaded with the primary purpose, and free of unnecessary words. It is concise and well-structured.

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?

With 5 parameters, no output schema, and no annotations, the description provides only the core action. It omits crucial context such as return value, prerequisite conditions, or behavior when conflicting parameters are provided. The schema covers parameter details but does not compensate for missing overall behavioral context.

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%, and each parameter already has a detailed description. The tool description's mention of 'local path or base64' is redundant with the schema's mutual exclusivity note. Thus, the description adds no meaningful parameter semantics beyond the schema, earning the baseline score of 3.

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 verb 'Загрузить' (upload), the resource 'Bitrix Drive', and the scope (from local path or base64 content). This distinguishes it from sibling upload tools like im_send_file or task_attach_file, which target different resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies the tool is for uploading files to Bitrix Drive from either a local path or base64 content. It does not explicitly mention alternatives or exclusions, but the context is unambiguous. A 5 would require explicit when/when-not guidance, which is absent.

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

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