Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

reddit_search

Search public Reddit content using keywords, filters, and sort options. Retrieves normalized post entries with pagination and handles rate limit retries.

Instructions

Search Reddit posts. Searches public Reddit content and returns normalized public post entries. A 503 with a Retry-After header means Reddit is temporarily throttling the request; wait that many seconds and retry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch keywords
sortNoSort: relevance, hot, new, top, or comments
timeNoTime window for top/comments sorts: hour, day, week, month, year, or all
afterNoReddit pagination token
limitNoMaximum posts, defaults to 25 and clamps to 100
subredditNoRestrict search to a subreddit name, without r/
Behavior4/5

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

With no annotations, the description carries the full burden. It adds useful behavioral context by disclosing the 503/Retry-After throttling behavior and clarifying that it returns normalized public entries. It does not explicitly state read-only nature, but 'search' strongly implies it.

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?

Three concise sentences, front-loaded with the core purpose. Every sentence adds value: purpose, scope/return type, and error handling. No fluff or repetition.

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 the schema covers all parameters and the description addresses error handling and return normalization, the tool is adequately explained for a search operation. However, it omits any discussion of pagination behavior or how results are ordered, which could be helpful for a 6-parameter tool.

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?

Schema coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides; it does not elaborate on 'q', 'sort', 'time', 'after', 'limit', or 'subreddit'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Search Reddit posts' with a specific verb and resource, and adds scope via 'public Reddit content' and 'normalized public post entries'. However, it does not differentiate from sibling tools like reddit_subreddit_posts or reddit_domain_posts, which are also search-like tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, no exclusions, and no prerequisites. It only implies usage for searching Reddit posts, which is minimal 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