Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FEISHU_APP_IDYesYour Feishu App ID
FEISHU_APP_SECRETYesYour Feishu App Secret

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
read_feishu_documentA

读取飞书文档的内容。根据文档 ID 或完整 URL 获取文档的标题和完整文本内容。支持普通文档和知识库(Wiki)文档。

get_feishu_document_metaA

获取飞书文档的元信息(标题)。根据文档 ID 或完整 URL 获取文档标题,不返回文档内容。支持普通文档和知识库(Wiki)文档。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

read_feishu_document returns full content, while get_feishu_document_meta returns only metadata. Their purposes are clear and non-overlapping, so agents can easily select the right tool.

Naming Consistency5/5

Both tools follow a consistent [verb]_feishu_document pattern, with read and get as action prefixes. The naming is uniform and predictable.

Tool Count3/5

At 2 tools, the server feels thin for a document-focused MCP. While the current tools are focused, the small set suggests limited scope.

Completeness2/5

The server covers reading content and metadata but lacks listing, searching, creating, updating, or deleting documents. This is a significant gap for a Feishu document server, limiting agents to only read operations.

Maintenance

ActivityInactive
ResponsivenessNo issues