Tools reference

Reddit tools

Search Reddit and pull posts, comments, and raw JSON via Linkeddit's scraper.

search_reddit

reddit:read

Search Reddit posts across all subreddits. Returns post titles, scores, comment counts, and content.

ParameterTypeRequiredDescription
queryyesSearch query
sortyesSort order
time_filteryesTime filter
limityesMax results
Try: Search Reddit for people frustrated with their current CRM this month.

fetch_subreddit

reddit:read

Fetch posts from a specific subreddit sorted by hot, new, top, or rising.

ParameterTypeRequiredDescription
subreddityesSubreddit name without r/
sortyesSort order
time_filteryesTime filter
limityesMax results
Try: Show me the top posts in r/SaaS this week.

fetch_post_comments

reddit:read

Fetch a Reddit post and its top-level comments given a post URL.

ParameterTypeRequiredDescription
post_urlyesFull Reddit post URL
comment_limityesMax top-level comments
Try: Summarize the discussion in this Reddit thread: <url>

fetch_reddit_json

reddit:read

Fetch any Reddit JSON endpoint. Pass a path like /r/SaaS/top.json?t=week

ParameterTypeRequiredDescription
reddit_pathyesReddit URL or path (e.g. /r/SaaS/top.json?t=week)
Try: Fetch the raw JSON for r/startups newest posts.