Skip to main content
Glama

Claim Listing Ownership

manage.claim

Claim ownership of a listing in Sylex Search in two steps: request a verification code, place it on your URL, then verify to receive your owner token. Reclaiming rotates the token.

Instructions

Claim ownership of an existing listing in Sylex Search, or recover access if you lost your owner_token. Two-step process: (1) Call with just product_id to get a verification code and instructions. (2) Place the code at a URL you control, then call again with product_id + verification_url to complete the claim and receive your owner_token. Re-claiming rotates the token (old one dies).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idYesProduct ID to claim (from discover results)
verification_urlNoURL where you placed the claim code. We'll fetch it and check for the code. Omit on first call to get the code and instructions.
Behavior4/5

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

The description explains the two-step nature and the side effect of token rotation on re-claiming. It goes beyond the annotations (all false) by detailing the process. However, it could mention failure modes or permission requirements for full transparency.

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 long, front-loaded with purpose, and structured logically with step-by-step instructions. Every sentence provides essential information without redundancy.

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?

Given the lack of an output schema, the description hints at receiving an owner_token but does not detail the full response format. It also omits error handling or validation details. For a moderate-complexity tool, this is adequate but not complete.

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?

With 100% schema description coverage, the baseline is 3. The description adds value by explaining that product_id comes from 'discover results' and that verification_url is omitted on first call. This enriches the schema's parameter definitions.

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 purpose: claiming ownership of an existing listing or recovering access. It uses specific verbs ('claim', 'recover') and names a resource ('listing in Sylex Search'), distinguishing it from siblings like manage.register or manage.update.

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 explicitly outlines the two-step process and when to include each parameter. It provides clear instructions for first and second calls. However, it does not explicitly state when not to use the tool or compare it to alternatives, which would be beneficial.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MastadoonPrime/sylex-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server