Skip to main content
Glama

Journal MCP Server

by coji

search_entries

Search journal entries by date range, tags, or keywords to filter and retrieve relevant content. Supports pagination and customizable result limits for efficient journal management.

Instructions

Search journal entries by date range, tags, or keywords

Input Schema

NameRequiredDescriptionDefault
dateFromNoStart date in YYYY-MM-DD format
dateToNoEnd date in YYYY-MM-DD format
keywordsNoKeywords to search in content
limitNoMaximum number of results (default 50)
offsetNoOffset for pagination (default 0)
tagsNoTags to filter by (all must match)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dateFrom": { "description": "Start date in YYYY-MM-DD format", "type": "string" }, "dateTo": { "description": "End date in YYYY-MM-DD format", "type": "string" }, "keywords": { "description": "Keywords to search in content", "type": "string" }, "limit": { "description": "Maximum number of results (default 50)", "type": "number" }, "offset": { "description": "Offset for pagination (default 0)", "type": "number" }, "tags": { "description": "Tags to filter by (all must match)", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
Install Server

Other Tools from Journal 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/coji/journal-mcp'

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