Skip to main content
Glama
AhamadFalah

mintsoft-mcp

by AhamadFalah

run_report

Run Mintsoft reports for courier dispatch, product location, or product usage. Optionally filter by date, warehouse, or client.

Instructions

Run a Mintsoft report. kind = 'courier_despatch' | 'products_in_location' | 'product_usage'. Dates are YYYY-MM-DD; default to the last 7 days when omitted. warehouse_id/client_id are optional filters (0 = all).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
to_dateNo
client_idNo
from_dateNo
warehouse_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It does not mention whether the report is generated synchronously, what the output format is, or any side effects. The presence of an output schema only partially compensates.

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 concise at three sentences, front-loads the main purpose, and efficiently conveys parameter behavior without extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers input parameters well but lacks behavioral context such as whether the tool is read-only, if it requires special permissions, or if it supports pagination. Given the output schema exists, return values are not needed, but overall completeness is moderate.

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?

Schema coverage is 0%, so the description must compensate. It explains the kind parameter with specific allowed values, date format and defaults for to_date and from_date, and the optional warehouse_id/client_id with default 0 meaning 'all'. This adds substantial meaning beyond the schema.

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 clearly states the tool runs a Mintsoft report and specifies the three allowed 'kind' values, distinguishing it from sibling tools that fetch or list individual entities.

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 explicit guidance on when to use this tool versus alternatives such as the many get_ or list_ tools. The description does not mention prerequisites or scenarios where this is 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/AhamadFalah/mintsoft-mcp'

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