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 indicate readOnly and idempotent behavior; the description adds valuable context beyond annotations: offers are always labeled 'Sponsored', listing is always free, and early-bird access results in purchasable=false. No contradiction 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 three sentences with no filler, front-loaded with the verb and resource, and the parenthetical field detail adds value without bloating the text.

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 zero-parameter, read-only listing tool with an output schema and strong annotations, the description fully covers purpose, workflow relationship to create_checkout, and the early-access caveat. No meaningful gaps remain.

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 and the schema coverage is trivially 100%, so the no-parameter baseline of 4 applies. No parameter explanations are necessary.

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 begins with a specific verb and resource — 'List the optional paid add-ons' — and clarifies exactly what is returned (name, effect, price). It also distinguishes from the sibling create_checkout by positioning this as the pre-checkout lookup tool.

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?

It clearly says 'Call this to see what's purchasable before create_checkout,' giving an explicit workflow usage cue. It also notes an early-access exclusion where offers are not purchasable, though it does not explicitly contrast with other sibling tools.

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.5/5.0
Disambiguation5/5

Each tool targets a distinct action and resource: searching, fetching details, listing alternatives, listing offers, creating purchases, and submitting new tools. No two tools overlap in purpose, making selection unambiguous.

Naming Consistency5/5

All tool names follow the same verb_noun snake_case pattern (create_checkout, get_tool, list_alternatives, list_offers, search_tools, submit_tool). The convention is predictable and uniform.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose of discovering and submitting AI tools plus handling add-on purchases. Every tool has a clear role, and none are redundant.

Completeness4/5

The server covers core workflows: search, detail retrieval, alternative discovery, submission, offer listing, and checkout creation. Minor gaps exist (no update/delete for listings), but these are likely outsourced to the maker's claim flow.

Resources