Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

samsclub_departments

Return Sam's Club's complete department and category taxonomy, including subcategories and link types, to correctly identify browseable product categories or content pages.

Instructions

List Sam's Club departments and categories. Returns Sam's Club's full department/category taxonomy, as shown on its own "All Departments" page: every top-level department with its own subcategory list. Each link's type is "browse" (pairs directly with GET /samsclub/category), "cp" (a content/landing page that does not reliably carry a product grid), or empty (an unrecognized link shape).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden of disclosing behavior, and it does so well: it states it is a read-only list, identifies the taxonomy source, and discloses the meaningful distinction between 'browse', 'cp', and empty link types. The caveat that content/landing pages do not reliably carry a product grid is a non-obvious behavioral detail that goes beyond a baseline definition. However, it could also mention pagination/count, but it says 'full taxonomy', so completeness is implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact overall and the most important info (listing the taxonomy) is front-loaded. The first and second sentences are slightly redundant ('List' vs 'Returns' the taxonomy), but the second adds specificity about the 'All Departments' page and top-level/subcategory structure. The link-type detail is essential and efficiently packed into one sentence.

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, so the description must completely define what the agent will receive, and it does: the full department/category taxonomy with subcategory lists and explicit link-type semantics. It even explains what each link type means and how 'browse' pairs with a downstream category endpoint. With zero parameters, there is no other contextual segment missing for an agent to correctly invoke this tool.

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?

The input schema has zero parameters and 100% coverage, so there is nothing for the description to compensate for. The zero-parameter baseline is 4, and the description adds no misleading parameter guidance. There are no enums or required fields to explain.

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 uses the specific verb 'List' with the resource 'Sam's Club departments and categories', and then elaborates that it returns the full department/category taxonomy with top-level departments and subcategories. It also ties the link types to sibling endpoints, so the agent knows this tool is for taxonomy enumeration rather than category browsing or product retrieval.

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 states this tool returns the full Sam's Club taxonomy as shown on the 'All Departments' page, which implicitly tells the agent when to call it (when a complete department/category list is needed). It doesn't explicitly name alternatives or exclusions, but the note that 'browse' links pair directly with GET /samsclub/category helps an agent understand how the output feeds into sibling tools. No contradictory or misleading guidance is provided.

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