Skip to main content
Glama

list_tasks

Retrieve tasks from Remember The Milk with filtering options for due dates, tags, priorities, lists, and completion status.

Instructions

List tasks with optional filtering.

Args: filter: RTM filter string (e.g., "dueBefore:tomorrow", "tag:work", "priority:1") list_name: Filter to a specific list name include_completed: Include completed tasks (default: false)

Returns: List of tasks with metadata

Examples: - list_tasks() → all incomplete tasks - list_tasks(filter="dueBefore:tomorrow") → tasks due soon - list_tasks(filter="tag:work AND priority:1") → high priority work tasks - list_tasks(list_name="Personal") → tasks in Personal list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
list_nameNo
include_completedNo

Latest Blog Posts

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/ljadach/rtm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server