Skip to main content
Glama
Ryu07-d

knowledge-curator-mcp

by Ryu07-d

git_commit_corrections

Commit corrected files to your git repository. Provide an optional message to document the changes.

Instructions

Commit corrected files to git.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathsYesFiles to commit
messageNoOptional commit message
Behavior2/5

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

No annotations provided, so description carries full burden. It only states 'commit corrected files to git' without disclosing behavioral traits like mutation, staging requirements, or side effects (e.g., creating commits).

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?

Single sentence, no wasted words. Information is front-loaded, but could benefit from more detail without sacrificing conciseness.

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?

Given no output schema and no annotations, the description is too sparse. Missing context about return values, error conditions, or behavior (e.g., whether it pushes commits).

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 covers 100% of parameters with clear descriptions ('Files to commit', 'Optional commit message'). The description adds no additional semantics beyond what the schema provides.

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 'Commit corrected files to git,' which clearly identifies the action and resource. It distinguishes from sibling tools (add_citations, fact_check_document, etc.) which are unrelated to git operations.

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?

No guidance on when to use this tool versus alternatives. There's no mention of prerequisites (e.g., initialized repo, permissions) or when not to use it.

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/Ryu07-d/knowledge-curator-mcp'

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