Skip to main content
Glama
511,991 tools. Updated 2026-09-04 20:34

"Information about 飞书 (Feishu)" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Send messages to Feishu group chats by providing chat ID and text. Requires disabling read-only mode for execution.
    MIT
  • Upload files to Feishu cloud space via base64 content to retrieve a file_token for inserting images or attachments in documents.
    MIT
  • Update a specific block's content in a Feishu document by providing the document ID, block ID, and the appropriate update field for the block type.
    MIT
  • Delete child blocks from a Feishu wiki document by giving a parent block ID and a start-to-end position range. This removes the specified blocks from the parent block.
    MIT
  • Fetch plain text content from a Feishu document by specifying its document ID. Access raw text for analysis, processing, or storage.
    MIT
  • Extract content from Feishu documents by providing a document ID or URL, returning structured data in Markdown or JSON format for processing and analysis.
    MIT
  • Retrieve the raw content of a Feishu document by providing its document ID. Useful for accessing document data programmatically.
    MIT
  • Retrieve a paginated list of all blocks in a Feishu document. Specify document ID and optional page size and token to navigate through content.
    MIT
  • Insert Mermaid diagrams like flowcharts and sequence diagrams into Feishu documents using text-to-diagram functionality. Specify document ID and Mermaid code to add visual architecture diagrams.
    MIT