stackoverflow-intel
Search Stack Overflow questions by natural language or error messages, filter by tags, and retrieve top-scored results with answer counts and excerpts. Helps developers debug errors and research library patterns.
Instructions
Stack Overflow question search. Returns top-scored questions matching the query with answer counts, accepted-answer status, tags, and body excerpts. Filter by tags (comma-separated). Sort by votes, relevance, activity, or creation date. Useful for developer agents debugging errors or researching library patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query (required). Use natural language or error messages. | |
| tags | No | Semicolon-separated list of required tags (e.g. 'python;asyncio'). Optional. | |
| sort | No | Sort order. Default: votes (highest score first). | |
| limit | No | Number of results (1–10). Default: 5. | |
| accepted_only | No | If true, return only questions with an accepted answer. Default: false. |