Skip to main content
Glama
iceleaf916

mingdao-mcp-server

by iceleaf916

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINGDAO_SIGNYesAPI 签名
MINGDAO_APP_KEYYes明道云应用 Key
MINGDAO_BASE_URLNo明道云域名https://cooperation.uniontech.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_worksheetsB

获取应用中的所有工作表列表,包括工作表ID、名称、别名等信息

get_worksheet_schemaA

获取工作表的字段结构、视图信息,包括所有字段的ID、名称、类型、是否必填等

query_recordsA

按条件查询工作表记录,支持分页、排序、筛选条件

get_recordB

根据ID获取单条记录的详细信息

create_recordC

在工作表中创建新记录

create_record_with_relationsB

创建新记录并同时建立与其他记录的关联关系

update_recordC

更新指定记录的字段值

update_record_relationsB

更新记录的关联关系(全量覆盖)

delete_recordC

删除指定记录

get_related_recordsB

获取某条记录的关联记录列表

batch_create_recordsC

批量创建多条记录

batch_update_recordsB

批量更新多条记录的相同字段

create_worksheetB

创建新的工作表

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/iceleaf916/mingdao-mcp-server'

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