This document provides complete reference for all Feishu plugin tools.
| Category | Prefix | Description |
|---|
| Messaging | feishu_im_* | Message reading, search, download |
| Docs | feishu_doc_* | Document creation, update, comments |
| Bitable | feishu_bitable_* | Table, field, record, view management |
| Calendar | feishu_calendar_* | Events, attendees, free/busy |
| Tasks | feishu_task_* | Tasks, lists, subtasks |
| Drive | feishu_drive_* | File management |
| Wiki | feishu_wiki_* | Wiki node management |
| OAuth | feishu_oauth | Authorization management |
Quick Index
| Tool | Function |
|---|
| feishu_im_user_get_messages | Get group/DM history |
| feishu_im_user_get_thread_messages | Get thread replies |
| feishu_im_user_search_messages | Cross-session message search |
| feishu_im_user_fetch_resource | Download images/files |
| Tool | Function |
|---|
| feishu_create_doc | Create cloud documents |
| feishu_fetch_doc | Get document content (Markdown) |
| feishu_update_doc | Update documents |
| feishu_doc_comments | Manage comments |
| Tool | Function |
|---|
| feishu_bitable_app | Manage bitable apps |
| feishu_bitable_app_table | Manage data tables |
| feishu_bitable_app_table_field | Manage fields |
| feishu_bitable_app_table_record | Manage records |
| feishu_bitable_app_table_view | Manage views |
| Tool | Function |
|---|
| feishu_calendar_calendar | Manage calendars |
| feishu_calendar_event | Manage events |
| feishu_calendar_event_attendee | Manage attendees |
| feishu_calendar_freebusy | Query free/busy |
| Tool | Function |
|---|
| feishu_task_task | Manage tasks |
| feishu_task_tasklist | Manage task lists |
| feishu_task_subtask | Manage subtasks |
| feishu_task_comment | Manage task comments |
Field Types
Bitable Field Types
| type | Type | Description |
|---|
| 1 | Text | Plain text |
| 2 | Number | Numeric value |
| 3 | Single Select | Single choice |
| 4 | Multi Select | Multiple choices |
| 5 | Date | DateTime |
| 7 | Checkbox | true/false |
| 11 | User | User |
| 13 | Phone | Phone number |
| 15 | URL | Hyperlink |
| 17 | Attachment | File |
| 1001 | Created Time | Auto-filled |
| 1002 | Modified Time | Auto-filled |
All time parameters use ISO 8601 / RFC 3339 format:
2026-02-28T17:00:00+08:00
Timezone is fixed at Asia/Shanghai (UTC+8).