Skip to main content
Glama
arimxyer

Documentation Manager

by arimxyer

docmgr_detect_changes

Read-onlyIdempotent

Detect code changes to identify documentation that is out of sync. Lists changed files by type and optionally detects symbol-level changes, all without modifying any files.

Instructions

Detect code changes without modifying baselines (pure read-only).

Use when: Checking if documentation is out of sync after code changes Result: Lists changed files (categorized as code/docs/assets/etc.), affected documentation, and optional semantic changes Mode: Read-only (never modifies any files)

Modes:

  • mode="checksum": Compare current file checksums against repo-baseline.json

  • mode="git_diff": Compare current files against a specific git commit

Set include_semantic=true to detect symbol-level changes (functions/classes added/modified/deleted).

Typical workflow: Run after code changes to identify which docs may need updates, before deciding whether to update documentation or baselines

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathYes
since_commitNo
modeNochecksum
include_semanticNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate read-only, non-destructive, and idempotent behavior. The description reinforces this and adds context about modes (checksum vs git_diff) and results (categorized changed files), providing extra value beyond annotations.

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

Conciseness5/5

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

The description is well-structured with sections for purpose, usage, result, modes, and workflow. Every sentence adds value without repetition, making it efficient and easy to parse.

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

Completeness5/5

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

Given the presence of an output schema and comprehensive annotations, the description covers all necessary aspects: purpose, usage, behavior, parameters, and workflow. An agent has enough information to select and invoke the tool correctly.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% coverage, but the description explains the mode and include_semantic parameters, and implies since_commit's role in git_diff. It does not elaborate on project_path, but the overall parameter guidance is sufficient for correct usage.

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 clearly states the tool detects code changes without modifying baselines, specifies it is pure read-only, and distinguishes it from sibling tools like docmgr_update_baseline by emphasizing detection over modification.

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

Usage Guidelines4/5

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

The description provides explicit use cases ('when checking if documentation is out of sync after code changes') and a typical workflow, guiding the agent on when to invoke. However, it does not explicitly list alternatives or when not to use.

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/arimxyer/doc-manager-mcp'

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