Stack Exchange icon

Stack Exchange

Developer Q&A network for questions, answers, users, tags, comments, reputation, and community content.

Tracks developer Q&A activity around questions, answers, users, tags, and keyword-specific discussions.

Example Use Cases

These are the Stack Exchange actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Advanced Search

Tool to search a Stack Exchange site for questions matching advanced criteria. Use when you need to search with complex filters like accepted answers, closed status, body text, title text, user filters, or view counts. Supports free-form text search and multiple tag filters.

Create Filter

Tool to create a custom filter for Stack Exchange API responses. Use when you need to customize which fields are included/excluded in API responses to reduce payload size or include additional data not in the default filter.

Find Similar Questions

Tool to find questions similar to a hypothetical one based on a title and optional tag combination. Use when you need to correlate external data with similar content within a Stack Exchange site, or to get suggestions similar to a site's related questions feature.

Get Answers By IDs

Tool to retrieve a set of answers by their IDs from a Stack Exchange site. Use when you need to fetch specific answers by ID (up to 100 semicolon-delimited IDs). Supports filtering by date, sorting by activity/creation/votes, and pagination.

Get Collective Questions

Tool to retrieve questions associated with the specified collective. Use when you have a collective ID and need its questions for a site.

Get Collective Tags

Retrieve tags associated with specified Stack Overflow collectives. Returns tag information including usage count, moderator status, and collective membership details. Use this when you need to discover what tags are used within specific collectives (e.g., 'aws', 'google-cloud'). Requires collective slugs (string identifiers) - obtain these first via the Get Collectives action.

Get Collectives

Tool to retrieve all collectives on a Stack Exchange site in alphabetical order. Use when you need to list collectives for display or filtering.

Get Comment Flag Options

Tool to fetch valid flag options for a given comment. Use when you need to know which flags a user can raise before submitting. Requires authenticated access.

Get Comments

Retrieves comments from a Stack Exchange site (e.g., Stack Overflow, Super User, Server Fault). Returns recent comments with full metadata including comment body, score, creation date, owner details (reputation, profile, etc.), and reply information. Supports pagination, date filtering, and sorting by creation date or vote score. Use this when you need to browse recent activity, find comments by specific users, or analyze comment patterns on Stack Exchange sites. Monitor `quota_remaining` in responses; paginated requests can exhaust the daily API quota.

Get Me

Tool to retrieve the authenticated user's profile information from Stack Exchange. Use when you need details about the current user associated with the access token.