Skip to main content
Glama
jiaweizhang1995

jq-docs-mcp

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_functionA

Look up complete documentation for a JoinQuant API function by exact name. 查询聚宽API函数的完整文档,包括参数列表、返回值和示例代码。

Args: function_name: Exact function name (e.g. 'get_price', 'get_fundamentals')

search_docsA

Search JoinQuant API docs by keyword (English or Chinese). 搜索API文档,支持英文和中文关键词搜索(函数名、中文名、描述、调用签名)。

Args: keyword: Search term in English or Chinese

list_by_sectionB

List all API functions in a specific documentation section. 列出某个文档分类下的所有API函数。

Args: section: Section name (e.g. '获取股票数据', '获取融资融券标的列表')

search_in_sectionA

Search API docs within a specific section only. 在指定文档分类中搜索API函数。

Args: keyword: Search term in English or Chinese section: Section name to search within (e.g. '获取股票数据')

list_functionsA

List all available JoinQuant API function names, grouped by section. 列出所有可用的聚宽API函数名,按文档分类分组。

Use this to discover what functions are available before looking up specific ones.

lookup_table_columnsA

Look up all column definitions for a JoinQuant data table. 查询聚宽数据表的所有字段定义(字段名、类型、含义)。

Critical for get_fundamentals queries where exact column names are needed.

Args: table_name: Table name (e.g. 'balance_sheet', 'income_statement')

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jiaweizhang1995/jq-docs-mcp'

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