Skip to main content
Glama
bobberrisford

affiliate-networks-mcp

affiliate_partnerize-advertiser_list_programmes

Retrieve the affiliate programmes you have joined or can join on Partnerize, providing your partner inventory for review and drill-down.

Instructions

List affiliate programmes the publisher has joined on Partnerize (Advertiser) (or which are available to join). Use this when the user asks "which merchants am I working with?", "what programmes do I have on Partnerize (Advertiser)?", or wants a partner inventory. Returns an array of Programme records and pairs naturally with get_programme for drill-down and list_transactions for activity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYes
limitNo
cursorNo
offsetNo
searchNo
statusNo
categoriesNo
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It discloses that the tool returns an array of Programme records and covers both joined and available programmes, but the 'or' phrasing is ambiguous about whether both are included. It does not mention pagination, required brand authorization, or other behavioral details beyond the basic return shape.

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 compact and well-structured: purpose first, then concrete usage triggers, then return type and related tools. Every sentence adds value, and the text is easy to scan.

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

Completeness2/5

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

For a tool with 7 parameters, no output schema, and no annotations, the description is too sparse. It covers the core use case and return type, but omits required parameter semantics, filter behavior, pagination, and output fields. The companion tool hints are useful, but they do not compensate for the missing operational details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain any of the seven parameters, including the required 'brand'. The agent is left without guidance on what values to provide for brand, status, limit, cursor, offset, search, or categories. This is a significant gap for a tool with a mandatory parameter.

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 action ('List affiliate programmes') with a clear scope ('the publisher has joined on Partnerize (Advertiser) or which are available to join'). It also gives example user queries, which helps disambiguate intent. It does not explicitly contrast with the sibling affiliate_partnerize_list_programmes, so it lacks full sibling differentiation.

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 trigger phrases ('when the user asks...') and suggests natural companion tools (get_programme for drill-down, list_transactions for activity). It does not state when not to use the tool or name an alternative list_programmes tool, so it stops short of 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