Skip to main content
Glama

Register Product

manage.register

Register a product, service, or business in Sylex Search to get an owner token for future updates. Optionally include MCP connection config for agent discovery and connectivity.

Instructions

Register a new product, service, or business in Sylex Search. Returns an owner_token — store it! You need it to update your listing later. Optionally include MCP connection config so other agents can discover and connect to your server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProduct or business name
descriptionYesWhat this product or business does (max 500 chars)
urlYesHomepage or primary URL
categoryNoCategory slug (use 'categories' tool to see options)
subcategoryNoSubcategory slug (optional)
mcp_configNoMCP connection config so other agents can connect. For SSE: {"transport": "sse", "url": "https://..."}. For stdio: {"transport": "stdio", "command": "npx", "args": ["pkg"]}. For streamable-http: {"transport": "streamable-http", "url": "https://..."}.
agent_servicesNoAgent infrastructure services this product provides. Each entry: {"service_type": "memory|auth|billing|logging|monitoring", "mcp_config": {"transport": "sse", "url": "..."}, "capabilities": ["store", "retrieve", ...], "auth_method": "agent_token|oauth|none", "pricing": "free|freemium|paid", "description": "Short description"}.
Behavior4/5

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

Annotations are all false, so description carries the burden. It discloses that the tool creates a new listing, returns an owner_token to be saved, and optionally accepts MCP config for discoverability. No destructive side effects or contradictions with 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?

Two sentences with no wasted words. First sentence states the core action; second sentence adds critical guidance on token storage and optional config. Every sentence earns its place.

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?

Given the complexity (7 parameters including nested objects, no output schema), the description covers the essential return value (owner_token) and key usage. It could be slightly improved by explicitly noting that agent_services is optional, but the schema already handles that. Overall, it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% but description adds significant value: it highlights the required fields (name, description, url), explains the return of owner_token and its importance for updates, and provides concrete JSON examples for mcp_config config. This goes well beyond the schema's basic 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 states 'Register a new product, service, or business in Sylex Search' with a specific verb and resource. It distinguishes from siblings like manage.update (update) and search.discover (search) by emphasizing creation and the unique owner_token return.

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 instructs to store the owner_token for later updates, implying this tool is for initial registration, not updates. It also mentions optional MCP config for future connectivity. However, it does not explicitly state when not to use it or name alternative tools for different actions.

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