arvan_git_log
Retrieve a concise list of recent Git commits from a specified directory, showing each commit on a single line.
Instructions
Show recent commits (one line each).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | ||
| max_count | No |
Retrieve a concise list of recent Git commits from a specified directory, showing each commit on a single line.
Show recent commits (one line each).
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | ||
| max_count | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description is consistent. It adds the specific behavioral detail that commits are shown 'one line each', which gives context beyond the annotations. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence with no redundant information. It is front-loaded and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is adequate for a simple read-only tool with annotations, but it lacks context such as requiring a git repository or mentioning possible error conditions. It could be more complete by specifying that the directory must be a valid git repo.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description should compensate by explaining parameters. However, it does not mention 'directory' or 'max_count' at all. The names are somewhat self-explanatory but the description adds no explicit parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Show recent commits (one line each)' clearly states the verb, resource, and output format. It distinguishes from sibling git tools like git_checkout, git_diff, and git_status, which have different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives, such as other git-related sibling tools. The description does not include any when-to-use or when-not-to-use hints.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dwin-gharibi/arvancloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server