Skip to main content
Glama

MCP Feishu Project Manager

by Roland0511

get_view_detail

Retrieve detailed lists of work items from specific views in Feishu project management systems. Specify view ID and pagination to organize and access project data efficiently.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
page_numNo
page_sizeNo
view_idYes

Input Schema (JSON Schema)

{ "properties": { "page_num": { "default": 1, "title": "Page Num", "type": "integer" }, "page_size": { "default": 20, "title": "Page Size", "type": "integer" }, "view_id": { "title": "View Id", "type": "string" } }, "required": [ "view_id" ], "title": "get_view_detailArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Feishu Project Manager

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Roland0511/mcp-feishu-proj'

If you have feedback or need assistance with the MCP directory API, please join our Discord server