Skip to main content
Glama

List paid add-ons (offers)

list_offers
Read-onlyIdempotent

List the optional paid add-ons a maker can buy to promote their listing (name, one-sentence effect, price in USD). Listing is always free; these only ADD reach and are always labeled 'Sponsored'. Call this to see what's purchasable before create_checkout. During free early access (early-bird), offers are not yet purchasable and this says so (purchasable=false).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
siteYes
offersYes
purchasableYesFalse during free early access — nothing can be bought.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds useful behavioral context beyond annotations: the sponsored label, the free-listing clarification, and the early-bird purchasable=false state. No contradiction with annotations is present.

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?

Three sentences deliver purpose, usage timing, and an important caveat without redundancy. Every sentence adds value and the description is front-loaded with the core action and resource.

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 simple read-only tool with no parameters and an output schema, the description fully covers what the agent needs: what is returned, how to use it before create_checkout, and the early-access state change. No important operational details are missing.

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 zero parameters, so the description bears no parameter-documentation burden. The baseline for 0-parameter tools is 4, and the description appropriately focuses on output semantics rather than inputs.

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 'List the optional paid add-ons a maker can buy to promote their listing' with explicit returned fields (name, effect, price). It distinguishes itself from create_checkout by positioning this as the pre-checkout discovery call, and its resource scope is unambiguous.

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 an explicit when-to-use instruction: 'Call this to see what's purchasable before create_checkout.' It also explains early-access behavior. However, it doesn't explicitly contrast with sibling list/search tools or state when not to use it, so it falls just short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: searching, retrieving details, listing alternatives, viewing purchase offers, creating a checkout, and submitting a new tool. There is no overlapping functionality between any two tools, as even search vs. get_tool are layered (search returns summaries, get_tool returns full details).

Naming Consistency5/5

All tool names follow a uniform verb_noun pattern in snake_case: create_checkout, get_tool, list_alternatives, list_offers, search_tools, submit_tool. The pattern is immediately predictable and readable, with no mixed conventions or vague verbs.

Tool Count5/5

Six tools is ideal for this server's scope. It covers discovery (search, get, list alternatives), monetization (list offers, checkout), and content creation (submit), without any extraneous or redundant tools. Each tool earns its place.

Completeness4/5

The surface covers the core workflows for both buyers (search, retrieve details, see offers, purchase) and makers (submit a tool). The only minor gap is a lack of update/delete functionality for submitted listings, but that is outside the apparent intent for this server. The domain is well-covered.

Resources