GitHub

search_stackoverflow

Search Stack Overflow Q&A platform for programming questions, solutions, and code examples. Returns matching questions, answer count, view count, accepted answer snippet, tags, and link to full discussion. Use for troubleshooting, code examples, or finding solutions to common problems.

Remote nexgendata-apify/developer-tools-mcp-server

Other tools also called search_stackoverflow? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Programming problem or question (e.g. 'how to merge arrays in javascript', 'python asyncio example')"
    },
    "max_results": {
      "type": "integer",
      "default": 10,
      "description": "Number of Q&A results to retrieve (default 10, higher for comprehensive answers)"
    }
  }
}
          

Provider

GitHub →