Skip to main content
Glama

Things MCP Server

by hald

get-logbook

Retrieve completed todos from Logbook for a specified time period. Set limits or default to the last 7 days to manage and analyze task history efficiently.

Instructions

Get completed todos from Logbook, defaults to last 7 days

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of entries to return. Defaults to 50
periodNoTime period to look back (e.g., '3d', '1w', '2m', '1y'). Defaults to '7d'

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of entries to return. Defaults to 50", "maximum": 100, "minimum": 1, "type": "integer" }, "period": { "description": "Time period to look back (e.g., '3d', '1w', '2m', '1y'). Defaults to '7d'", "pattern": "^\\d+[dwmy]$", "type": "string" } }, "required": [], "type": "object" }

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