Skip to main content
Glama
theYahia

kaspi-mcp

by theYahia

get_orders

Retrieve Kaspi orders by filtering with status and creation date to manage sales operations. Specify state, date range, and pagination to see targeted order lists for streamlined processing.

Instructions

Получение списка заказов Kaspi с фильтрацией по статусу и дате.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoФильтр по статусу заказа
page_sizeNoРазмер страницы
page_numberNoНомер страницы (от 0)
creation_date_toNoДата создания до (YYYY-MM-DD)
creation_date_fromNoДата создания от (YYYY-MM-DD)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not state that this is a read-only operation, mention any authentication or rate-limit requirements, or describe the response format. For a list retrieval tool, it lacks essential behavioral context beyond the basic action.

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?

A single, concise sentence that front-loads the primary purpose and filtering options. There is no extraneous information, and every word contributes to the tool's function. Ideal length and structure for quick agent comprehension.

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

Completeness2/5

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

The description is minimal and does not address important aspects like response format, pagination behavior beyond schema defaults, or any limitations. Since there is no output schema, the agent has no idea what the returned list looks like. The 5-parameter tool with optional filters deserves more contextual guidance.

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 all five parameters are documented in the schema. The description only mentions filtering by status and date, which repeats what the schema already conveys, without adding any extra meaning, default behaviors, or relationships between parameters. Baseline 3 is appropriate given the high schema coverage.

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?

Description states a specific verb (getting) and resource (list of Kaspi orders) with filtering capabilities by status and date. It clearly differentiates from siblings by plurality (get_orders vs get_order) and resource type (orders vs products), leaving no ambiguity about what the tool returns.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus the siblings. It does not mention that get_order is for a single order or that get_products is for products, nor does it provide any conditions or prerequisites. The usage context is only implied by the name, not explicit.

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

Deploy Server

Other Tools