Skip to main content
Glama
namanxajmera

Reddit Scraper

by namanxajmera

scrape_subreddit

Retrieve posts, comments, and media from any subreddit. Get titles, authors, scores, and more without API keys.

Instructions

Scrape posts from a subreddit. Returns post data including titles, authors, scores, comments, and media URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subredditYesName of the subreddit to scrape (without r/)
limitNoMaximum number of posts to scrape (default: 100)
download_mediaNoWhether to download images and videos (default: false)
scrape_commentsNoWhether to scrape comments (default: true)
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, but the description does not clarify whether the tool modifies state or requires special permissions. The term 'scrape' could imply fetching and possibly storing, but this is not explicitly stated. The description adds some context beyond annotations by mentioning the return data fields, but fails to disclose key behavioral traits.

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 a single concise sentence that quickly communicates the tool's purpose. It is front-loaded with the key action and resource. However, it could be slightly more structured by separating the return data description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 4 parameters, no output schema, and weak annotations, the description is too sparse. It does not explain the scraping behavior (e.g., whether it stores data), pagination, rate limits, or error handling. The agent lacks sufficient context to use the tool effectively.

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 description coverage is 100%, so the baseline is 3. The description does not add meaning beyond the schema; it merely lists return fields without connecting them to parameters. Since the schema already defines parameters well, the description adds minimal value.

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 the tool scrapes posts from a subreddit and returns relevant data. It is specific about the resource (subreddit) and action (scrape). However, it does not differentiate from sibling tools like 'get_posts' or 'get_top_posts' which might serve similar purposes.

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. It does not mention prerequisites, limitations, or when not to use it, leaving the agent without context for tool selection.

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/namanxajmera/mcp-reddit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server