Skip to main content
Glama

Server Details

Generate Amazon affiliate sales funnels from product URLs. AI-powered, free.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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 3.7/5 across 3 of 3 tools scored. Lowest: 3.1/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: generate_funnel creates a funnel, get_funnel_status checks its progress, and list_axes provides style options. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (generate_funnel, get_funnel_status, list_axes) with clear, descriptive names. The naming is uniform and predictable throughout the set.

Tool Count5/5

With 3 tools, the set is well-scoped for the server's purpose of generating and managing Amazon affiliate sales funnels. Each tool serves a necessary function without being excessive or insufficient.

Completeness4/5

The tools cover the core workflow of generating, checking status, and customizing funnels. A minor gap exists in not having a tool to delete or manage existing funnels, but agents can still accomplish the primary tasks effectively.

Available Tools

3 tools
generate_funnelAInspect

Generate an Amazon affiliate sales funnel from a product URL. Returns a hosted landing page URL. No account needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
axesNoStyle axes, all 0-100, omitted default to 50. Use list_axes for details.
store_idNoAmazon Associates Store ID (e.g. mystore-20). Optional.
amazon_urlYesAmazon product URL (e.g. https://www.amazon.com/dp/B0DWN2KR9W)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the output ('hosted landing page URL') and a key constraint ('No account needed'), but lacks details on rate limits, error handling, or what happens if inputs are invalid. It adds some context but is incomplete for a tool that generates hosted content.

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 front-loaded with the core purpose in the first sentence, followed by output and a key constraint. Every sentence earns its place with no wasted words, making it highly efficient and easy to scan.

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

Completeness3/5

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

Given the tool's complexity (generating hosted content with style customization), no annotations, and no output schema, the description is adequate but has gaps. It covers the basic purpose and output but lacks details on behavioral traits like rate limits or error responses, which are important for such a tool. It meets minimum viability but could be more complete.

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 100%, so the schema already documents all parameters thoroughly. The description adds value by summarizing the purpose ('from a product URL') and implying the 'axes' parameter's role in styling, but doesn't provide additional syntax or format details beyond the schema. Baseline is 3, but the concise integration of parameter intent elevates it slightly.

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 specific action ('generate an Amazon affiliate sales funnel'), resource ('from a product URL'), and output ('returns a hosted landing page URL'). It distinguishes from sibling tools like 'get_funnel_status' (which checks status) and 'list_axes' (which lists style options) by focusing on creation.

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 context by mentioning 'No account needed,' which suggests accessibility, but doesn't explicitly state when to use this tool versus alternatives like 'get_funnel_status' for checking existing funnels or 'list_axes' for exploring style options. It provides some guidance but lacks explicit comparisons or exclusions.

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

get_funnel_statusBInspect

Check the status of a funnel being generated.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesFunnel slug from the URL
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions the tool returns 'status, progress, and URL when ready', which adds some behavioral context (e.g., it's a read operation with potential async behavior). However, it lacks details on permissions, rate limits, error handling, or whether it's idempotent, which are important for a status-checking tool.

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, efficient sentence that front-loads the purpose and includes key return details. There's no wasted text, making it appropriately sized and structured for clarity.

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

Completeness3/5

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

Given the tool's moderate complexity (status checking with one parameter) and no annotations or output schema, the description is minimally adequate. It covers the basic purpose and returns, but lacks details on error cases, async behavior, or integration with siblings, leaving gaps in completeness for effective agent use.

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 has 100% description coverage, with the 'slug' parameter well-documented in the schema itself. The description doesn't add any parameter-specific information beyond what the schema provides, so it meets the baseline of 3 for high schema coverage without compensating value.

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 clearly states the tool's purpose with a specific verb ('Check') and resource ('status of a funnel being generated'), and mentions what it returns. However, it doesn't explicitly distinguish this tool from its sibling 'generate_funnel' (which likely creates funnels) or 'list_axes' (which likely lists something else), so it doesn't fully differentiate from siblings.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., that a funnel must be generated first), exclusions, or comparisons to siblings like 'generate_funnel' or 'list_axes', leaving usage context unclear.

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

list_axesAInspect

List available style axes for funnel generation.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that each axis is a '0-100 spectrum', which adds useful behavioral context about the output format. However, it lacks details on potential errors, rate limits, or authentication needs, leaving some behavioral traits unspecified.

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 front-loaded with the main purpose in the first sentence and adds a concise second sentence for usage context. Both sentences earn their place by providing essential information without any waste or redundancy.

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 tool's simplicity (0 parameters, no output schema, no annotations), the description is complete enough for its purpose. It explains what the tool does and how to use the output, though it could benefit from more details on output structure or error handling to be fully comprehensive.

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 0 parameters, and schema description coverage is 100%, so no parameter information is needed. The description appropriately does not discuss parameters, earning a baseline score of 4 for not adding unnecessary details.

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 ('List') and resource ('available style axes for funnel generation'), making the purpose specific and unambiguous. It distinguishes from sibling tools by focusing on listing axes rather than generating or checking status of funnels.

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 clear context for usage ('Use these to customize the funnel style in generate_funnel'), indicating when to use this tool in relation to the sibling tool. However, it does not explicitly state when not to use it or mention alternatives like get_funnel_status.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources