Skip to main content
Glama

update-task-backlog

Move tasks to your backlog for later review and organization. This tool helps you defer tasks by transferring them from your active list to the backlog using the task ID.

Instructions

Move a task to the backlog

Input Schema

NameRequiredDescriptionDefault
limitResponsePayloadNoWhether to limit the response payload size
taskIdYesThe ID of the task to move to backlog
timezoneNoTimezone string (e.g., 'America/New_York'). If not provided, uses user's default timezone

Input Schema (JSON Schema)

{ "properties": { "limitResponsePayload": { "description": "Whether to limit the response payload size", "type": "boolean" }, "taskId": { "description": "The ID of the task to move to backlog", "minLength": 1, "type": "string" }, "timezone": { "description": "Timezone string (e.g., 'America/New_York'). If not provided, uses user's default timezone", "type": "string" } }, "required": [ "taskId" ], "type": "object" }

Latest Blog Posts

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/robertn702/mcp-sunsama'

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