Code Research MCP Server

search_stackoverflow

Find programming solutions on Stack Overflow by entering a search query. Retrieve up to 10 relevant answers to resolve coding challenges quickly.

Instructions

Search Stack Overflow for programming questions and answers

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results (default: 5)
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results (default: 5)", "maximum": 10, "minimum": 1, "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Code Research MCP Server

Related Tools

ID: 8ibodeufsz