Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_EXENoNode.js executable name (node on Linux/macOS)node.exe
WECOM_CLI_PATHNoFull path to wecom.js (override if auto-detect fails)auto-detected

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
wecom_read_docA

Read a WeCom document or smartsheet. Returns content as Markdown. Auto-detects URL type: /smartsheet/ URLs return table data, /doc/ URLs return document content.

wecom_create_docA

Create a new WeCom document or smartsheet. Returns url and docid — save the docid for subsequent edits.

wecom_edit_docB

Write Markdown content to a WeCom document. Supports headings, lists, tables, bold, italic. Use docid (preferred) or url to identify the document.

wecom_smartsheet_setup_fieldsA

Initialize a smartsheet's column schema. Renames the default field and adds remaining fields. Must be called before adding records to a new sheet.

wecom_smartsheet_add_recordsA

Append rows to a smartsheet. Each record is a plain {column_name: value} dict — cell format conversion is handled automatically.

wecom_smartsheet_get_sheetA

List all sheets (sub-tables) in a WeCom smartsheet. Returns sheet IDs and titles.

wecom_smartsheet_get_fieldsA

Get column definitions (field names, types, IDs) for a smartsheet sheet.

wecom_smartsheet_get_recordsC

Fetch all rows from a smartsheet sheet. Returns structured row data.

wecom_get_doc_contentA

Fetch the full content of a WeCom online doc as Markdown. Uses async polling internally.

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/Beltran12138/wecom-docs-mcp-server'

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