Skip to main content
Glama

MCP Task

by just-every

list_tasks

View and filter all tasks by status, batch ID, or recency to monitor and manage complex AI workflows on the MCP Task server.

Instructions

List all tasks with their current status.

Input Schema

NameRequiredDescriptionDefault
batch_idNoOptional: Filter tasks by batch ID to only show tasks from a specific batch
recent_onlyNoOptional: Only show tasks from the last 2 hours (default: false)
status_filterNoOptional: Filter tasks by status

Input Schema (JSON Schema)

{ "properties": { "batch_id": { "description": "Optional: Filter tasks by batch ID to only show tasks from a specific batch", "type": "string" }, "recent_only": { "default": false, "description": "Optional: Only show tasks from the last 2 hours (default: false)", "type": "boolean" }, "status_filter": { "description": "Optional: Filter tasks by status", "enum": [ "pending", "running", "completed", "failed", "cancelled" ], "type": "string" } }, "required": [], "type": "object" }

Other Tools from MCP Task

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/just-every/mcp-task'

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