Skip to main content
Glama

jrnl MCP Server

by yostos

search_entries

Search and filter journal entries by date range, tags, keywords, or starred status using the MCP server. Retrieve specific entries within a defined limit or from a particular journal for efficient journaling management.

Instructions

Search and filter journal entries

Input Schema

NameRequiredDescriptionDefault
containsNoText to search for
fromNoStart date (e.g., "yesterday", "2024-01-01")
journalNoJournal name (uses current/default if not specified)
limitNoMaximum number of entries
starredNoOnly show starred entries
tagsNoTags to filter by
toNoEnd date

Input Schema (JSON Schema)

{ "properties": { "contains": { "description": "Text to search for", "type": "string" }, "from": { "description": "Start date (e.g., \"yesterday\", \"2024-01-01\")", "type": "string" }, "journal": { "description": "Journal name (uses current/default if not specified)", "type": "string" }, "limit": { "description": "Maximum number of entries", "type": "number" }, "starred": { "description": "Only show starred entries", "type": "boolean" }, "tags": { "description": "Tags to filter by", "items": { "type": "string" }, "type": "array" }, "to": { "description": "End date", "type": "string" } }, "type": "object" }
Install Server

Other Tools from jrnl MCP Server

Related Tools

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/yostos/jrnl-mcp'

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