Skip to main content
Glama
werkstatt-jasper

merit-aktiva-mcp

merit_list_customer_groups

List all customer groups from Merit Aktiva accounting data. Retrieve a complete, unfiltered set of groups to organize customers and support reporting.

Instructions

List Merit Aktiva customer groups (POST /api/v2/getcustomergroups). No filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does communicate that the call takes no filters and identifies the endpoint, but it does not mention read-only status, pagination, response shape, or authentication requirements. For a simple list operation this is adequate but not rich.

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 one short sentence that conveys the resource, endpoint, and filtering behavior with no redundant words. Every element earns its place.

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 zero-parameter list operation with no output schema, the description contains enough information to invoke the tool correctly: the action, the resource, and the endpoint. The lack of filters is explicitly stated, so an agent will not look for missing parameters. No additional context is necessary for this level of complexity.

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?

There are zero parameters, and the schema already reflects this with an empty object. The description's 'No filters' reinforces the schema and adds a small behavioral cue, matching the baseline for no-parameter tools.

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 action and resource: 'List Merit Aktiva customer groups', and specifies the exact endpoint. The phrase 'No filters' further defines the scope, and the resource type clearly separates it from sibling tools like merit_list_vendor_groups or merit_list_customers.

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 choose this tool over alternatives, such as merit_list_customers or merit_create_customer_group. The description does not state exclusions, prerequisites, or conditions that would route an agent to a different sibling tool.

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