Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

create_affiliate_link

Create a signed affiliate referral link that sets an affiliate cookie and redirects to your chosen destination.

Instructions

Mint a signed affiliate referral link that redirects to a destination of your choice after placing the affiliate cookie. Requires scope account:write. Plain write — NO money movement (affiliate activate and withdraw are intentionally NOT exposed to agents). The affiliate account must already be active. destination is the absolute http(s) URL to redirect to (1-2048 chars).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
destinationYesAbsolute http(s) URL to redirect to after the affiliate cookie is placed.
Behavior4/5

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

Since no annotations are provided, the description bears full responsibility. It discloses that the tool creates a referral link, places a cookie, redirects, and requires an active affiliate account and write scope. The explicit disclaimer 'NO money movement' helps set expectations. It does not mention error handling or return values, but for a simple creation tool, this is adequate.

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 concise at four sentences. Each sentence adds unique value: the main action, scope requirement, clarification about money movement, prerequisite, and parameter explanation. No extraneous words; front-loaded with the primary verb.

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 creation tool with no output schema, the description covers the essential: what it does, prerequisites, scope, and parameter details. It could optionally mention the return value (the generated link), but this is a minor gap given the tool's simplicity and the overall clarity.

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 input schema already covers the destination parameter with full description, min/max length. The description adds a redundant explanation but essentially repeats the schema. With 100% schema coverage, baseline is 3; no significant added value beyond confirming it must be an absolute http(s) URL.

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 the tool's purpose: 'Mint a signed affiliate referral link that redirects to a destination of your choice after placing the affiliate cookie.' This is a specific verb-resource pair. It also distinguishes from siblings by noting that affiliate activate and withdraw are not exposed, making this the sole affiliate creation action.

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 provides explicit context: 'Requires scope account:write' and 'The affiliate account must already be active.' It also clarifies 'Plain write — NO money movement,' indicating this tool is not for financial transactions. While it doesn't name alternatives, the sibling list includes get_affiliate for reading, so the usage boundaries are reasonably clear.

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/RareCloudio/rarecloud-mcp-server'

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