Skip to main content
Glama

AI Note MCP Server

by ainote-dev
MIT License
146
  • Apple

update_task

Modify task details such as content, importance, or completion status using the task ID. Part of the AI Note MCP Server for task management via natural language.

Instructions

Update an existing task

Input Schema

NameRequiredDescriptionDefault
completed_atNoMark as completed (ISO format) or null to uncomplete
contentNoNew task content
idYesTask ID
is_importantNoUpdate important status

Input Schema (JSON Schema)

{ "properties": { "completed_at": { "description": "Mark as completed (ISO format) or null to uncomplete", "type": "string" }, "content": { "description": "New task content", "type": "string" }, "id": { "description": "Task ID", "type": "string" }, "is_important": { "description": "Update important status", "type": "boolean" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from AI Note MCP 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/ainote-dev/ainote-mcp'

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