MCPVault

get_random_anytime

MCP tool from Things3 MCP by rossshannon

Get a random sample of items from Anytime list

How to use it

get_random_anytime is exposed by the Things3 MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_random_anytime tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Things3 MCP

$pip install Things3-MCP-server==2.0.6
FULL THINGS3 MCP LISTING

Other tools in Things3 MCP (39)

add_project

Create a new project with tags and todos

add_todo

Create a new todo with full parameter support

area

Filter by area UUID

deadline

Filter by deadline (YYYY-MM-DD)

get_anytime

Get todos from Anytime list

get_areas

Get all areas

get_inbox

Get todos from Inbox

get_logbook

Get completed todos

get_projects

Get all projects

get_random_inbox

Get a random sample of todos from Inbox

get_random_todos

Get a random sample of todos, optionally filtered by project

get_recent

Get recently created items

get_someday

Get todos from Someday list

get_tagged_items

Get items with a specific tag

get_tags

Get all tags

get_today

Get todos due today

get_todos

Get todos, optionally filtered by project

get_trash

Get trashed todos

get_upcoming

Get upcoming todos

include_items

(optional, default: false) - Include contained items

limit

Maximum number of items to return

list_id

(optional) - ID of project/area to add to (takes priority over listtitle if both provided)

list_title

(optional) - Title of project/area to add to (must exactly match existing name)

notes

(optional) - Notes for the todo (supports Markdown formatting including checkboxes like - [ ] Task)

period

Time period (e.g., '3d', '1w', '2m', '1y')

project_uuid

(optional) - Filter todos by project

search_advanced

Advanced search with multiple filters

search_items

Search for items in Things

search_todos

Simple search by title/notes

show_item

Show a specific item or list in Things

start_date

Filter by start date (YYYY-MM-DD)

status

Filter by status (incomplete/completed/canceled)

tag

Filter by tag

tags

(optional) - Tags to apply to the todo

title

Title of the todo

type

Filter by item type (to-do/project/heading)

update_project

Update an existing project

update_todo

Update an existing todo

when

(optional) - When to schedule the todo (today, tomorrow, evening, anytime, someday, or YYYY-MM-DD)