Skip to main content
Glama
ShieldZCash

ShieldZ Crypto Payments

Official
by ShieldZCash

create_payment_link

Create a one-time crypto payment link without an account or API key. Provide a wallet address and amount to receive a shareable pay URL and embeddable button; funds settle directly to your wallet.

Instructions

Create a one-time crypto payment link with ZERO setup, no account, no API key. Give a destination wallet address and an amount; get back a shareable pay_url, an embeddable button, and a manage_url. Non-custodial: funds settle directly to the address you provide. Optionally pass an email so the owner can claim a full dashboard later.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memoNoDescription shown on the checkout
assetNoDefaults to USDC
chainNoDefaults to base
emailNoOptional, lets the owner claim a dashboard later
addressYesDestination wallet; funds settle here. Shieldz never holds them.
amount_usdYesAmount in USD, e.g. 49 for $49.00
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses non-custodial nature, direct settlement, and optional email for dashboard. However, it does not mention rate limits, authentication, or error handling.

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 two sentences, front-loaded with the key purpose, and every sentence adds value without redundancy.

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 tool with 6 parameters and no output schema, the description adequately explains inputs and what the user gets back (pay_url, button, manage_url). It is sufficient for an AI agent to understand usage.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaning beyond the schema by explaining the non-custodial aspect, default values, and optional functionality, e.g., email for dashboard.

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 clearly states it creates a one-time crypto payment link with zero setup, distinguishing it from sibling tools like create_tip_jar (tips) and get_account_status (status). The verb 'Create' and resource 'payment link' are explicit.

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?

The description specifies when to use (no account, no API key) but does not explicitly state when not to use or provide alternatives beyond the implied context. It clearly sets expectations for what the tool does.

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/ShieldZCash/shieldz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server