Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
ai_search_webA

🔍 网络搜索 - 通用网络搜索(Google/Bing/百度/搜狗)

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

ai_search_githubB

🐙 GitHub搜索 - 搜索GitHub仓库、代码、问题和用户

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

ai_search_stackoverflowA

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

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

ai_search_npmA

📦 NPM包搜索 - 搜索NPM包和相关文档

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

ai_search_docsA

📚 技术文档搜索 - 搜索常见框架和工具的官方文档(React、Vue、Node.js等)

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

ai_search_api_referenceA

🔗 API参考搜索 - 快速查找API文档和使用示例

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

ai_search_wechat_docsA

📱 微信开发者文档搜索 - 搜索微信小程序、公众号、开放平台文档

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

ai_search_csdnA

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

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

ai_search_juejinA

💎 掘金搜索 - 搜索掘金技术社区文章

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

ai_search_segmentfaultA

🔧 SegmentFault搜索 - 搜索思否技术问答和文章

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

ai_search_cnblogsB

📚 博客园搜索 - 搜索博客园技术博客

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

ai_search_oschinaA

🌐 开源中国搜索 - 搜索开源中国技术资讯和项目

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

ai_search_aliyun_docsA

☁️ 阿里云文档搜索 - 搜索阿里云产品文档和API

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

ai_search_tencent_docsA

☁️ 腾讯云文档搜索 - 搜索腾讯云产品文档和API

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 14 tools

Disambiguation5/5

Each tool is clearly distinguished by the specific platform or documentation source it searches, such as GitHub, StackOverflow, or Aliyun docs. There is no overlap in purpose, as each tool targets a unique resource, making it easy for an agent to select the appropriate one based on the desired search domain.

Naming Consistency5/5

All tool names follow a consistent 'ai_search_' prefix followed by a descriptive identifier (e.g., 'github', 'stackoverflow', 'aliyun_docs'), using snake_case throughout. This predictable pattern enhances readability and reduces confusion, with no deviations in naming style.

Tool Count4/5

With 14 tools, the count is slightly high but reasonable for a search-focused server covering multiple platforms and documentation sources. Each tool serves a distinct purpose, though some could potentially be consolidated (e.g., cloud docs tools), but overall it aligns well with the server's scope of providing diverse search capabilities.

Completeness5/5

The tool set comprehensively covers a wide range of technical search domains, including documentation (e.g., React, Aliyun), code repositories (GitHub, NPM), community platforms (StackOverflow, CSDN), and cloud services. There are no obvious gaps for the server's purpose of enabling searches across various sources, ensuring agents can access relevant information without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues