Skip to main content
Glama
MikhailHal

ariadne mcp-server

get_affected_tests

Analyze git diff including uncommitted changes to find tests impacted by code modifications, returning a sorted list of fully qualified test names.

Instructions

Get tests affected by code changes. Automatically runs git diff (including uncommitted changes) and analyzes which tests need to be run. Returns a sorted list of test FQNs (fully qualified names). If the diff contains changes outside the analyzed Kotlin sources (build scripts, resources), a note is appended — consider running the full test suite for those changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
base_branchNoGit branch to compare against (default: origin/main)
project_pathYesAbsolute path to the Kotlin project root directory
Behavior5/5

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

Since no annotations are provided, the description fully discloses the tool's behavior: it automatically runs git diff including uncommitted changes, analyzes which tests are affected, returns sorted FQNs, and appends a note for non-Kotlin changes. This is comprehensive and transparent.

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 concise with two well-structured sentences. The first sentence states the purpose, and the second adds critical operational detail without unnecessary words.

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?

The description covers all essential aspects: what the tool does, how it works (git diff), what it returns (sorted FQNs), and edge-case behavior (notes for non-Kotlin changes). No output schema exists, but the return value is described adequately.

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?

Parameter schema coverage is 100%, so the description neither adds nor detracts from schema information. The description does not elaborate on parameter semantics beyond what the schema already provides.

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 starts with a clear verb-object phrase 'Get tests affected by code changes' and elaborates with specific details about running git diff and analyzing tests, leaving no ambiguity about the tool's purpose.

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 implicitly guides usage by mentioning that it runs git diff on uncommitted changes and returns sorted FQNs. It also provides a note about when to consider running the full test suite (for changes outside Kotlin sources), which serves as an implicit usage guideline.

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/MikhailHal/ariadne'

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