Skip to main content
Glama
namanxajmera

Reddit Scraper

by namanxajmera

get_posts

Read-only

Retrieve scraped Reddit posts from your local database using optional filters for subreddit, user, score, type, or search text.

Instructions

Retrieve scraped posts from local database with optional filters. Use this to access previously scraped data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesSubreddit or username to get posts from
is_userNoWhether target is a username (default: false)
limitNoMaximum number of posts to return (default: 50)
min_scoreNoMinimum post score/upvotes filter
post_typeNoFilter by post type: text, image, video, gallery, link
search_queryNoSearch for posts containing this text in title or body
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 description adds no extra behavioral context. No mention of authentication or result format, but annotations cover the safety profile.

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?

Two-sentence description, front-loaded with purpose, no wasted words.

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?

Missing output format details (no output schema), but for a retrieval tool with good annotations and schema, it is adequate.

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% with descriptions for all 6 parameters. Description adds no additional parameter meaning beyond the schema.

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 clearly states the verb 'Retrieve' and resource 'scraped posts' from a local database. It distinguishes from siblings like get_comments (different resource) and scrape_* tools (different action).

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?

Implies use after scraping to access data. Does not explicitly exclude when to avoid, but sibling names provide enough context for differentiation.

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