Skip to main content
Glama

Smart Search MCP

by adminhuan

ai_search_csdn

Search CSDN technical blogs and Q&A content to find programming solutions and development insights. Returns search URLs that can be accessed to retrieve actual results.

Instructions

📝 CSDN搜索 - 搜索CSDN技术博客和问答

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

Input Schema

NameRequiredDescriptionDefault
queryYes搜索关键词
typeNo搜索类型all

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "搜索关键词", "type": "string" }, "type": { "default": "all", "description": "搜索类型", "enum": [ "blog", "ask", "all" ], "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