Skip to main content
Glama

blame_line_range

Identify the commits responsible for changes in a specified line range of a kernel file, with evidence sources.

Instructions

Get commit attribution for a specific line range in a file.

Args: file_path: Relative file path in kernel tree. start_line: Starting line number (1-indexed). end_line: Ending line number. repo: Optional repository filter.

Returns: Dictionary with line range attributions and evidence sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNo
end_lineYes
file_pathYes
start_lineYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It states the return type ('Dictionary with line range attributions and evidence sources') and uses 'Get' to imply a read operation. However, it does not disclose potential limitations, performance characteristics, or error handling, which are relevant for a blame operation.

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 orderly: a one-line purpose, an Args list, and a Returns note. No redundant sentences; every line contributes information, making it highly scannable.

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?

The description covers the core purpose, all parameters, and return type, which is sufficient for a simple read tool. However, it lacks usage guidance and caveats (e.g., behavior with invalid line ranges or when to prefer get_file_history), so it is not fully complete given the absence of annotations.

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

Parameters5/5

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

The input schema has no descriptions, so the description fully compensates by explaining each parameter: file_path as a relative kernel tree path, start_line and end_line as 1-indexed integers, and repo as an optional filter. This adds meaningful context beyond the raw schema types and titles.

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 'Get commit attribution for a specific line range in a file,' which identifies the tool's specific verb, resource, and scope. This distinguishes it from siblings like get_file_history (file-level history) and search_commits (query-based search).

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?

There is no guidance on when to use this tool versus alternatives. The description is purely functional, with no mention of context, exclusions, or sibling tools, leaving the agent to infer usage independently.

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/Reinazhard/kernelmind-mcp'

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