Skip to main content
Glama
uk-kd

ychetlab-mcp

by uk-kd

Список операций

operations_list
Read-onlyIdempotent

Retrieve paginated operations filtered by date, type, account, project, counterparty, and status (actual, planned, overdue). Indicates the next page when results are truncated.

Instructions

Операции дела с отбором по датам, виду, счёту, проекту, контрагенту и состоянию. Ответ страничный: если показано не всё, в конце написано, какую страницу просить дальше. Состояние: actual — фактические, planned — плановые, overdue — плановые с прошедшей датой.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoНомер страницы, с единицы. По умолчанию первая.
sizeNoСколько операций на странице, максимум 1000. По умолчанию 50.
searchNoПоиск по описанию.
statusNoСостояние: фактические, плановые или просроченные плановые.
date_toNoПо какую дату включительно, ГГГГ-ММ-ДД.
businessNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, а при единственном деле — оно.
date_fromNoС какой даты, ГГГГ-ММ-ДД.
account_idNoИдентификатор счёта.
category_idNoИдентификатор проекта (в API — категории).
hide_plannedNoСвернуть план: скрыть плановые операции не на сегодня.
operation_typeNoВид операции.
counterparty_idNoИдентификатор контрагента.
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark the call as read-only, idempotent, and non-destructive. The description adds a valuable runtime behavior: the response is paginated and tells which next page to request. It does not contradict the 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 sentences with no filler: scope and filters, pagination behavior, and status enum meanings. Information is front-loaded and each sentence earns its place.

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?

With the schema covering parameter details and annotations covering safety, the description supplies the missing runtime behavior (pagination). For a filtered-list tool this is sufficient for selection and invocation, even without an output schema.

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 schema fully documents all 12 parameters. The description mentions the filter dimensions and status meanings but adds no semantics beyond the schema.

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?

The description clearly identifies a list of operations ('Операции дела') and enumerates the available filters (dates, type, account, project, counterparty, status), so an agent can distinguish it from operations_get/save/delete. However, it relies on the title for the 'list' verb and does not explicitly contrast a sibling like operations_get.

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?

The intended use as a paginated list with many filters is implied, but there is no explicit 'when to use' or 'when not to use' guidance, nor a named alternative. An agent must infer that operations_get is for a single operation and operations_stats for aggregates.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/uk-kd/ychetlab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server