Skip to main content
Glama
voxmenthe

Search Tools MCP Server

by voxmenthe

change_propagation_analysis

Analyze historical commits to predict which modules will be impacted by a change, enabling proactive testing and risk assessment.

Instructions

Analyze how changes in one module historically propagate to others. Uses commit history to predict ripple effects of changes.

Args: repo_path: Repository path changed_module: Module to analyze (e.g., 'src.auth.user') days_back: Days of history to analyze include_test_impact: Include analysis of test file changes

Returns: Analysis of likely modules to be affected by changes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
days_backNo
repo_pathYes
changed_moduleYes
include_test_impactNo
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It does mention the use of commit history and the return of predictions, which implies a read-only analytic function. However, it does not explicitly confirm that it makes no modifications, nor does it discuss potential dependencies or performance considerations, leaving some transparency gaps.

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 compact and well-structured, starting with a two-sentence summary, followed by an Args list and a Returns line. Every sentence is purposeful and the key purpose is front-loaded, achieving high conciseness without sacrificing clarity.

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

Completeness4/5

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

The description covers the tool's action, method, parameters, and return value, which is mostly sufficient for a read-only analysis tool with no output schema. However, the return value description is generic, and no context is provided about alternatives or prerequisites, leaving minor completeness gaps.

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 schema provides no descriptions (0% coverage), but the description's Args section gives clear, one-line meanings for all four parameters, including a useful example for changed_module. This fully compensates for the schema's lack of documentation, though some explanations are terse.

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's purpose with a specific verb ('Analyze') and resource ('how changes in one module historically propagate to others'). It also distinguishes itself from sibling tools by emphasizing historical commit-based analysis and predicting ripple effects, making its unique scope evident.

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 description implies usage for predicting ripple effects based on commit history, but it does not explicitly state when to use this tool over alternatives like trace_dependency_impact or when not to use it. There is no mention of prerequisites or conditions, so guidance is only implicit.

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/voxmenthe/search-tools-mcp'

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