Skip to main content
Glama
veterinar

retailcrm-mcp

by veterinar

orders_history

Read-only

Retrieve order change history with status transitions. Use date filters or since ID for incremental sync; paginated responses included.

Instructions

Order change history incl. status transitions; supports incremental sync via filter_since_id and a date window. Returns {history[], pagination}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoIf true, return the untouched RetailCRM payload (for debugging; verbose).
pageNoPage number
limitNoResults per page (max 100)
filter_date_toNoChanges on/before this date (YYYY-MM-DD)
filter_order_idNoRestrict to a single order's history by RetailCRM ID
filter_since_idNoReturn changes after this history entry ID (incremental sync)
filter_date_fromNoChanges on/after this date (YYYY-MM-DD)
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations provide readOnlyHint=true, and the description adds meaningful behavioral context: it supports incremental sync via filter_since_id and a date window, and it returns {history[], pagination}. This goes beyond the annotation by explaining the sync mechanism and return structure, without contradicting the read-only hint.

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 concise sentences, front-loaded with core purpose and followed by a compact return shape. Every word earns its place; no filler 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?

For a read-only list tool with no output schema, the description adequately provides the return shape ({history[], pagination}) and highlights the incremental sync capability. It does not detail the fields within each history entry, but given the schema already covers all parameters and annotations confirm read-only safety, the description is reasonably complete.

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?

The input schema has 100% coverage with descriptive parameter definitions for all 7 params. The description reinforces the purpose of filter_since_id and the date window but does not add new parameter-level semantics beyond what the schema already provides. Baseline 3 is appropriate.

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 the tool as returning order change history with status transitions, which distinguishes it from siblings like list_orders and customers_history. However, it lacks an explicit verb (e.g., 'Retrieve'), relying on the noun phrase 'Order change history' to convey the action.

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 description implies usage by mentioning 'incremental sync via filter_since_id and a date window', which tells users when this tool is useful (for syncing changes). It does not explicitly state when to use this over alternatives like get_order or list_orders, nor any when-not-to-use conditions.

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/veterinar/retailcrm-mcp'

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