Skip to main content
Glama
namanxajmera

Reddit Scraper

by namanxajmera

get_top_posts

Read-only

Retrieve top-scoring posts from a subreddit or user profile to find popular content.

Instructions

Get top posts by score from a scraped subreddit or user. Great for finding popular content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesSubreddit or username
is_userNoWhether target is a username (default: false)
limitNoNumber of top posts to return (default: 25)
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds that it operates on scraped data and returns top posts by score, which is useful behavioral context beyond the annotations. It does not, however, disclose any rate limits or data staleness concerns.

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 two short sentences with no wasted words. However, 'Great for finding popular content' is somewhat generic and could be replaced with more specific guidance. Overall, it is front-loaded with the core action.

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

Completeness3/5

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

Given no output schema and moderate complexity (3 params), the description adequately states what it does and the source of data. It does not describe the return format (e.g., a list of posts with titles, scores, etc.), which leaves some ambiguity about what the agent will receive.

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?

Input schema coverage is 100%, so the baseline is 3. The description does not add any additional meaning to the parameters beyond what the schema provides (target, is_user, limit). The phrase 'by score' hints at ordering but is not parameter-specific.

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 it retrieves top posts by score from a scraped subreddit or user, with a specific verb 'Get' and resource 'top posts'. It implies popularity filtering, differentiating from 'get_posts' which likely returns all posts. However, it doesn't explicitly contrast with siblings like 'search_reddit'.

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 includes 'Great for finding popular content' as a use case, but provides no explicit when-to-use or when-not-to-use guidance. No alternatives are mentioned among the seven sibling tools, leaving the agent to guess when to use this over 'get_posts' or 'scrape_subreddit'.

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