Skip to main content
Glama
bobberrisford

affiliate-networks-mcp

affiliate_awin_get_link_builder_quota

Fetch the current Awin link builder quota and usage to prevent link generation failures due to rate limits. Shows 24-hour limit and current usage.

Instructions

Fetch Awin Link Builder quota for the configured publisher account. Use this before generating shortened links or diagnosing link-builder rate issues. Returns the 24-hour limit, current usage, and raw Awin response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It clearly discloses what the tool returns (24-hour limit, current usage, raw Awin response) and implies a read-only fetch operation. It does not mention side effects, but none are expected for a quota check.

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 action, and includes purpose, usage context, and return value information. No unnecessary words.

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

Completeness5/5

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

For a zero-parameter tool with no output schema, the description covers all necessary aspects: what it does, when to use it, and what it returns. It is complete enough for an agent to select and invoke correctly.

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?

The schema has zero parameters, so no parameter explanations are needed. The description adds context about what the quota numbers mean, which is helpful. Baseline for 0 parameters is 4.

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 uses a specific verb ('Fetch') and a clear resource ('Awin Link Builder quota'), making the tool's purpose immediately obvious. It also distinguishes from sibling tools by focusing on quota retrieval rather than link generation or listing.

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?

Explicitly states when to use the tool: 'Use this before generating shortened links or diagnosing link-builder rate issues.' This gives clear context but does not name alternative tools or state when not to use, which would warrant a 5.

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