Skip to main content
Glama
Catter58

mcpBPMSoft

by Catter58

Список записей коллекции

bpm_get_records
Read-onlyIdempotent

Retrieve records from a BPMSoft OData collection using filters, field selection, sorting, expansions, and pagination. Control result size with top/skip or auto-paginate with a max records limit.

Instructions

Возвращает записи указанной OData-коллекции с фильтрацией ($filter), выборкой полей ($select), сортировкой ($orderby), $expand и $top/$skip. По умолчанию автопагинация выключена и применяется лимит max_records (избегаем переполнения контекста LLM). Установите auto_paginate=true и/или увеличьте max_records если нужен полный набор.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionNoИмя коллекции (EntitySet), например: Contact, Account, City. Не нужно если передан cursor.
filterNoOData $filter, например: Name eq 'Иванов'
selectNoПоля для выборки через запятую
topNoМаксимум записей за один запрос (по умолчанию 100)
skipNoПропустить N записей (для пагинации)
orderbyNoСортировка, например: Name asc, CreatedOn desc
expandNoРазвернуть связанные сущности
countNoВключить общее количество записей в ответ
auto_paginateNoСледовать @odata.nextLink до исчерпания (по умолчанию false). Используйте с max_records.
max_recordsNoЖёсткий потолок числа записей в ответе (по умолчанию 1000)
formatNoФормат текстовой выдачи: 'compact' (по умолчанию) — сводка + первые 5 записей; 'full' — полный JSON; 'markdown' — таблица для ≤20 записей. structuredContent всегда полный.
cursorNoOpaque-курсор предыдущего ответа для получения следующей страницы. При его передаче все остальные параметры запроса наследуются от того ответа.
Behavior5/5

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

Annotations declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds beyond these by detailing pagination defaults, context overflow prevention, format options, and the fact that auto_paginate is off by default. No contradictions with 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?

The description is two sentences, front-loaded with the core purpose, and every sentence provides essential information. No unnecessary 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?

Given the tool's complexity (12 parameters, OData features, pagination, output formatting), the description covers the main behavioral aspects. It lacks explicit mention of output structure (though format parameter hints at it) and could elaborate on cursor usage, but overall it provides sufficient context 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?

Schema description coverage is 100%, so the baseline is 3. The description provides a high-level summary of OData capabilities but does not add significant new meaning beyond the schema descriptions for individual parameters. It does not deepen understanding of any single parameter.

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 the tool retrieves records from an OData collection with support for filtering, selecting, sorting, expand, and pagination. It distinguishes itself from siblings like bpm_get_record (single record) and bpm_search_records (search) by focusing on list retrieval with OData query options.

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 explains default pagination behavior (auto_paginate off, max_records limit) and provides guidance on when to enable auto_paginate or increase max_records. It also mentions avoiding LLM context overflow. However, it does not explicitly compare to other tools for when to use this tool versus alternatives.

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