Skip to content

Tool Reference

This document provides complete reference for all Feishu plugin tools.

Tool Categories

CategoryPrefixDescription
Messagingfeishu_im_*Message reading, search, download
Docsfeishu_doc_*Document creation, update, comments
Bitablefeishu_bitable_*Table, field, record, view management
Calendarfeishu_calendar_*Events, attendees, free/busy
Tasksfeishu_task_*Tasks, lists, subtasks
Drivefeishu_drive_*File management
Wikifeishu_wiki_*Wiki node management
OAuthfeishu_oauthAuthorization management

Quick Index

Messaging Tools

ToolFunction
feishu_im_user_get_messagesGet group/DM history
feishu_im_user_get_thread_messagesGet thread replies
feishu_im_user_search_messagesCross-session message search
feishu_im_user_fetch_resourceDownload images/files

Document Tools

ToolFunction
feishu_create_docCreate cloud documents
feishu_fetch_docGet document content (Markdown)
feishu_update_docUpdate documents
feishu_doc_commentsManage comments

Bitable Tools

ToolFunction
feishu_bitable_appManage bitable apps
feishu_bitable_app_tableManage data tables
feishu_bitable_app_table_fieldManage fields
feishu_bitable_app_table_recordManage records
feishu_bitable_app_table_viewManage views

Calendar Tools

ToolFunction
feishu_calendar_calendarManage calendars
feishu_calendar_eventManage events
feishu_calendar_event_attendeeManage attendees
feishu_calendar_freebusyQuery free/busy

Task Tools

ToolFunction
feishu_task_taskManage tasks
feishu_task_tasklistManage task lists
feishu_task_subtaskManage subtasks
feishu_task_commentManage task comments

Field Types

Bitable Field Types

typeTypeDescription
1TextPlain text
2NumberNumeric value
3Single SelectSingle choice
4Multi SelectMultiple choices
5DateDateTime
7Checkboxtrue/false
11UserUser
13PhonePhone number
15URLHyperlink
17AttachmentFile
1001Created TimeAuto-filled
1002Modified TimeAuto-filled

Time Format

All time parameters use ISO 8601 / RFC 3339 format:

2026-02-28T17:00:00+08:00

Timezone is fixed at Asia/Shanghai (UTC+8).

Released under the MIT License.