Skip to main content
Glama

MCP Test Server

by yvanfreitas

update_task

Modify task details such as title, status, or assigned user by providing the task ID on the MCP Test Server. Streamline task management and updates for improved organization.

Instructions

Update an existing task

Input Schema

NameRequiredDescriptionDefault
assignedToNoID of user assigned to this task
idYesTask ID
statusNoTask status
titleNoTask title

Input Schema (JSON Schema)

{ "properties": { "assignedTo": { "description": "ID of user assigned to this task", "type": "number" }, "id": { "description": "Task ID", "type": "number" }, "status": { "description": "Task status", "enum": [ "pending", "in-progress", "completed" ], "type": "string" }, "title": { "description": "Task title", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from MCP Test Server

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/yvanfreitas/MCP-test'

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