You are helping the user add a journal entry.
Creates journal entries with titles, descriptions, projects, and searchable tags.
/plugin marketplace add chrismbryant/claude-journal-mcp/plugin install claude-journal@claude-journal-devYou are helping the user add a journal entry.
Gather information:
Use the MCP tool:
Call journal_add with the gathered information:
journal_add(
title="User's title",
description="User's description",
project="project-name" (if provided),
tags=["tag1", "tag2"] (if provided)
)
Confirm success: Tell the user their entry was saved and show the ID for reference.
Example 1: Simple entry
Example 2: Bug fix