Skip to main content
Glama
bobberrisford

affiliate-networks-mcp

affiliate_awin_propose_application

Read-only

Generate a browser handoff to apply to an Awin programme as a publisher, using advertiser ID and programme name. The handoff lets a human complete the application in their own Awin session.

Instructions

Experimentally prepare a guided browser handoff to apply to a brand's programme on Awin as a publisher. Awin exposes no public publisher application endpoint, so this emits a typed handoff for a human (or the authorised consumer skill) to carry out against their own Awin session; it performs no network write itself. Requires brand (a display label, not a binding), advertiserId, and programmeName; accepts an optional promotionMethodSummary. Uses the configured AWIN_PUBLISHER_ID to build the handoff URLs and returns a config error if it is not set. Returns an ApiGapResponse carrying the browser handoff (constraints, verify target, and inputs with no credentials). The consumer is responsible for surfacing the programme's terms for informed acceptance before any submit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYes
advertiserIdYes
programmeNameYes
promotionMethodSummaryNo
Behavior5/5

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

Annotations provide readOnlyHint=true, and the description reinforces this by stating 'it performs no network write itself.' It goes well beyond annotations by disclosing the external dependency on AWIN_PUBLISHER_ID with a config error, the return type (ApiGapResponse containing constraints, verify target, and inputs with no credentials), and the consumer's responsibility for surfacing terms. This is rich behavioral disclosure.

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 six sentences, but every sentence earns its place: purpose, mechanism, required params, config dependency, output shape, and consumer responsibility. It is front-loaded with the core action and structured logically, making it easy for an agent to parse for key decision points.

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?

Given the tool's complexity (browser handoff, no public endpoint, config requirement, custom response type) and lack of output schema, the description covers all critical aspects: how it works, what inputs are needed, configuration error behavior, the shape of the ApiGapResponse, and the consumer's obligation for informed acceptance. It is sufficiently complete for an agent to invoke correctly and safely.

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?

Schema description coverage is 0%, so the description must compensate. It explicitly lists all parameters, marks required vs optional, and clarifies that 'brand' is 'a display label, not a binding.' However, it provides minimal semantics for advertiserId and programmeName beyond their names, leaving some ambiguity about acceptable formats or meaning. This is a solid improvement over the bare schema but not exhaustive.

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 'prepare[s] a guided browser handoff to apply to a brand's programme on Awin as a publisher.' This is a specific verb+resource+scope that distinguishes it from listing/getting programmes or generating tracking links. It also explains why this approach is needed due to Awin exposing no public publisher application endpoint.

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 context that this is an experimental handoff for humans or an authorised consumer skill, and explains that no network write occurs. It implies this is the only way to apply because Awin lacks a public endpoint, but it does not explicitly name alternative tools or state when not to use it. Sibling tools like report_application_result or advertiser-side propose_publisher_decision are not mentioned as exclusions.

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