Skip to main content
Glama

MCP-FEISHU

by NINGyv179

get_recently_updated_defect_list

Retrieve a list of recently updated defects filtered by status and date range to monitor and manage issue resolution effectively within the MCP-FEISHU server.

Input Schema

NameRequiredDescriptionDefault
endDateYes
startDateYes
statusYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endDate": { "type": "number" }, "startDate": { "type": "number" }, "status": { "type": "string" } }, "required": [ "status", "startDate", "endDate" ], "type": "object" }

Other Tools from MCP-FEISHU

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/NINGyv179/mcp-feishu'

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