Skip to main content
Glama

read_feishu_document

Retrieve the full text and title of a Feishu document or Wiki page by providing its ID or complete URL.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYes飞书文档的 ID 或完整 URL。支持:1) 普通文档: https://xxx.feishu.cn/docs/abcDEF123 2) 知识库: https://xxx.feishu.cn/wiki/Bj3Jw2kfji45nhkK5MQcv3NynWe 或直接填节点 ID
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It discloses that the tool returns title and full text and supports wiki documents, which adds useful context. But it does not explicitly state read-only behavior or mention any auth/error details, though the verb 'read' implies non-mutating.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences, front-loaded with the core action, and contains no superfluous information. Every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool with no output schema, the description adequately covers what the tool does (read content), what it returns (title and full text), and its scope (normal and wiki docs). It lacks detail on output format or edge cases, but given the low complexity, it is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% coverage of the document_id parameter with detailed examples of URL formats. The description adds no extra parameter meaning beyond the schema, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it reads Feishu document content, retrieving title and full text, and supports both normal and wiki documents. This is a specific verb+resource, though it does not explicitly distinguish itself from the sibling get_feishu_document_meta.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: use when you need document content. However, there is no explicit guidance on when not to use it or how it compares to alternatives like get_feishu_document_meta.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Xdong320/feishu-mcp-server'

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