Skip to main content
Glama

AI Note MCP Server

by ainote-dev
MIT License
146
  • Apple

delete_task

Remove a task from AI Note's task management system using its unique ID. This soft delete action helps declutter and manage tasks efficiently through natural language interactions.

Instructions

Delete a task (soft delete)

Input Schema

NameRequiredDescriptionDefault
idYesTask ID to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Task ID to delete", "type": "string" } }, "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