Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

poshmark_trend

Browse a Poshmark trend collection and get normalized listings. Use a pagination cursor to view additional pages of results.

Instructions

Browse a Poshmark trend/showroom collection. Returns a page of normalized Poshmark listings for a curated trend/showroom collection (e.g. "Vintage Celine Handbags"), the same browsing view as Poshmark's own trend pages. Pass a previous response's next_max_id back as max_id to fetch the next page. Credential-free public data sourced from Poshmark's own server-rendered trend page and, for pages past the first, Poshmark's own JSON pagination API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPoshmark trend/showroom id, the trailing id segment of a /trend/{slug}-{id} URL
max_idNoOpaque pagination cursor from a previous response's next_max_id. Omit for the first page
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses that the tool is credential-free, sources data from Poshmark's server-rendered page and JSON API, and explains pagination behavior with next_max_id. This goes beyond typical read-only descriptions, though it doesn't cover rate limits or error 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?

The description is concise and well-structured: the first sentence states the core action, the second gives an example and aligns with Poshmark's own browsing experience, and the third covers pagination and data sourcing. Every sentence adds value, and it is appropriately sized for the tool's complexity.

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 tool's simplicity (two params, no output schema), the description covers the essential context: purpose, return type, pagination, and authentication. It could be improved by detailing what the normalized listings contain, but it is sufficiently complete for an agent to understand and invoke the tool.

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?

Schema coverage is 100%: both 'id' and 'max_id' have clear descriptions, including how to derive the id from a /trend/{slug}-{id} URL and that max_id is an opaque cursor. The description adds a small reinforcement of the max_id mechanism but does not provide substantial semantic value beyond the schema, so it lands at the baseline.

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 a specific verb ('Browse') and resource ('Poshmark trend/showroom collection'), and immediately explains what it returns: a page of normalized listings. It distinguishes itself from sibling tools by referencing Poshmark's own trend pages and giving an example collection, which sets it apart from search, closet, listing, and category tools.

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 gives clear context for when to use the tool: to browse a curated trend/showroom collection, mirroring Poshmark's trend page view. It also explains pagination usage with max_id. However, it does not explicitly mention alternatives or provide when-not-to-use guidance, so it falls short of a 5.

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/Crawlora-org/crawlora-mcp'

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