Skip to main content
Glama
werkstatt-jasper

merit-aktiva-mcp

merit_create_item_groups

Create item groups in Merit Aktiva by supplying a code and name for each group. Organize accounting items into custom groups for better categorization.

Instructions

Create Merit Aktiva item groups (POST /api/v2/senditemgroups). Each group needs code and name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemGroupsYesGroups to create (required)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool creates item groups and mentions the endpoint, but it does not describe response behavior, error cases, permissions, idempotency, or side effects beyond creation.

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?

Two concise sentences with no filler. The main purpose is front-loaded, the endpoint is included as useful context, and the key requirement is stated clearly.

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?

For a simple create tool, it covers the action and the required fields. However, with no annotations and no output schema, it leaves out response/error behavior and any prerequisites. This is adequate but has clear gaps.

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 input schema only describes itemGroups as an array of generic objects. The description adds essential semantic detail by specifying that each group needs code and name, which the schema does not provide.

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?

States the specific action 'Create', the resource 'Merit Aktiva item groups', and the endpoint 'POST /api/v2/senditemgroups'. This clearly distinguishes it from sibling tools like merit_list_item_groups and merit_create_items.

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

Usage Guidelines3/5

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

Implies the tool should be used when creating item groups, and the required fields give practical context. However, it does not explicitly contrast with alternatives or mention when not to use it.

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