Skip to main content
Glama

MCP-FEISHU

by NINGyv179

get_recently_updated_defect_list

Retrieve a list of recently updated defects based on specified status and date range to streamline defect tracking and resolution workflows in MCP-FEISHU.

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" }
Install Server

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