Skip to main content
Glama

emacs_git_log

Get commit logs for your Git repository, filter by file or branch, and control output length and format.

Instructions

Get commit log

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoShow commits for specific file (optional)
countNoNumber of commits to show (default: 10)
branchNoBranch name (optional)
formatNoOutput format (default: short)
Install Server

TDQS

C2.7/5.0
Behavior2/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 disclosure. It only says 'Get commit log' and does not explain how results are returned, whether an Emacs buffer is opened, whether it is read-only, or how errors are handled. This is a minimal hint at best.

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

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than effective conciseness. A tool with four parameters, no annotations, and no output schema needs more than a three-word phrase to be adequately specified.

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?

The description lacks enough context for an agent to confidently invoke the tool. It does not explain what 'commit log' means in this Emacs context, how the output is presented, whether a branch or repo is required, or how this relates to the many sibling git tools. The absence of an output schema increases the need for descriptive completeness.

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?

Schema description coverage is 100%, so the parameters are already well-documented in the input schema. The description adds no additional parameter context, which matches the baseline expectation for fully covered schemas.

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

Purpose4/5

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

The description states a specific verb ('Get') and resource ('commit log'), which clearly identifies what the tool does and distinguishes it from related git tools like status, diff, or blame. However, it does not add scope details (e.g., current repository) or explicitly differentiate from siblings, so it stops short of a 5.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternatives such as emacs_git_status, emacs_git_diff, or emacs_git_blame. The description does not mention prerequisites, common workflows, or situations where this tool is preferred.

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

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/mandoo180/emacs-mcp'

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