Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

samsclub_content

Retrieve a Sam's Club curated landing page by content page ID to get its title, breadcrumb, hand-curated product shelves, and navigation tile grid in structured JSON.

Instructions

Get a Sam's Club curated content or landing page. Returns one Sam's Club curated content/landing page (e.g. a seasonal savings hub or a "New Arrivals" page) -- distinct data from GET /samsclub/category's flat, paginated product grid. id accepts a bare numeric content page id (from a nav link's /cp/{id} URL) or a full /cp/{slug}/{id} URL copied from samsclub.com -- only the trailing id is used. Returns a title, breadcrumb, named curated product shelves, and a category-navigation tile grid. There is no pagination -- a content page's shelves are a fixed, hand-curated set. An id samsclub.com does not recognize returns a 404, unlike GET /samsclub/category's zero-result response for the same situation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric Sam's Club content page id, from a /cp/{slug}/{id} URL
Behavior5/5

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

With no annotations present, the description carries the full behavioral disclosure burden and does so thoroughly: it reveals there is no pagination, that shelves are a fixed hand-curated set, that only the trailing id from a URL is used, and that unknown ids return a 404 instead of an empty result. These are meaningful behaviors beyond what the input schema could convey.

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?

Every sentence contributes useful, non-redundant information: what the resource is, examples, distinction from the sibling, accepted id formats, response contents, pagination semantics, and error behavior. The main verb is front-loaded, and the text is dense without being bloated.

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?

There is no output schema and no annotations, so this description correctly fills both gaps: it enumerates the return payload (title, breadcrumb, named shelves, category-navigation tile grid), explains the no-pagination behavior, and specifies failure behavior. For a single-parameter read tool, nothing necessary is missing.

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?

Although schema coverage is 100%, the description adds significant value beyond the schema by explaining that id can be either a bare numeric id or a full /cp/{slug}/{id} URL, and that only the trailing id is used. This directly improves the chance the agent constructs a valid request.

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 and resource ('Get a Sam's Club curated content or landing page') and gives concrete examples like a seasonal savings hub or 'New Arrivals' page. It also explicitly distinguishes the tool from GET /samsclub/category's flat, paginated product grid, so an agent can separate it from samsclub_category.

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?

The description clearly positions this tool as the one for curated content/landing pages, and explicitly contrasts it with the flat, paginated product-grid behavior of GET /samsclub/category. It also gives usable guidance about input formats and the 404 vs zero-result difference, which helps the agent choose and use the tool vs. its sibling.

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