Skip to main content
Glama

AI Note MCP Server

by ainote-dev

list_tasks

Retrieve and filter tasks from AI Note based on status, keyword search, or limit. Manage and organize tasks efficiently for enhanced productivity.

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

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