Skip to main content
Glama
werkstatt-jasper

merit-aktiva-mcp

merit_get_sales_offer

Retrieve a single Merit Aktiva sales offer, including all line items, by specifying its offer GUID. Use this to access complete offer details for review, auditing, or integration.

Instructions

Get one Merit Aktiva sales offer with rows (POST /api/v2/getoffer). id is the offer GUID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesOffer GUID (required)
Behavior3/5

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

No annotations are provided, so the description must carry the full behavioral burden. It indicates a retrieval operation and that the response includes rows, and it discloses the endpoint and method. However, it does not explicitly state that this is read-only with no side effects, nor does mention authorization or error behavior.

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 short sentences, front-loaded with the core action and resource, followed by the parameter clarification. Every word contributes meaning and nothing is redundant.

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

Completeness4/5

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

For a single-parameter retrieval tool with no output schema, the description is nearly complete: it names the resource, endpoint, and says the result includes rows. It leaves the exact response shape and error handling unspecified, but those are minor gaps given the tool's simplicity.

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?

The schema already describes id as 'Offer GUID (required)' with 100% coverage. The description's 'id is the offer GUID' essentially repeats the schema rather than adding new semantic depth, so it stays at the high-coverage baseline.

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 a specific verb ('Get'), a precise resource ('one Merit Aktiva sales offer'), and a distinguishing detail ('with rows'), plus the endpoint. This clearly differentiates it from sibling tools like merit_list_sales_offers and merit_create_sales_offer.

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?

The phrase 'Get one' implies this is for retrieving a single offer by GUID rather than listing or creating offers, but the description never names alternatives or states when not to use it. There is clear implied context, but no explicit exclusion or alternative routing.

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