feishu_fetch_doc
Retrieve Feishu/Lark document content with title and Markdown formatting. Supports pagination for large documents by specifying character offset and limit parameters.
Instructions
获取飞书云文档内容,返回文档标题和 Markdown 格式内容。支持分页获取大文档。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | 文档 ID 或 URL(支持自动解析) | |
| offset | No | 字符偏移量(可选,默认0)。用于大文档分页获取。 | |
| limit | No | 返回的最大字符数(可选)。仅在用户明确要求分页时使用。 |