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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_documentA

创建 Word 文档。content 为结构化数组,每项 type: heading|paragraph|list|table|pageBreak|divider。 paragraph 支持 runs 富文本(数组 {text,bold?,italic?,color?,fontSize?});list 支持 ordered|items;table 支持 headers|rows;divider 为水平分隔线。

read_documentB

读取 Word 文档的纯文本内容

append_documentC

在已有 Word 文档末尾追加内容

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: create, append, and read. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (append_document, create_document, read_document).

Tool Count4/5

Three tools is slightly minimal for a document server, but covers core create/append/read operations adequately.

Completeness3/5

Missing update/delete operations and structured read output, leaving notable gaps for full document lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues