Skip to main content
Glama
theYahia

MoySklad MCP Server

by theYahia

create_enter

Create a stock enter document to add inventory into a warehouse. Specify organization, store, and line items with quantities and prices.

Instructions

Create a stock enter (оприходование) — add stock into a warehouse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
positionsYesDocument line items
store_hrefYesMeta href of the warehouse/store. Get from list_stores
descriptionNoComment
organization_hrefYesMeta href of the organization. Get from list_organizations
Behavior2/5

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

With no annotations, the description must carry the full behavioral burden. It states the basic intended action but does not disclose side effects (e.g., stock balance impact), required permissions, or what the response contains. This is a thin behavioral description for a mutating operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that front-loads the main purpose. It is efficient, though it omits potentially important guidance, making it slightly under-specified for the tool's complexity.

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?

Given four parameters, no annotations, and no output schema, the description leaves significant context gaps. It does not explain return values, prerequisites, or how this tool fits among many sibling inventory operations, making it incomplete for correct selection and invocation.

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 provides descriptions for all parameters (100% coverage), so the description does not need to elaborate on them. The description adds no parameter-level meaning beyond the schema, hence a baseline score of 3.

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 states the action ('Create') and the resource ('stock enter'), with an added Russian term for context. It explains the effect as adding stock into a warehouse, but does not explicitly distinguish this from related tools like create_supply or create_purchase_order.

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 is provided on when to use this tool versus alternatives such as create_supply or create_inventory. The description only says what the tool does, not when it should be preferred.

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

Install Server

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/theYahia/moysklad-mcp'

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