Skip to main content
Glama

Claim a listing

toolfound_claim_listing

Claim an existing toolfound listing as the product's owner (free). Claiming requires ownership verification — a magic link is sent to the email you provide (use an address at the product's domain), and meta-tag / DNS TXT verification also works. Claimed listings unlock editing, badges, analytics, and the optional open-to-acquisition flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSlug of the listing to claim.
emailYesYour email — ideally at the product's own domain — receives the claim magic link.

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses the verification process (magic link, meta-tag/DNS) and the benefits unlocked after claiming. It does not mention whether claiming is immediate/pending, reversibility, or what the API response looks like, which leaves some behavioral aspects open.

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 concise, front-loaded sentences. The first sentence states the purpose, the second explains verification, and the third lists unlocked benefits. Every sentence earns its place with no fluff or redundant details.

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?

The description covers purpose and key context (verification required, domain email, benefits), but lacks operational details such as whether claiming is immediate or pending, what happens after the call, or the outcome for already-claimed listings. Since there is no output schema, some of this burden falls on the description, leaving it incomplete.

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 description coverage is 100% for both parameters (slug and email), and both have clear descriptions. The description's email guidance ('use an address at the product's domain') mirrors the schema's 'ideally at the product's own domain', adding no new information beyond the schema. 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 the tool's function: claiming an existing listing as the product's owner with the qualifier '(free)'. It uses a specific verb+resource structure and is easily distinguished from sibling tools like getters, submit, or verify. The purpose 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?

It conveys when to use the tool—when you are the owner of a product and want to claim its listing—and provides context such as email domain requirements and alternative verification methods. However, it does not explicitly compare with alternatives or list exclusion conditions, e.g., when not to use it.

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

Each tool has a clearly distinct purpose: verification dry-run vs actual verification, submission vs status vs calendar, search vs browse vs trending, etc. Even the two verification tools are cleanly separated by check (non-destructive) and verify (action).

Naming Consistency5/5

All tools follow the pattern toolfound_<verb>_<object>, with consistent verbs like get_, list_, search_, submit_, verify_, check_, claim_. No mixing of styles or vague verbs.

Tool Count5/5

12 tools is well-scoped for a launch platform server. It covers discovery, submission, verification, status tracking, and post-launch features without being bloated or thin.

Completeness4/5

The tool surface covers the full submission-verification-launch workflow plus discovery and post-launch actions. Missing explicit update/delete operations for submissions, though idempotent resubmission partially covers updates, so it's a minor gap rather than a fatal flaw.

Resources