Skip to main content
Glama

jrnl MCP Server

by yostos

analyze_tag_cooccurrence

Identify frequently co-occurring tags in journal entries to uncover patterns and relationships between topics. Specify tags and optionally a journal name for analysis.

Instructions

Analyze which tags frequently appear together

Input Schema

NameRequiredDescriptionDefault
journalNoJournal name (uses current/default if not specified)
tagsYesTags to analyze for co-occurrence

Input Schema (JSON Schema)

{ "properties": { "journal": { "description": "Journal name (uses current/default if not specified)", "type": "string" }, "tags": { "description": "Tags to analyze for co-occurrence", "items": { "type": "string" }, "minItems": 2, "type": "array" } }, "required": [ "tags" ], "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