Skip to main content
Glama

WozApi

Betaallink voor de lijst

create_list_payment_link
Idempotent

Returns the page where the user reviews the trial and the price of the list and pays with iDEAL. This tool moves no money: payment only happens when the user pays on that page. Optionally stores the user's own e-mail address for delivery of the file and the invoice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoOptional. The user's own e-mail address for delivery of the file and the invoice, only if the user typed it.
list_tokenYesThe list_token from start_address_list.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations declare readOnlyHint=false, destructiveHint=false and idempotentHint=true, and the description meaningfully builds on them: 'This tool moves no money: payment only happens when the user pays on that page.' That is exactly the kind of behavioral caveat an agent needs before calling a payment-link creator, and it is not derivable from the annotations alone.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences, front-loaded with the primary outcome and followed by the critical 'no money moves' caveat. No filler, though the e-mail sentence largely duplicates the schema and could be trimmed.

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?

There is no output schema, and the description says only that it 'returns the page' without making clear it is a URL/link the caller must hand to the user. Combined with no stated auth or expiry considerations, the definition is adequate but leaves the return-shape and delivery expectations slightly ambiguous.

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?

Schema description coverage is 100%, so both parameters (email, list_token) are already fully documented, including the 'only if the user typed it' constraint. The description's mention of the optional e-mail address for file/invoice delivery restates the schema rather than adding format or syntax detail, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific outcome: it returns the page where the user reviews trial/price and pays with iDEAL, which is more than a restatement of the name. It distinguishes itself from the credit-payment sibling only implicitly via 'the list' versus 'credit', so an agent must infer the split from the tool names rather than the text.

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?

Usage is implied (create a payment page for a list, with the list_token coming from start_address_list), but there is no explicit when-to-use, when-not-to-use, or named alternative such as create_credit_payment_link. The agent can infer the context but is not steered.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources