Skip to main content
Glama

generate_insights

Generate a human-readable HTML report summarizing repo activity, including timeline, decisions, challenges, branch/commit activity, and index health. Returns a path to the report.

Instructions

Generate/update the repo insights HTML report — a human-readable "what happened in this repo" summary (timeline, decisions, challenges, branch/ commit activity, index health), sourced only from real stored records.

Returns a small pointer, NOT the report content: {status, path, sections, updated_at}. Claude: surface the path/link in your reply — do not quote or reconstruct the report body from this tool's output.

since: history window, e.g. "90d" (default). repo_path: optional absolute path to the target repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNo90d
repo_pathNo
Behavior4/5

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

With no annotations provided, the description must carry the behavioral transparency burden. It does so well by stating that the tool creates/updates an HTML report, sources only from real records, sacrifices returns only a pointer, and lists the exact response fields. It doesn't detail whether existing reports are overwritten or hit authorization requirements, but the disclosed constraints are enough to set expectations.

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 compact and well-structured: purpose first, then output constraint, then parameter definitions. Every sentence earns its place and there is no filler or 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 that there is no output schema, the description covers the key return format and instructs the model on proper post-call usage. It contains the main input parameters, the source constraint, and an clear description of the pointer-based result. Minor gaps are the exact file handling semantics and failure behavior, but these are non-critical for a report-generation tool.

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 0%, so parameter explanations in the description are essential. 'since' is explained as a history window with an example and default ('90d'), and 'repo_path' is explained as an optional absolute path. This adds semantic meaning beyond the bare schema, though it could have been more explicit about the time format and whether '90d' means days.

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 states a specific action ('Generate/update') and resource ('repo insights HTML report'), and downgrades explicitly what it contains (timeline, decisions, challenges, branch/commit activity, index health). This clearly distinguishes it from the sibling search/memory/graph tools.

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 gives clear context for use: when you need a human-readable 'what happened in this repo' summary, with only real stored records as source. It also includes a direct instruction to Claude to surface the path/link and not to quote or reconstruct report content. It does not explicitly name alternatives or exclusion cases, so it stops short of a 5.

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/ashlesh-t/cognirepo'

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