Skip to main content
Glama

MCP Think Tank

by flight505

update_tasks

Modify multiple tasks by updating descriptions, statuses, priorities, due dates, or tags in a single operation using structured input. Streamlines task management for enhanced productivity.

Instructions

Update multiple tasks with new values.

Input Schema

NameRequiredDescriptionDefault
updatesYesList of task updates to apply

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "updates": { "description": "List of task updates to apply", "items": { "additionalProperties": false, "properties": { "description": { "description": "New task description", "minLength": 3, "type": "string" }, "due": { "description": "New due date in ISO format", "format": "date-time", "type": "string" }, "id": { "description": "UUID of the task to update", "format": "uuid", "type": "string" }, "priority": { "description": "New priority level", "enum": [ "low", "medium", "high" ], "type": "string" }, "status": { "description": "New task status", "enum": [ "todo", "in-progress", "blocked", "done" ], "type": "string" }, "tags": { "description": "New tags for the task", "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "type": "object" }, "type": "array" } }, "required": [ "updates" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Think Tank

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/flight505/mcp-think-tank'

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