search_questions
Search StackOverflow questions by keywords, tags, or both. Filter by sort order, accepted answers, score threshold, and date range.
Instructions
Search StackOverflow questions by keywords.
Supports combined keyword + tag search. When searching by tags only,
pass an empty string for query.
Args:
query: Search query keywords (empty string for tag-only search)
limit: Maximum number of results (1-50)
page: Page number for pagination (minimum 1)
sort: Sort order (relevance, activity, votes, creation)
site: Site name to search in (e.g., stackoverflow, serverfault, askubuntu)
tags: Filter by tags (list of tag names)
accepted_only: Only return questions with an accepted answer
min_score: Minimum score threshold
from_date: Earliest creation date (Unix timestamp)
to_date: Latest creation date (Unix timestamp)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| site | No | stackoverflow | |
| sort | No | relevance | |
| tags | No | ||
| limit | No | ||
| query | Yes | ||
| to_date | No | ||
| from_date | No | ||
| min_score | No | ||
| accepted_only | No |