funn.to Funnel Generator
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.
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.
Tool Definition Quality
Average 3.7/5 across 3 of 3 tools scored. Lowest: 3.1/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.
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.
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.
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 toolsgenerate_funnelAInspect
Generate an Amazon affiliate sales funnel from a product URL. Returns a hosted landing page URL. No account needed.
| Name | Required | Description | Default |
|---|---|---|---|
| axes | No | Style axes, all 0-100, omitted default to 50. Use list_axes for details. | |
| store_id | No | Amazon Associates Store ID (e.g. mystore-20). Optional. | |
| amazon_url | Yes | Amazon product URL (e.g. https://www.amazon.com/dp/B0DWN2KR9W) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Funnel slug from the URL |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!