Skip to main content
Glama
werkstatt-jasper

merit-aktiva-mcp

merit_list_customers

Search and list Merit Aktiva customers with filters for ID, name, registration or VAT number, and change date. Use a filter to keep responses manageable; optionally include customer comments.

Instructions

List/search Merit Aktiva customers (POST /api/v1/getcustomers). With no filters returns all customers — can be very large (Merit may even fail to serialize huge lists), so prefer a filter. id wins over all other filters; regNo/vatRegNo match exactly; name matches partially. Dates are ISO YYYY-MM-DD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoCustomer GUID (ignores other filters when set)
nameNoCustomer name (partial match)
regNoNoRegistration number (exact match)
vatRegNoNoVAT registration number (exact match)
changedDateNoOnly rows changed/created on/after this date (YYYY-MM-DD)
commentsFromNoOnly comments on/after this date (YYYY-MM-DD)
withCommentsNoInclude customer comments
Behavior5/5

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

With no annotations provided, the description carries full behavioral disclosure. It warns that unfiltered calls may return very large lists or even fail to serialize, and it documents exact vs partial matching and ISO date formats. This meaningfully exceeds bare schema information.

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?

Four compact sentences, front-loaded with the tool's purpose and endpoint, followed only by high-value caveats and matching rules. There is no filler or redundant restating of the parameter schema.

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

Completeness5/5

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

For a read/list tool with no output schema and no annotations, the description covers the key operational concerns: default behavior, scale risks, filter precedence, matching semantics, and date formatting. The parameter descriptions fill in the remaining field-level details.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds critical semantic value beyond the schema: id wins over all filters, regNo/vatRegNo are exact matches while name is partial, and date format is ISO. These interaction rules are not evident from the schema descriptions.

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 uses a specific verb-resource pair ('List/search Merit Aktiva customers') and includes the exact endpoint. It is clearly distinct from sibling tools like create_customer or customer debt reports.

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?

It gives strong situational guidance: use filters to avoid huge result sets, and explains filter precedence and matching behavior. It does not explicitly contrast with alternative retrieval tools, but the filter guidance is clear enough for most selection decisions.

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