Skip to main content
Glama
werkstatt-jasper

merit-aktiva-mcp

merit_create_inventory_movement

Create inventory movements in Merit Aktiva for stock in, out, or transfer between locations, specifying document date and movement lines.

Instructions

Create a Merit Aktiva inventory movement (POST /api/v2/SendInvMovement). type: 1 = in (itemUnitCost required on rows), 2 = out, 3 = between stocks (location2Code is the destination). Dates are ISO YYYY-MM-DD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsYesMovement lines (required)
typeYes1 = in, 2 = out, 3 = between stocks
docNoNo
docDateYesDocument date YYYY-MM-DD (required)
location1CodeNoSource / stock code
location2CodeNoDestination stock code (type 3)
departmentCodeNo
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It reveals the HTTP method, date format, and type-dependent requirements, but does not mention side effects, authorization needs, response behavior, or error conditions.

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 dense sentence that front-loads the action and endpoint, then packs the type-specific rules without filler. Every clause contributes.

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?

This is a mutation tool with no annotations and no output schema, yet the description omits the required structure of the 'rows' array objects (e.g., item code, quantity, cost). An agent cannot reliably construct a valid request body for all types from the provided information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaningful conditional semantics beyond the schema, such as itemUnitCost being required on rows for type 1 and location2Code being the destination for type 3. However, the required 'rows' array item structure remains undocumented, preventing a perfect score.

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 ('Create a Merit Aktiva inventory movement') and includes the POST endpoint, making the operation unambiguous. It clearly distinguishes this creation tool from read-oriented siblings like merit_list_inventory_movements.

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

Usage Guidelines4/5

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

The type semantics ('1 = in, 2 = out, 3 = between stocks') give clear contextual guidance for when each variant applies. There are no explicit exclusions or named alternatives, but the create vs. list distinction in sibling names makes the use case obvious.

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/werkstatt-jasper/merit-aktiva-mcp'

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