Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

stackoverflow_question_details

Retrieve comprehensive details about a Stack Overflow question, including answers and optional comments, using the question ID to streamline technical research and troubleshooting.

Instructions

Get detailed information about a specific Stack Overflow question including answers

Input Schema

NameRequiredDescriptionDefault
includeAnswersNoInclude answers in the response
includeCommentsNoInclude comments in the response
questionIdYesStack Overflow question ID

Input Schema (JSON Schema)

{ "properties": { "includeAnswers": { "default": true, "description": "Include answers in the response", "type": "boolean" }, "includeComments": { "default": false, "description": "Include comments in the response", "type": "boolean" }, "questionId": { "description": "Stack Overflow question ID", "type": "number" } }, "required": [ "questionId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flyanima/open-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server