Skip to main content
Glama
FLUF-io

@fluf/mcp

Official
by FLUF-io

list_products

List your multichannel products and see their crosslisting status per row. Filter by source, status, or missing channels to find crosslist candidates.

Instructions

List the authenticated seller's FLUF products. Each row carries a vid — the product handle the crosslist tool takes — plus title, price, stock, source channel and the channels it is already live on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-indexed page. Default 1.
searchNoSearch by title or SKU.
sourceNoFilter by the channel a product came FROM (e.g. 'shopify', 'depop'). Call list_channels for the values valid on this account. Omit for all sources.
statusNoListing status. Default: active.
per_pageNoResults per page. Default 20, max 100.
crosslisted_toNoOnly products already live on these channels.
not_on_platformsNoOnly products NOT yet on these channels — the usual way to find crosslist candidates.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses pagination, filtering, and that rows contain fields including vid for crosslist. It does not mention authentication or rate limits, but the tool appears read-only and safe, and the description adds useful context about the output.

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: one for purpose, one for output content. No fluff, no repetition. Every sentence earns its place.

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?

The description covers the main purpose and output fields, and hints at relationships with other tools. However, with 7 parameters and no output schema, it would benefit from explaining the paginated response structure (e.g., total count, next page) or providing an example.

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 description coverage is 100%, so baseline is 3. The description adds value beyond the schema by explaining the tool's purpose, the significance of the 'vid' field, and the relationship with list_channels for the source parameter.

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 action and resource: 'List the authenticated seller's FLUF products.' It also enumerates key output fields (vid, title, price, etc.) that distinguish it from sibling tools like crosslist, get_orders, list_channels, and report_bug.

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

Usage Guidelines3/5

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

The description implies the tool is used before crosslist (mentions vid used by crosslist) and references list_channels for filter values. However, it lacks explicit guidance on when not to use it or alternatives, and does not state typical use cases.

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/FLUF-io/fluf-mcp'

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