Skip to main content
Glama

Server Details

Search and discover affiliate programs with agent-ready data and commission details.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Affitor/open-affiliate
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving a specific program's details, listing categories, and searching programs. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_program, list_categories, search_programs. The naming is predictable and uniform.

Tool Count5/5

Three tools is well-scoped for a focused affiliate program directory. Each tool serves a necessary function without redundancy or bloat.

Completeness4/5

The core workflows of discovering and retrieving affiliate program details are covered. A minor gap is the lack of a direct 'list all programs' tool, but search_programs can fulfill this need, so it's a workable limitation.

Available Tools

3 tools
get_programGet ProgramA
Read-only
Inspect

Get full details of an affiliate program including agent instructions, commission terms, restrictions, and signup info

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesProgram slug (e.g. 'anthropic-claude')
Behavior4/5

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

The description adds context about the specific data fields returned (agent instructions, commission terms, restrictions, signup info), going beyond the readOnlyHint annotation. It provides transparency about what information the tool surfaces, though it does not mention response format or edge cases.

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 a single, focused sentence that front-loads the action and purpose, with no redundant words. Every phrase earns its place.

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 single-parameter, read-only tool with no output schema, the description sufficiently explains the tool's scope and return content. It is complete given the tool's simplicity, though it could explicitly tie the slug to the program identity.

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

Parameters3/5

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

The input schema already fully documents the 'slug' parameter with an example and type. The description adds no additional parameter semantics, so the baseline of 3 applies.

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 the specific verb 'Get' and identifies the resource as 'full details of an affiliate program', explicitly listing the included content (agent instructions, commission terms, restrictions, signup info). This clearly distinguishes it from the sibling tools list_categories and search_programs, which serve different purposes.

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 implies this tool is for retrieving complete information about a single program, contrasting with siblings that list categories or search programs. However, it does not explicitly state when to use this over alternatives, such as when a specific slug is already known.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_categoriesList CategoriesA
Read-only
Inspect

List all affiliate program categories with the number of programs in each

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

The annotation readOnlyHint=true already signals that this is a safe read operation. The description adds that the output includes program counts, which is a small behavioral detail, but it doesn't disclose anything else about return format or limitations. Given the annotation coverage, this is adequate but not rich.

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 a single, concise sentence that immediately states the main purpose and key return value. There is no unnecessary detail or repetition, making it easy to parse at a glance.

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?

For a simple tool with no parameters and no output schema, the description effectively communicates what the tool returns (categories with counts). It could mention ordering or pagination, but those are likely irrelevant for a category list, so the description is sufficiently complete for the tool's simplicity.

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 tool has no parameters, so the schema is fully covered (100% by default). The description appropriately focuses on the output rather than parameters. With zero parameters, the baseline is 4, as there is no parameter semantics to elaborate on.

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 action ('List') and the specific resource ('affiliate program categories'), plus an additional detail about the returned data ('with the number of programs in each'). This distinguishes it from siblings like get_program and search_programs, which focus on individual programs or searching.

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 implies that this tool is for retrieving all categories, which is a clear use case. It doesn't explicitly mention when not to use it or contrast with alternative tools, but the straightforward wording and sibling names make the intended usage obvious.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_programsSearch ProgramsA
Read-only
Inspect

Search affiliate programs by keyword, category, or commission type

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoSearch keyword to match against name, description, tags, or category
categoryNoFilter by category name (e.g. 'AI & ML Tools', 'Email Marketing')
verified_onlyNoWhen true, return only verified programs
commission_typeNoFilter by commission type
Behavior3/5

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

The annotation readOnlyHint=true already communicates the read-only safety. The description adds no further behavioral context such as result format, pagination, or filtering nuances beyond what the schema provides. It neither contradicts nor enriches the annotation.

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 a single concise sentence, front-loaded with the primary action and resource, followed by the search dimensions. No unnecessary words 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?

Given the simple purpose, the annotations cover safety, and the schema documents all parameters, the description adequately summarizes the tool's function. It could be slightly more explicit about the return type (e.g., 'returns matching programs'), but overall the context is sufficient.

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

Parameters3/5

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

All four parameters have full descriptions in the schema, so the description doesn't need to add parameter details. It does mention keyword, category, and commission type, which aligns with the schema, but doesn't provide extra meaning beyond the schema's own documentation.

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 verb 'Search' and the resource 'affiliate programs', and specifies the search dimensions (keyword, category, commission type). This distinguishes it from sibling tools like get_program (single retrieval) and list_categories (category listing).

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

Usage Guidelines3/5

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

The description implies usage for finding programs by various filters but does not explicitly state when to prefer this tool over alternatives or mention any exclusions. There is no guidance on when to use get_program or list_categories instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    Enables AI agents to search products across affiliate networks, compare commissions, find arbitrage opportunities, and get auto-injected affiliate links via MCP.
  • A
    license
    -
    quality
    C
    maintenance
    Affiliate product search for AI agents. Indexes structured merchant feeds — real prices, live stock, affiliate links built in. Works with any MCP client.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to access affiliate marketing capabilities through AgentFuse's API, allowing them to browse affiliate programs, generate tracked links, and record conversions without writing HTTP code.
    7
    38
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    AgentShare delivers structured product search and pricing signals for AI agents over REST and MCP (Streamable HTTP). Responses include freshness & coverage metadata so agents can reason about data recency. API keys secure billed endpoints; public discovery at /agent.json and /mcp.json. Currently integrates connected marketplaces and affiliate feeds – roadmap expands to global e-commerce (AliExpre
    4
    1
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.