reddit_subreddits_default
Browse Reddit's default subreddits without a keyword, returning community metadata such as titles, subscriber counts, and descriptions, with optional pagination.
Instructions
Browse Reddit's default front-page set of subreddits, no keyword needed. Returns a subreddits list (each with name, title, subscriber count, description, type, and NSFW flag) plus an after cursor for paging. This BROWSES the default communities; use reddit_search_communities instead to SEARCH communities by keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Opaque Reddit pagination cursor from the previous response's `after` field (a fullname like `t3_abc123`). Omit on the first call; pass it to fetch the next page. | |
| limit | No | Max items to return (1 to 100). The API clamps out-of-range values; endpoint default applies if omitted. |