Skip to main content
Glama
Catter58

mcpBPMSoft

by Catter58

Сквозной поиск

bpm_search_unified
Read-onlyIdempotent

Searches for a substring in the Name field across Contact, Account, Lead, and Opportunity collections. Returns a flat list of matches with collection and UUID.

Instructions

Сквозной поиск по подстроке Name в основных коллекциях (Contact, Account, Lead, Opportunity). Возвращает плоский список совпадений с указанием коллекции и UUID. Подходит для запросов вида «найди всё про Иванова».

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesТекст для поиска (подстрока в Name)
collectionsNoСписок коллекций для поиска (по умолчанию: Contact, Account, Lead, Opportunity). Несуществующие пропускаются.
topNoСколько записей выбирать в каждой коллекции (по умолчанию 5).
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, covering safety and idempotency. The description adds that the tool returns a flat list with collection and UUID, which is useful behavioral detail. No further constraints (e.g., rate limits, pagination) are disclosed, but annotations reduce the burden.

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 two sentences with focused, front-loaded information. The first sentence conveys the core functionality, and the second provides a usage example. No extraneous words or redundancy.

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?

The tool has 3 parameters, no output schema, and strong annotations. The description covers the return format (flat list with collection and UUID), default collections, and usage context. Missing details like error behavior or sorting are minor given the simplicity. Overall, it sufficiently informs an agent's decision.

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?

Input schema has 100% description coverage for all three parameters. The description adds value by stating default collections (Contact, Account, Lead, Opportunity) and that non-existent collections are ignored, as well as the default value of 'top' (5). These details are not in the schema, enhancing parameter understanding.

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 explicitly states the tool does substring search across Name fields in specific collections (Contact, Account, Lead, Opportunity) and returns a flat list with collection and UUID. It also gives a concrete example query context. This clearly differentiates it from sibling tools like bpm_search_records, though not directly named.

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 provides a clear usage scenario (e.g., 'найди всё про Иванова'), which helps an agent understand when to invoke this tool. However, it does not specify when not to use it or mention alternative tools like bpm_search_records, which could be more appropriate for specific searches.

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