Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

kohls_category

Retrieve a Kohl's product grid for a catalog category, including normalized product details and facets to discover related categories.

Instructions

Browse a Kohl's category or curated campaign page. Returns a Kohl's category or curated campaign page's product grid (page 1 only), with normalized products (title, image, colors, pricing, rating, availability) and facets for discovering further category values. category is Kohl's own catalog taxonomy string, e.g. "Room:Dorm" or "Department:Kitchen & Dining" -- combine multiple dimensions with a literal "+", percent-encoded as "%2B" so it survives as "+" rather than being decoded to a space (e.g. "Room%3ADorm%2BDepartment%3ABedding"). Every facets[].options[].category value in a response is a ready-to-use category string for a follow-up call, so a caller can discover the full taxonomy by starting from a known category (e.g. "Room:Dorm") and following facets. A category value Kohl's does not recognize returns a 404 rather than an unfiltered listing; a recognized dimension with no matching products returns a genuine zero-result response instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesKohl's catalog taxonomy string, e.g. \
Behavior4/5

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

With no annotations, the description carries the full burden, and it does this well: it says the response only includes page 1, enumerates the normalized product fields, and precisely explains the difference between a 404 for an unknown category and a 404 for a zero-result response. It could add rate-limit or authentication notes, but the core behavior is fully predictable.

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 front-loaded with a clear, concise first sentence. The remaining sentences are dense but purposeful — encoding rules, facet follow-up usage, and error semantics are all in. There is minor redundancy in repeating 'Kohl's category or curated campaign page,' but every sentence yields real working knowledge an agent needs.

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?

For a single-parameter category browser with no output schema, the description covers the full call surface: purpose, return fields, category-string syntax, percent-encoding, follow-up discovery via facets, and error/corner-case semantics. An agent has enough to invoke it correctly and to decide whether results are useful.

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?

The schema description for 'category' is present but minimal (100% coverage), while the tool description adds substantial meaning: concrete examples like 'Room:Dorm' and 'Department:Kitchen & Dining', the '+ / %2B' encoding rule, how to combine multiple dimensions, and the fact that facet values can be used directly as follow-up categories. This goes far beyond the redundant schema text.

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-resource pair: 'Browse a Kohl's category or curated campaign page.' It then defines the concrete return value: a page-1 product grid with normalized product data and facets for further navigation. This makes it clearly distinct from sibling tools like kohls_product_reviews, kohls_stores, and kohls_suggest, even without naming them.

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 strong context for when to use this tool: to browse Kohl's category or campaign pages and to discover the taxonomy via returned facet values. It also provides practical guidance such as following facets from a known category and handling 404 vs. zero-result responses. However, it never explicitly names sibling tools or states when not to use it, stopping just short of clear exclusion guidance.

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