Skip to main content
Glama

Update Listing

manage.update
Idempotent

Update your Sylex Search listing: change name, description, URL, category, pricing, or custom fields. Requires the owner token received from registration or claim.

Instructions

Update your listing in Sylex Search. Requires the owner_token you received from 'register' or 'claim'. Can update name, description, url, category, pricing, and any custom data fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idYesProduct ID to update
owner_tokenYesOwner token from register/claim
updatesYesFields to update. Index fields: name, description, short_description, url, category, subcategory, price_model, has_free_tier. Use 'agent_services' to add/update infrastructure service declarations. Any other keys go into the data blob.
Behavior4/5

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

Annotations already indicate it's not read-only (readOnlyHint=false) and not destructive (destructiveHint=false). The description adds value by specifying the authentication requirement and the scope of updatable fields, enhancing transparency beyond annotations.

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 extremely concise at two sentences, front-loaded with the core purpose, and every sentence adds necessary context without redundancy.

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 an update tool with no output schema, the description sufficiently covers purpose, authentication, and updateable fields. It could mention partial vs full update behavior, but the word 'update' implies partial, so it's adequate.

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 input schema has 100% coverage, so the description's role is to add meaning. It does so by listing specific field types and clarifying the 'updates' object structure, including indexing and custom data handling, which goes beyond the schema descriptions.

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 identifies the action ('Update') and resource ('your listing in Sylex Search'). It distinguishes from siblings like 'register' and 'claim' by requiring the owner_token, making it 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 explicitly states the prerequisite of having an owner_token from 'register' or 'claim', guiding when to use this tool. However, it does not explicitly list alternative tools for other scenarios, though the sibling list provides context.

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