Skip to main content
Glama

Smart Search MCP

by adminhuan

ai_search_stackoverflow

Search StackOverflow for technical questions and coding solutions. Generates search URLs to find programming answers, filter by tags, and sort by relevance or votes.

Instructions

💬 StackOverflow搜索 - 搜索技术问题和解决方案

【重要】此工具会返回StackOverflow搜索URL,Claude Code应该使用WebFetch工具访问该URL以获取真实搜索结果。

Input Schema

NameRequiredDescriptionDefault
queryYes搜索关键词或问题描述
sortNo排序方式,默认relevancerelevance
tagsNo标签筛选(如:javascript,react)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "搜索关键词或问题描述", "type": "string" }, "sort": { "default": "relevance", "description": "排序方式,默认relevance", "enum": [ "relevance", "votes", "creation", "activity" ], "type": "string" }, "tags": { "description": "标签筛选(如:javascript,react)", "type": "string" } }, "required": [ "query" ], "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/adminhuan/smart-search-mcp'

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