Skip to main content
Glama

AI Note MCP Server

by ainote-dev
MIT License
146
  • Apple

create_task

Generate and manage tasks in AI Note using natural language input. Specify content, importance, due date, and category to efficiently organize tasks.

Instructions

Create a new task in AI Note

Input Schema

NameRequiredDescriptionDefault
category_idNoCategory ID
contentYesTask content
due_dateNoDue date in ISO format
is_importantNoMark task as important

Input Schema (JSON Schema)

{ "properties": { "category_id": { "description": "Category ID", "type": "string" }, "content": { "description": "Task content", "type": "string" }, "due_date": { "description": "Due date in ISO format", "type": "string" }, "is_important": { "description": "Mark task as important", "type": "boolean" } }, "required": [ "content" ], "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