Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
port | No | The port to run the server on | 3000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
add_entry | Add a new journal entry. If an entry for today already exists, it will append to the same file. |
search_entries | Search journal entries by date range, tags, or keywords |
get_recent_entries | Get the most recent journal entries |
list_tags | List all tags used in journal entries with their usage counts |
get_entry_by_date | Get journal entry for a specific date |
get_daily_summary | Get summary statistics for journal entries |