Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_get_v1_git_repositories_id_commits

Read-onlyIdempotent

Get the commit history for a Git repository by specifying its ID, enabling review of changes and revisions.

Instructions

List commits

HTTP: GET /v1/git/repositories/:id/commits Category: Git Required scopes: git:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already cover the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false). The description adds useful context beyond those: the HTTP method, the required scope 'git:read', and it explicitly restates 'Read-only.' It does not disclose pagination, ordering, or response shape, but for a read-only list endpoint the annotations keep the bar low. No contradiction with annotations.

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 compact and front-loaded, starting with 'List commits' followed by terse metadata lines for endpoint, category, scope, and read-only flag. It is appropriately sized, though 'Category: Git' and 'Read-only.' add little beyond what the tool name and annotations already convey.

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

Completeness3/5

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

For a low-complexity tool (1 param, read-only), the description covers the call mechanics: endpoint, method, scope, and one path parameter. With no output schema, the description carries the burden of describing return values, and it is silent on what a commit list contains (e.g., hash, message, author, date) or whether pagination applies. This is a meaningful but non-fatal gap.

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 coverage is 100% but the parameter description 'Path parameter: id' is circular and uninformative. The description partially compensates via the endpoint '/v1/git/repositories/:id/commits', which strongly implies id is the git repository ID. However, the description never explicitly defines the parameter's meaning, so it stays at the baseline of 3.

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 and resource: 'List commits' for a git repository, and the HTTP line confirms the exact endpoint. The operation is clear and consistent with the annotation title. However, it does not explicitly distinguish itself from near-siblings like panelica_git_get_v1_git_repositories_id_commits_hash_diff, relying on the tool name to differentiate.

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 usage context is implied through the endpoint 'HTTP: GET /v1/git/repositories/:id/commits' and category 'Git', so an agent can infer it lists commits for a specific repository. There is no explicit when-to-use/when-not-to-use guidance, and no mention of alternatives such as the commits_hash_diff endpoint when a diff is needed.

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/Panelica/panelica-mcp'

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