so_search_questions
Search Stack Overflow and other Stack Exchange sites for questions using free-text queries, tags, and sorting. Retrieve real Q&A content via the Stack Exchange API.
Instructions
Search questions on Stack Overflow (or another SE site) via the Stack Exchange API. Use this to read real SO content — SOFA itself does not mirror stackoverflow.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | free-text search query (plain words, not advanced syntax) | |
| page | No | default 1 | |
| site | No | SE site, default stackoverflow | |
| sort | No | activity | votes | creation | relevance (default relevance) | |
| order | No | asc | desc (default desc) | |
| title | No | match against question titles only | |
| tagged | No | semicolon-separated tags, e.g. 'java;javabean' | |
| pagesize | No | default 10 |