Skip to main content
Glama

AI Note MCP Server

by ainote-dev
MIT License
4
  • Apple

list_tasks

Retrieve and filter tasks from AI Note by status, limit, or keyword. Organize and manage tasks efficiently using the MCP server for streamlined task tracking.

Instructions

List tasks from AI Note

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of tasks to return (default: 25, max: 500)
searchNoSearch keyword in task content
statusNoFilter by task status

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of tasks to return (default: 25, max: 500)", "type": "number" }, "search": { "description": "Search keyword in task content", "type": "string" }, "status": { "description": "Filter by task status", "enum": [ "pending", "completed" ], "type": "string" } }, "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