Skip to main content
Glama

ingest_git_history

Automatically captures session activity from git history, eliminating manual logging by ingesting commits and uncommitted changes within a configurable time window.

Instructions

Auto-ingest session activity from git history. NO manual logging needed!

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
time_window_hoursNo
include_uncommittedNo
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only claims 'Auto-ingest' and 'NO manual logging needed', revealing nothing about side effects, required git access, data persistence, permissions, or error behavior. It reads as a value statement rather than a behavioral specification.

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?

The description is very short and front-loads the core action in the first sentence. The second sentence is somewhat redundant with 'Auto-ingest' but is brief and not bloated, earning its place as a clarifying emphasis. Brevity is fine, though it sacrifices substance.

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

Completeness2/5

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

For a tool with three parameters, no output schema, and no annotations, this is insufficient. An agent cannot determine how time_window_hours affects ingestion, what include_uncommitted covers, what session_id should reference, or what side effects to expect after the call.

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

Parameters2/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 compensate, but it mentions none of the three parameters. The meanings of session_id, time_window_hours, and include_uncommitted are left entirely to inference from names and defaults, adding no semantic value over the 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 names a specific verb ('ingest') and a concrete resource ('session activity from git history'), making the tool's function immediately clear. It also differentiates itself from sibling tools like log_observation and save_finding_auto by its unique source (git history), even without naming them.

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 phrase 'NO manual logging needed!' implicitly positions this tool as the automated alternative to manual logging, suggesting when it might be used. However, it gives no explicit conditions, prerequisites, or comparison with specific sibling alternatives, leaving usage context mostly 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/Vedant9500/OpenLMlib'

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