Skip to main content
Glama
theYahia

kaspi-mcp

by theYahia

get_order

Fetch complete order details from Kaspi using the order ID. Get status, items, and customer information in one response.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID заказа Kaspi

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It implies a read operation via 'получение', but it does not disclose response format, missing-ID behavior, or authorization requirements. Adequate for a simple getter, but with clear gaps.

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 a single, focused sentence with no filler. The key qualifier 'по ID' is front-loaded, making the purpose immediately clear.

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?

The tool is simple and the schema fully documents its one parameter, but there is no output schema and the description does not explain what 'detailed information' includes or how errors are surfaced. An agent can invoke it correctly but may not fully know what to expect in the result.

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% and the only parameter 'id' is already documented as 'ID заказа Kaspi'. The description adds no additional meaning beyond what the schema provides, so the baseline score of 3 applies.

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 states a specific verb ('Получение' = retrieving), a specific resource ('заказ Kaspi'), and a discriminator ('по ID'). This clearly distinguishes the tool from siblings like get_orders (plural listing) and get_products.

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 'по ID' qualifier implies this is for single-order lookups, but the description does not explicitly say when to prefer it over get_orders/get_products or mention any exclusions. Usage context must be inferred rather than stated.

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