MCP Feishu Project Manager

by Roland0511
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FS_PROJ_BASE_URLNo飞书项目API的基础URLhttps://project.feishu.cn/
FS_PROJ_USER_KEYYes用户标识
FS_PROJ_PLUGIN_IDYes飞书项目Open API的插件ID
FS_PROJ_PROJECT_KEYYes飞书项目的标识
FS_PROJ_PLUGIN_SECRETYes飞书项目Open API的插件密钥

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_view_list

获取飞书项目视图列表 Args: work_item_type_key: 工作项类型,可选值为"story"、"version"、"issue", 分别对应需求、版本、缺陷。

get_view_detail

获取飞书项目视图工作项列表 Args: view_id: 视图标识 page_num: 页码,默认为1 page_size: 每页数量,默认为20

get_work_item_detail

获取飞书项目工作项详情 Args: work_item_type_key: 工作项类型,可选值为"story"、"version"、"issue", 分别对应需求、版本、缺陷。 work_item_ids: 工作项ID,多个ID之间用逗号分隔

get_work_item_type_meta

获取飞书项目工作项类型元数据 - 在工作项详情的"fields"字段中各个字段的具体意义及信息可以在工作项类型元数据中获取 Args: work_item_type_key: 工作项类型,可选值为"story"、"version"、"issue", 分别对应需求、版本、缺陷。