Skip to main content
Glama

DSers Store & Rule Discovery

dsers_store_discover
Read-onlyIdempotent

Retrieve connected DSers stores and supported rules to get store IDs and configuration required for product imports. Checks AliExpress authorization and subscription status before proceeding.

Instructions

Retrieve available stores and supported rules for the connected DSers account. Call this first — the response contains store IDs and configuration needed by all subsequent operations. Returns: stores (each with id, name, platform, ship[]), rules (pricing modes, content, images). ae_expired means AliExpress re-authorization is needed but does NOT block imports — proceed normally. plan_issue only appears if the DSers subscription has a real problem (expired, suspended). After calling this tool, proceed to the next step (import, preview, etc.) — do NOT retry discover.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_storeNoStore ID or name to filter capabilities for a specific store. Omit to see all linked stores. Use the id or name from this response in later calls.
Behavior4/5

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

While annotations declare readOnly/idempotent hints, the description adds critical behavioral context: it decodes specific response flags ('ae_expired' vs 'plan_issue' severity), explains that auth expiration doesn't block imports, and provides workflow constraints ('do NOT retry') that augment the idempotency annotation. Could improve by mentioning cache duration or rate limits.

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?

Information-dense and well-structured: opens with purpose, explains response structure, details specific flags (ae_expired, plan_issue), and closes with explicit workflow instructions. Every sentence delivers actionable information; no filler or tautology.

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 lack of an output schema, the description adequately compensates by documenting the return structure (stores with nested fields, rules categories) and explaining domain-specific status flags. It successfully establishes the tool's role as the foundation for sibling operations. Minor gap: no mention of error handling or rate limiting.

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?

With 100% schema description coverage, the baseline is 3. The description mentions 'Use the id or name from this response in later calls,' which implicitly validates the parameter's purpose, but does not explicitly discuss the 'target_store' filter behavior or provide examples beyond what the schema already documents.

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 opens with a specific verb ('Retrieve') and clearly identifies the resources (stores and supported rules). It explicitly distinguishes this tool as a prerequisite for 'all subsequent operations,' clearly positioning it relative to its siblings (import, preview, push, etc.).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit sequencing guidance ('Call this first'), explains the dependency chain (response contains IDs needed by subsequent operations), and gives clear post-call instructions ('proceed to the next step... do NOT retry discover'). It effectively maps the tool's position in the workflow.

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/lofder/dsers-mcp-product'

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