Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_reddit_trending_search

Explore Reddit trending posts with daily snapshots: filter by subreddit or date, search titles, and sort by rank to track hot-feed order over time.

Instructions

Search the reddit-trending dataset. Searches daily snapshots of each tracked subreddit's hot-feed post order, stored in a search index (one document per subreddit × snapshot × rank) so history accumulates. With no date the latest snapshot is returned (today's trending); pair subreddit with sort=date_desc for a subreddit's trending history over time. There is no score or comment-count field — the underlying credential-free scraper does not expose vote counts, so rank reflects Reddit's own hot-feed order rather than a locally computed score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over the post title, max 256 characters
dateNoSnapshot date filter yyyy-MM-dd; defaults to the latest snapshot
pageNoPage number, defaults to 1
sortNoSort enum: rank, date_desc
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
subredditNoExact subreddit-name filter, max 128 characters
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the data structure (one document per subreddit × snapshot × rank), that history accumulates, and importantly states there is no score or comment-count field because the scraper does not expose vote counts, explaining that rank reflects Reddit's hot-feed order. This is rich, honest context beyond the schema.

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 three sentences, front-loaded with the purpose, and every sentence contributes: dataset structure, usage patterns, and a caveat about missing fields. There is no redundancy or fluff; 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 no annotations and no output schema, the description provides a solid overview of the dataset, default behavior, and key limitations. It does not enumerate return fields, but that is not required since no output schema exists and the schema covers query parameters. The description is complete enough for an agent to select and invoke the tool correctly.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the default behavior of the date parameter (latest snapshot), the combination of subreddit and sort=date_desc for history, and the meaning of rank. This goes beyond the schema's per-parameter descriptions, particularly by clarifying the semantics of rank.

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 'Search the reddit-trending dataset,' a specific verb+resource pair. It further clarifies the tool's unique scope by explaining it searches daily snapshots of subreddit hot-feed post order, distinguishing it from live Reddit tools like reddit_search and reddit_post. This is a clear, specific purpose statement.

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?

Provides concrete usage guidance: with no date, the latest snapshot is returned; pairing subreddit with sort=date_desc retrieves historical trends. It does not name alternative tools explicitly, but the context of snapshots and history implies when this tool is appropriate. The guidance is actionable and helpful.

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