Skip to main content
Glama
Catter58

mcpBPMSoft

by Catter58

Поиск с критериями (рус.)

bpm_search_records
Read-onlyIdempotent

Search BPMSoft records using human-readable criteria instead of OData syntax. Provide criteria as field, operator, and value in plain language (supports Russian captions and operators).

Instructions

Альтернатива bpm_get_records с человекочитаемыми критериями. Принимает массив criteria вида [{field, op, value}], где field может быть на русском (caption), op — на русском («содержит», «равно», «за последние 7 дней», «между») или OData (eq/contains/...). Сервер сам соберёт $filter. Полезен, когда LLM не хочет писать OData синтаксис вручную.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionYesИмя коллекции (EntitySet)
criteriaYesМассив критериев — компилируется в OData $filter
joinNoКак соединять критерии: and (по умолчанию) или or
selectNoПоля для выборки через запятую
orderbyNoСортировка
topNoМаксимум за один запрос (по умолчанию 100)
skipNoПропустить N записей
expandNoРазвернуть связанные сущности
countNoВключить общее количество записей в ответ
auto_paginateNoСледовать @odata.nextLink до исчерпания (по умолчанию false)
max_recordsNoЖёсткий потолок числа записей в ответе (по умолчанию 1000)
formatNoФормат выдачи: 'compact' (по умолчанию) — превью; 'full' — полный JSON; 'markdown' — таблица.
Behavior4/5

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

Annotations already declare the tool as read-only, non-destructive, idempotent, and open-world. Description adds value by explaining that the server compiles criteria into an OData $filter, which clarifies internal behavior beyond annotations.

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?

Three concise sentences with front-loaded purpose. Every sentence contributes essential information: alternative to sibling, input format, and use case. No wasted words.

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 search tool with 12 parameters and no output schema, the description adequately explains the core criteria mechanism. It could mention pagination or rate limits, but those are covered by parameter descriptions. The 'format' parameter indicates output variants, reducing the need to describe return values.

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?

Schema covers 100% of parameters, so baseline is 3. Description enhances with examples of Russian operator strings ('содержит', 'равно', etc.) and explains the criteria array structure, adding meaning beyond the schema's field descriptions.

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?

Description clearly states it is an alternative to bpm_get_records with human-readable criteria, specifies input format (array of {field, op, value}) and operator options (Russian or OData). This differentiates it from the sibling tool and provides a specific verb+resource.

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?

Explicitly identifies when to use (when LLM does not want to write OData syntax) and references the alternative bpm_get_records. Lacks explicit when-not conditions, but context is clear enough.

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