Skip to main content
Glama
CO2T5ZN
by CO2T5ZN

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JUSHUITAN_MCP_DATANoPath to the local data file (jushuitan-docs.json). If not set, the server looks for './data/jushuitan-docs.json' relative to the working directory, then in the package installation directory.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_categoriesA

列出聚水潭开放平台 API 的全部分类(如 基础API、订单API、库存API…)及每个分类的接口数量。推荐作为浏览文档的第一步。

list_apisA

列出某个接口分类下的所有 API(名称、路由、docId)。

search_apisA

按关键词搜索接口(匹配接口名称、路由、分类名),找到要调用的接口。

get_api_docA

查看某个接口的完整文档:请求地址、公共参数、请求/返回参数说明、错误码、请求/响应/异常示例。可先用 list_apis 或 search_apis 找到接口。

refresh_dataA

从聚水潭开放平台官方文档站重新抓取全部 API 文档并更新本地快照(约 175 个接口,需要网络,耗时约 10-30 秒)。首次使用或文档可能已更新时调用。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool serves a clear, distinct purpose: browsing categories, listing APIs within a category, searching across APIs, fetching individual docs, and refreshing the local snapshot. There is no meaningful overlap between tools.

Naming Consistency5/5

All tool names follow the same snake_case verb_noun pattern (list_, search_, get_, refresh_). The naming convention is uniform and predictable.

Tool Count5/5

Five tools is a well-scoped set for an API documentation browsing and caching server. Each tool earns its place without redundancy or bloat.

Completeness5/5

The tool surface covers the full workflow for browsing documentation: explore categories, list APIs, search for APIs, retrieve detailed docs, and refresh the underlying data. No essential operation is missing.

Maintenance

ActivityMaintained
ResponsivenessNo issues