Skip to main content
Glama
hald

Things MCP Server

by hald

get_anytime

Retrieve tasks from the Anytime list in the Things app using natural language commands to manage and prioritize your to-dos efficiently.

Instructions

Get todos from Anytime list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_anytime' tool. It retrieves todos from the 'Anytime' list using the 'things.anytime()' function, formats them using 'format_todo', and returns a joined string of formatted todos separated by '---'.
    @mcp.tool async def get_anytime() -> str: """Get todos from Anytime list""" todos = things.anytime(include_items=True) if not todos: return "No items found" formatted_todos = [format_todo(todo) for todo in todos] return "\n\n---\n\n".join(formatted_todos)

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/hald/things-mcp'

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