Skip to main content
Glama
bobberrisford

affiliate-networks-mcp

affiliate_awin_generate_tracking_link

Generate an Awin tracking link for a programme and destination URL to share affiliate links for specific products or pages. Use with list_programmes to confirm the programme ID.

Instructions

Generate a tracking link on Awin for a given programme and destination URL. Use this when the user wants to share an affiliate link to a specific product or page on a merchant they have joined. Returns a TrackingLink; pair with list_programmes to confirm the programmeId before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
programmeIdYes
destinationUrlYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing side effects and requirements. It mentions the return type (TrackingLink) but fails to mention that generating links may consume quota (see sibling affiliate_awin_get_link_builder_quota), whether authentication is required, or any rate limits. This is a significant gap for a tool that may have resource implications.

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?

Three sentences, each adding value: purpose, use case, and return type with a pairing note. No wasted words; the message is front-loaded with the core action.

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?

The description covers the main inputs, return value, and a prerequisite step, which is sufficient for basic invocation. However, it does not address the plural sibling tool, the quota consumption implied by the sibling quota tool, or authentication needs. For an Awin-specific tool, this leaves meaningful gaps in the overall context.

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?

With 0% schema description coverage, the description compensates by explaining both parameters in context: 'given programme and destination URL' and 'to confirm the programmeId before calling.' It adds meaning beyond the bare names, though it does not specify URL format or encoding requirements. Still, for a simple two-parameter tool, this is adequate semantic explanation.

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 clearly states the action (generate a tracking link), the network (Awin), and the two inputs (programme and destination URL). However, it does not distinguish itself from the sibling tool affiliate_awin_generate_tracking_links, which may confuse an agent deciding between the singular and plural variants.

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 gives an explicit use case: 'when the user wants to share an affiliate link to a specific product or page on a merchant they have joined.' It also recommends pairing with list_programmes to confirm the programmeId, which is useful guidance for when to use the tool and what to do beforehand. It does not explicitly state when not to use it or mention alternative tools.

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/bobberrisford/affiliatemcp'

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