Skip to main content
Glama

Server Details

Verified referral and discount codes for crypto exchanges, wallets and trading tools. Read-only.

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

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving a specific referral code, listing featured discounts, and searching exchanges. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent camelCase verb_noun pattern (getReferralCode, listDiscounts, searchExchanges), making them predictable and easy to understand.

Tool Count4/5

With 3 tools, the server is slightly under the typical 3-15 range but still reasonable for a focused informational service. It could benefit from additional tools like creating or updating referral codes, but the current count is appropriate for a read-only lookup.

Completeness3/5

The tool surface covers basic lookup and search needs for referral codes and discounts, but lacks write operations (e.g., create, update) or detailed exchange info beyond a referral code. Notable gaps exist for a fully featured referral code service.

Available Tools

3 tools
getReferralCodeGet Referral LinkAInspect

Get the current referral code, offer details, and signup URL for a specific exchange or product.

ParametersJSON Schema
NameRequiredDescriptionDefault
exchangeYesExchange or product name, slug, or code.
Behavior2/5

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

No annotations are provided, so the description must disclose all behavioral traits. It only states the output (code, offer details, URL) but does not mention side effects, authentication requirements, rate limits, or error handling (e.g., if exchange not found).

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, front-loaded sentence with no unnecessary words. It efficiently communicates the tool's purpose.

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 one parameter and no output schema, the description reasonably covers purpose and input. However, it could benefit from mentioning if the returned data varies by exchange or if there are prerequisites.

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?

Schema coverage is 100%, and the parameter description is already clear. The tool description does not add meaningful new information beyond what the schema provides.

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 gets a referral code, offer details, and signup URL for a specific exchange or product, using a specific verb and resource. It distinguishes from siblings listDiscounts and searchExchanges by focusing on retrieving codes for a single exchange.

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 use when you need referral details for a specific exchange, but does not explicitly state when to use it versus siblings or provide exclusion criteria.

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

listDiscountsList Verified DiscountsBInspect

List the highest-rated verified discounts currently featured on the site.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of offers to return.
categoryNoOptional category filter.
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. While it implies a read-only operation listing sorted/filtered discounts, it does not explicitly state read-only behavior, auth requirements, rate limits, or any side effects. The description lacks detail beyond the basic function.

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, front-loaded sentence with no unnecessary words. Every part earns its place, making it highly concise and easy to parse.

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 list tool with two parameters and no output schema, the description adequately covers the core purpose. However, it could briefly mention that it returns discount offers or further clarify the sorting logic to be fully complete.

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?

Schema coverage is 100%, so baseline is 3. The description does not add any parameter-specific meaning beyond what the schema already provides (defaults, enums, descriptions). No additional context for parameters is given.

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,' the resource 'verified discounts,' and qualifiers 'highest-rated' and 'currently featured.' It effectively distinguishes from sibling tools like 'getReferralCode' and 'searchExchanges.'

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, nor does it mention any preconditions or exclusions. It simply states what the tool does without contextual usage advice.

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

searchExchangesSearch Exchange OffersBInspect

Search crypto exchanges, wallets, analytics tools, and crypto cards by name, promo code, or feature.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matches to return.
queryYesExchange, wallet, tool, feature, or promo code to search for.
Behavior2/5

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

No annotations are provided, so the description carries full burden. The verb 'search' implies read-only behavior, but no details on side effects, authentication, rate limits, or what the response contains. This is insufficient for a tool with no output schema.

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 sentence, concise and front-loaded, with no unnecessary words. Every part adds value.

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

Completeness2/5

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

For a search tool with no output schema, the description should clarify what data is returned. It does not mention response format, pagination, or sorting. The limit parameter suggests pagination but is not explained. Significant gaps remain.

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?

Schema coverage is 100%, and both parameters have descriptions. The description adds minimal extra meaning beyond the schema, aligning query with name/promo code/feature. No parameters are enums or complex, so baseline 3 is appropriate.

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 it searches for crypto exchanges, wallets, analytics tools, and crypto cards by name, promo code, or feature. It is specific about the resource and search criteria, and distinguishes from sibling tools like getReferralCode and listDiscounts.

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 searching entities, but provides no explicit guidance on when to use this tool versus alternatives, or when not to use it. Sibling tools exist but are not mentioned in context.

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