Skip to main content
Glama
bobberrisford

affiliate-networks-mcp

affiliate_list_actions

Read-only

Discover possible affiliate actions and approval costs by network, brand, effect, or channel before granting write credentials or planning changes.

Instructions

List the doing-surface actions (advisement, write, and known gaps) the configured adapters declare, with channel, effect, default authority tier, and local readiness. Use this to see what is possible and what it would cost in approvals before granting a write credential or planning a change; filter by network, brand, effect, or channel, and note it never executes an action, drives a browser, or checks live auth. Returns an ActionMapEntry[] (or an explicit unsupported-scope result for an unknown network/brand); for live credential and endpoint health use affiliate_run_diagnostic, and for network discovery use affiliate_list_networks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandNo
effectNo
channelNo
networkNo
Behavior4/5

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

The readOnlyHint annotation already signals safety, but the description adds meaningful behavioral detail beyond it: it explicitly states the tool never executes an action, drives a browser, or checks live auth, and that it returns an explicit unsupported-scope result for unknown network/brand. This goes beyond the annotation without contradicting it, though it doesn't discuss pagination or result-size limits.

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 dense sentences deliver the core purpose, usage context, safety caveats, return type, and sibling alternatives. The structure front-loads the main function in the first sentence and progressively adds practical details, with no filler or repetition.

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?

The description includes the return type (ActionMapEntry[]), lists the key fields returned, covers the unknown-network/brand edge case, and points to related tools. With no output schema, this is fairly complete, though a reader might still want a richer definition of ActionMapEntry and what 'local readiness' means.

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 naming all four filter dimensions (network, brand, effect, channel) and clarifying their role as filters. It also ties the effect/channel enums to the action categories and mentions the unsupported-scope result for unknown network/brand. However, it doesn't elaborate on value formats or the meaning of an omitted filter, leaving some ambiguity.

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 opens with a specific verb and resource: "List the doing-surface actions...the configured adapters declare," and enumerates the output fields (channel, effect, default authority tier, local readiness). This clearly differentiates it from sibling network-specific tools like affiliate_list_networks and affiliate_run_diagnostic by naming exactly what it catalogs and what it does not do.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: "Use this to see what is possible and what it would cost in approvals before granting a write credential or planning a change." It also provides concrete alternatives, directing users to affiliate_run_diagnostic for live credential/endpoint health and affiliate_list_networks for network discovery, and states what the tool does not do (never executes an action, drives a browser, or checks live auth).

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