Skip to main content
Glama
Catter58

mcpBPMSoft

by Catter58

Загрузить бинарь в поле

bpm_field_upload
Idempotent

Uploads binary data from a local file to a specific entity field by specifying collection, record UUID, and field name. Supports arbitrary binary fields.

Instructions

PUT бинарных данных напрямую в поле сущности по схеме {Collection}({id})/{FieldName}. Используйте для произвольных бинарных полей (не только SysImage).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionYes
idYesUUID записи
fieldYesИмя бинарного поля сущности
file_pathYesЛокальный путь к файлу
Behavior3/5

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

Annotations already indicate mutability (readOnlyHint=false) and idempotency. The description adds that it's a direct PUT, but no further behavioral traits beyond what annotations provide.

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?

Two concise sentences, no wasted words. Front-loaded with the key verb and resource.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple upload tool with 4 parameters and no output schema, the description covers essential context. Could mention file size limits or that the file must exist locally, but still adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description explains the URL pattern ({Collection}({id})/{FieldName}), adding context for collection, id, and field. Schema coverage is 75% (collection missing description), so description partially compensates.

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 it uploads binary data directly to a field of an entity using a URL pattern. It specifies the target as arbitrary binary fields, not just SysImage, distinguishing it from other upload tools.

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?

The description says to use for arbitrary binary fields, but does not explicitly contrast with siblings like bpm_upload_file or provide when-not-to-use guidance.

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/Catter58/mcpBPMSoft'

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