Skip to main content
Glama

invoice_processing__list_inventory_internal_transfers

Read-only

List internal transfer documents for an organization within a date range. Provide organization ID and start/end dates to retrieve inventory movement records.

Instructions

Список документов внутреннего перемещения за период. Где взять ID: organizationId → organizations__get_organizations. Троттлинг MCP-сервера (не лимит iikoCloud): не чаще 10 запрос(ов) за 60 с — кэшируйте результат в диалоге.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive. The description adds valuable behavioral context beyond annotations: MCP-server throttling (10 requests per 60 seconds), a caching recommendation, and guidance for obtaining organizationId from another tool. No contradiction 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 brief and front-loaded with the purpose. Every sentence adds value: the purpose, the ID source, and the throttling/caching note. No filler or repetition.

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 list tool with one nested parameter and no output schema, the description covers the essential operational aspects: purpose, period, organizationId provenance, and rate limiting. It does not discuss pagination or response shape, but these are not critical for a straightforward read-only list operation.

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 schema description coverage is 0%, so the description must compensate. It partially does: 'за период' clarifies that from/to define the period, and the organizationId source is pointed to organizations__get_organizations. However, it does not explain the exact format of from/to or address additional_properties, leaving gaps.

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 and resource: 'Список документов внутреннего перемещения за период' (list of internal transfer documents for the period). This clearly distinguishes it from sibling tools like list_inventory_writeoff_documents or list_inventory_production_documents by naming the exact document type.

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 when to use the tool (listing internal transfers over a period) and provides a source for the organizationId. However, it does not explicitly mention alternative tools or when not to use this one, leaving differentiation to the tool name and purpose.

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