Skip to main content
Glama

AI Note MCP Server

by ainote-dev

delete_task

Remove a task from AI Note MCP Server by specifying its ID, performing a soft delete to maintain data integrity while managing task lists.

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" }

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