Skip to main content
Glama
MurkyPuma

umami-mcp-server

by MurkyPuma

get_docs

Search user journeys semantically to surface the most relevant behavior moments. Ask a question and get journey chunks from sessions within a date range.

Instructions

Semantic search over many user journeys to surface the most relevant moments.

Pulls every session for the range (optionally filtered to selected_event), then returns only the journey chunks most relevant to user_question -- letting you analyze behavior across many users without overflowing the context window.

Requires the optional 'rag' extra; without it, this returns install instructions.

Args: user_question: What you want to learn (used for the similarity search). website_id: The website id (from get_websites). start_at: Range start (UTC). end_at: Range end (UTC). selected_event: Optional event name to filter sessions by.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_questionYes
website_idYes
start_atYes
end_atYes
selected_eventNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It explains the workflow: pulling sessions, filtering, returning relevant chunks, and requiring optional 'rag' extra. It does not disclose auth needs, rate limits, or side effects, but it provides reasonable behavior details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: a one-line summary, then a detailed explanation, followed by the 'rag' extra note, and finally an args list. It is front-loaded and every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, semantic search) and the presence of an output schema, the description covers the key aspects: purpose, workflow, parameter meanings, and special requirements. It does not detail the output format but that is handled by the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must add meaning. It provides brief but helpful descriptions for each parameter (e.g., 'user_question: What you want to learn (used for the similarity search)', 'website_id: The website id (from get_websites)'). This adds value beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it performs 'Semantic search over many user journeys to surface the most relevant moments', using specific verbs and resources. It distinguishes from sibling tools like get_tracking_data or get_session_ids by focusing on relevance-based search rather than raw data retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on when to use: for analyzing behavior across many users without overflowing context. It mentions the optional 'rag' extra requirement. However, it does not explicitly state when not to use or compare to alternatives, leaving some ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/MurkyPuma/umami-mcp-server'

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