Skip to main content
Glama
Catter58

mcpBPMSoft

by Catter58

Запустить бизнес-процесс

bpm_run_process

Executes custom business processes in BPMSoft that encapsulate complex logic like aggregated queries or mass operations, passing input parameters via query string and optionally returning a result parameter.

Instructions

Вызывает ProcessEngineService.svc/{ProcessName}/Execute. Передаёт входные параметры через query-string. Опционально возвращает результат указанного выходного параметра. Используется для запуска кастомных БП, обёртывающих сложную логику (например, ESQ-запросы с агрегацией, массовые операции, бизнес-логика).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
process_nameYesИмя процесса (схема), например: UsrCalculateLeadScore
parametersNoВходные параметры процесса (передаются как query-string).
result_parameter_nameNoИмя выходного параметра процесса. Если задано — сервер вернёт его значение в поле result.
Behavior3/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, indicating mutation but not destruction. Description adds that it executes a process and passes parameters via query string, but doesn't detail side effects or idempotency. The openWorldHint=true suggests unknown effects, but description doesn't compensate.

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?

Description is extremely concise, with only three sentences covering the core action, parameter passing mechanism, and optional result. No redundancy or filler.

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

Completeness3/5

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

Given no output schema, description partially explains return (optional result parameter). However, it does not cover error handling, response format, or potential side effects for complex processes, leaving gaps for an agent.

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?

Input schema has 100% coverage with descriptions for all three parameters. Description adds that parameters are passed via query string and result_parameter_name returns the specified output, but this is not a significant addition beyond schema. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it runs custom business processes via ProcessEngineService.svc/{ProcessName}/Execute, with query-string parameters and optional result return. It distinguishes from CRUD tools by mentioning custom processes for complex logic, but could better differentiate from siblings like bpm_exec_process_element.

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?

Indicates the tool is for custom business processes wrapping complex logic, giving some context on when to use. However, it lacks explicit exclusions or comparisons to alternatives (e.g., bpm_exec_process_element), so guidance is limited.

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