MCP Feishu Project Manager
by Roland0511
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FS_PROJ_BASE_URL | No | 飞书项目API的基础URL | https://project.feishu.cn/ |
FS_PROJ_USER_KEY | Yes | 用户标识 | |
FS_PROJ_PLUGIN_ID | Yes | 飞书项目Open API的插件ID | |
FS_PROJ_PROJECT_KEY | Yes | 飞书项目的标识 | |
FS_PROJ_PLUGIN_SECRET | Yes | 飞书项目Open API的插件密钥 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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", 分别对应需求、版本、缺陷。 |