Skip to main content
Glama

thetacog_overview

Analyzes git commits from the last 14 days, groups by room, and returns recent completed work and next predicted actions based on dormancy and dependencies.

Instructions

Live 3-recent + 3-next overview computed from real git activity. Reads owned-surface globs from each .workflow/rooms/.html, groups commits in the last 14d by owning room (largest-fraction-of-files wins), filters auto-bumps, and returns: just_completed (3 most-recent meaningful commits, one per room), next_up (3 rooms scored by blocks_downstream × 2 + dormancy_days), and grid_12x12_colored_cells map. Spin-up DAG: voice → performer → network → operator → architect; foundation rooms (builder, laboratory, claudelab, vault, navigator) are independent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
days_backNoHow many days of git history to consider (default 14)
repo_rootNoOptional explicit repo root path (defaults to git-detected from cwd)
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 of behavioral transparency. It discloses that the tool reads git activity, groups commits, filters auto-bumps, and computes the overview. However, it does not explicitly state that the operation is read-only or discuss potential side effects, permissions, or rate limits. The mention of a 'Spin-up DAG' hints at internal orchestration but lacks clarity.

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

Conciseness3/5

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

The description is informative but somewhat verbose, detailing the internal algorithm and data structures beyond just the tool's purpose. While it front-loads the main function, the length could be reduced for better conciseness. Every sentence adds value, but it could be tightened without losing essential information.

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 has only two optional parameters and no output schema, the description provides sufficient context by explaining the output fields (just_completed, next_up, grid) and the grouping logic. It is complete enough for an agent to understand the tool's behavior and return value without needing a separate output schema.

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

Parameters3/5

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

The input schema already describes both parameters (days_back, repo_root) with 100% coverage. The description adds minimal new semantic meaning beyond the schema, only reiterating the default for days_back and the optional nature of repo_root. Baseline score of 3 is appropriate given high schema coverage.

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 that the tool provides a live overview of 3 recent and 3 upcoming work items based on real git activity. It specifies the output fields (just_completed, next_up, grid_12x12_colored_cells) and differentiates itself from sibling tools like thetacog-detect or thetacog-export by focusing on a summary overview.

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

Usage Guidelines3/5

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

The description implies the tool is used for getting an overview of recent and upcoming commits, but it does not explicitly state when to use it versus alternatives like thetacog-detect or thetacog-status. No specific context or exclusions are provided, leaving usage guidance somewhat implied.

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/wiber/thetacog-mcp'

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