Skip to main content
Glama

MCP Kling

by 199-mcp

list_tasks

View, filter, and manage Kling AI generation tasks by status or date range. Check task history and statuses with pagination for efficient browsing.

Instructions

List all your Kling AI generation tasks with filtering options. View task history, check statuses, and filter by date range or status. Supports pagination for browsing through large task lists.

Input Schema

NameRequiredDescriptionDefault
end_timeNoFilter tasks created before this time (ISO 8601 format)
pageNoPage number for pagination (default: 1)
page_sizeNoNumber of tasks per page (default: 10, max: 100)
start_timeNoFilter tasks created after this time (ISO 8601 format)
statusNoFilter tasks by status

Input Schema (JSON Schema)

{ "properties": { "end_time": { "description": "Filter tasks created before this time (ISO 8601 format)", "type": "string" }, "page": { "description": "Page number for pagination (default: 1)", "minimum": 1, "type": "number" }, "page_size": { "description": "Number of tasks per page (default: 10, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "start_time": { "description": "Filter tasks created after this time (ISO 8601 format)", "type": "string" }, "status": { "description": "Filter tasks by status", "enum": [ "submitted", "processing", "succeed", "failed" ], "type": "string" } }, "required": [], "type": "object" }

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/199-mcp/mcp-kling'

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