Skip to main content
Glama

Browse DSers Import List

dsers_import_list
Read-onlyIdempotent

Browse your DSers import list to review staged products, verify pricing rules, check stock levels, and confirm push status before publishing.

Instructions

Browse the DSers import list with enriched variant data. Returns per item: import_item_id, title, image, sell_price_range, cost_range, currency, variant_count, total_stock, push_status, supplier, source_url, tags. no_markup=true when sell equals cost (no pricing rule applied). low_stock_warning counts variants with stock <= 5. Use import_item_id with dsers_product_preview for full details or dsers_product_delete to remove. This is the staging area before push. To see products already on your store, use dsers_my_products. To search for new products, use dsers_find_product. Note: DSers API returns a minimum of 20 items per page. If page_size < 20, results are truncated client-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based). Default: 1.
page_sizeNoItems per page. Default: 20. Max: 100.
Behavior4/5

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

Annotations declare read-only/idempotent safety profile. Description adds critical behavioral context: field semantics (no_markup logic, low_stock_warning threshold), return payload structure (lists all 11 fields), and crucial API quirk 'DSers API returns a minimum of 20 items per page. If page_size < 20, results are truncated client-side' which affects pagination behavior.

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?

Efficiently structured: purpose → return fields → field semantics → related tool workflows → sibling differentiation → behavioral note. Every sentence conveys unique information; no repetition of schema defaults or annotation values.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, but description compensates by exhaustively listing all return fields (import_item_id through tags) and explaining business logic (no_markup, low_stock_warning). Complex domain (import staging, variants, push status) is fully contextualized with sibling relationships.

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?

Schema coverage is 100% (baseline 3). Description adds value beyond schema by explaining the effective minimum constraint: despite schema allowing page_size=1, the note clarifies that DSers returns minimum 20 items and truncation happens client-side, which is essential for correct pagination handling.

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?

Opens with specific verb 'Browse' + resource 'DSers import list' + qualifier 'with enriched variant data'. Explicitly distinguishes from siblings by defining this as 'the staging area before push' versus 'products already on your store' (dsers_my_products) and 'search for new products' (dsers_find_product).

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 when-to-use: 'This is the staging area before push'. Names specific alternatives: 'To see products already on your store, use dsers_my_products' and 'To search for new products, use dsers_find_product'. Also specifies related workflows: 'Use import_item_id with dsers_product_preview for full details or dsers_product_delete to remove'.

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