Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

slickdeals_frontpage

Fetch Slickdeals' featured homepage deals with vote counts, discounts, and fire-deal flags. Supports next-page pagination for browsing more deals.

Instructions

Browse Slickdeals' own homepage deal feed. Returns one page of Slickdeals' own homepage deal listing -- the deals Slickdeals itself is currently featuring, distinct from a keyword search or a single category/tag's own listing. Each deal carries the same fields as GET /slickdeals/search/advanced's results (real integer vote/comment/view counts, store id, discount, status flags), plus is_fire_deal and has_rebate flags this feed's cards carry. Pagination is next-page-only (has_next_page), since the page itself exposes no total page count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based frontpage listing page, default 1

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It compensates well by describing the deal fields inherited from the advanced search endpoint, the extra feed-specific flags, and the pagination limitation (next-page-only via has_next_page, no total page count). It does not mention auth, rate limits, or exact result-wrapping shape, but for a read-only feed this is strong coverage.

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?

Four dense, information-bearing sentences with no filler. The core purpose is front-loaded, and each subsequent sentence adds distinct value: differentiation, field semantics, and pagination behavior.

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 tool with one optional parameter, no annotations, and no output schema, the description is unusually complete. It tells the agent what the feed is, how it differs from alternatives, what fields each deal carries, and how pagination behaves. Nothing essential for invoking or interpreting the tool is missing.

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?

The input schema fully documents the single optional 'page' parameter (1-based, default 1), so schema coverage is 100%. The description introduces the pagination concept but adds no additional meaning to the page parameter itself; baseline 3 is appropriate.

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?

Description states a specific verb ('Browse') and resource ('Slickdeals' own homepage deal feed'), and explicitly distinguishes it from a keyword search or a single category/tag listing. This makes the tool's niche clear even among sibling slickdeals tools like slickdeals_search_advanced.

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 tells the agent when this tool is appropriate: when the homepage's own featured deals are wanted, explicitly contrasted with keyword search and category/tag listings. It even references the analogous advanced search endpoint, so an agent can route correctly without inspecting other tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools