Skip to main content
Glama

Things MCP Server

by hald

get_logbook

Retrieve completed todos from Logbook within a specified time period. Customize the lookback range and limit entries to manage task history efficiently.

Instructions

Get completed todos from Logbook, defaults to last 7 days

Args: period: Time period to look back (e.g., '3d', '1w', '2m', '1y'). Defaults to '7d' limit: Maximum number of entries to return. Defaults to 50

Input Schema

NameRequiredDescriptionDefault
limitNo
periodNo7d

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "title": "Limit", "type": "integer" }, "period": { "default": "7d", "title": "Period", "type": "string" } }, "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