Skip to main content
Glama
werkstatt-jasper

merit-aktiva-mcp

merit_get_inventory_report

Generate an inventory report for a specified date. Filter by stock location, article groups, zero-quantity rows, and reserved quantities to get the exact stock data you need.

Instructions

Inventory report (POST /api/v2/getinventoryreport). reportDate is ISO YYYY-MM-DD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationNoStock code or name
showZeroNoInclude zero-quantity rows
reportDateYesReport date (YYYY-MM-DD, required)
articleGroupsNoItem group codes
withReservationsNoInclude reserved quantities
Behavior2/5

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

There are no annotations, so the description must carry behavioral transparency, but it only states the endpoint and date format. It does not say whether the call is read-only, what response shape to expect, how filters affect output, or whether special permissions are required.

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 short, front-loaded with the identifying endpoint, and contains no filler. It is concise, though it achieves brevity by omitting behavioral context that other dimensions penalize.

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?

Despite complete schema coverage, the description lacks enough context for an agent to understand the report's semantics, filtering behavior, or output format. With no output schema and no annotations, key operational details are missing.

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?

All five parameters already have schema descriptions with 100% coverage, so the description is not required to document them. It adds only the ISO date format clarification, which largely duplicates the schema's 'YYYY-MM-DD' note.

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?

Identifies the resource as an inventory report and provides the exact endpoint, which separates it from the many other merit_* report tools. It lacks an explicit verb and does not describe report contents beyond the name, so it is clear but not maximally descriptive.

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 given about when to call this report instead of alternatives such as merit_list_inventory_movements or merit_get_sales_report. The agent must infer usage from the tool name and endpoint, making selection largely a guessing exercise.

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