Skip to main content
Glama
Catter58

mcpBPMSoft

by Catter58

Найти UUID по значению

bpm_lookup_value
Read-onlyIdempotent

Resolves the UUID of a lookup record from its display value. Uses exact match first; if not found and fuzzy is enabled, repeats search with contains() and returns candidates.

Instructions

Резолвит UUID записи справочника по человекочитаемому значению (точное совпадение eq). При fuzzy=true и пустом результате повторяет поиск через contains() и возвращает кандидатов.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionYesКоллекция-справочник для поиска
fieldNoПоле для поиска (по умолчанию Name)
valueYesИскомое значение
fuzzyNoПри отсутствии точного совпадения повторять поиск через contains() (default: false)
Behavior4/5

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

Аннотации уже указывают на безопасность (readOnlyHint, destructiveHint), а описание добавляет детали поведения: повторный поиск через contains() при fuzzy=true. Не указаны ограничения по количеству результатов или авторизации, но для простого инструмента это приемлемо.

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?

Описание состоит из двух предложений без лишних слов, ключевая информация представлена в первом предложении. Идеальная структура для краткого описания.

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

Completeness5/5

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

Учитывая простоту инструмента, наличие полной схемы и аннотаций, описание достаточно полно: объясняет основное действие и нечеткий поиск. Выходная схема не требуется, так как возвращается UUID, что очевидно.

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?

Схема входных данных имеет 100% покрытие описания параметров, и описание параметров в схеме уже передает семантику. Описание инструмента не добавляет существенной информации помимо того, что уже есть в схеме, поэтому оценка базовая.

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?

Статья четко определяет действие (резолвит UUID) и ресурс (запись справочника по человекочитаемому значению), а также отличает от поисковых инструментов, таких как bpm_search_records, за счет указания точного совпадения с возможностью нечеткого поиска.

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?

Описание указывает, когда использовать нечеткий поиск (при пустом результате точного совпадения), что дает контекст использования. Однако отсутствует явное указание, когда не следует использовать этот инструмент в пользу альтернатив, таких как bpm_search_records.

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