feishu-doc
Read, write, and manage comments in Feishu documents with markdown support and block-level operations.
- Supports full document lifecycle: read plain text, write/append markdown content, create new documents, and manage individual blocks (get, update, delete)
- Comment operations include listing document and block-level comments, retrieving single comments, and creating global comments with pagination support
- Structured content (tables, images, code blocks) accessible via
list_blocksaction; markdown tables not supported in write operations - Atomic
create_and_writeaction recommended for new documents to avoid separate API calls; folder placement supported viafolder_token
Feishu Document Tool
Single tool feishu_doc with action parameter for all document operations including comment management.
Token Extraction
From URL https://xxx.feishu.cn/docx/ABC123def → doc_token = ABC123def
From URL https://xxx.feishu.cn/docs/doccn123c → doc_token = doccn123c
Actions
Read Document
{ "action": "read", "doc_token": "ABC123def" }
Returns: title, plain text content, block statistics. Check hint field - if present, structured content (tables, images) exists that requires list_blocks.
More from m1heng/clawdbot-feishu
feishu-drive
|
856feishu-wiki
|
438feishu-perm
|
244feishu-task
|
165agent-browser
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
145feishu-message
|
120