Skip to main content
Glama

Open Insight Dashboard

ctx_insight

Launch a dashboard to view session analytics, tool usage, error rates, and project focus.

Instructions

Opens the context-mode Insight dashboard in the browser — a dashboard launcher for session analytics; for natural-language queries over indexed content, use ctx_search. Shows personal analytics: session activity, tool usage, error rate, parallel work patterns, project focus, and actionable insights. First run installs dependencies (~30s). Subsequent runs open instantly. Defaults to port 4747; pass port to override. sessionDir and contentDir override the session/content storage roots (env aliases INSIGHT_SESSION_DIR / INSIGHT_CONTENT_DIR) for diagnosing multi-install setups or pointing at a sibling project's data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoPort to serve on (default: 4747)
sessionDirNoOverride INSIGHT_SESSION_DIR: directory containing context-mode session .db files
contentDirNoOverride INSIGHT_CONTENT_DIR: directory containing context-mode content/index .db files
insightSessionDirNoAlias for sessionDir / INSIGHT_SESSION_DIR
insightContentDirNoAlias for contentDir / INSIGHT_CONTENT_DIR
Behavior5/5

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

Discloses first-run dependency installation (~30s), default port behavior, and that sessionDir/contentDir override environment variables for diagnostics or pointing to other project data. No annotation contradiction.

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

Conciseness4/5

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

Efficiently packed with useful information, though slightly lengthy; front-loads main purpose, then details. Could trim a bit but still concise overall.

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

Completeness5/5

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

Given the complexity (5 params, no annotations, no output schema), the description fully covers usage, behavior, and edge cases, making it complete for an agent to use correctly.

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 coverage is 100%, so baseline is 3. Description adds meaning by explaining defaults, override behavior, and diagnostic use cases for directory parameters, raising it to 4.

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?

Clearly states it opens the Insight dashboard for session analytics, and explicitly distinguishes from ctx_search for natural-language queries.

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

Usage Guidelines5/5

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

Provides explicit alternative (use ctx_search for queries), explains first-run installation vs subsequent instant opens, and details port and directory overrides for multi-install or sibling project use.

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/mksglu/context-mode'

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