Skip to main content
Glama

Diff two data files

diff_data

Compare two local data files to identify added, removed, changed, and unchanged rows, with optional offline HTML report generation. Data stays local.

Instructions

Compare two local data files (a git-style diff for data). Reports added/removed/changed/unchanged row counts (matched by --key when given), and optionally writes a self-contained offline HTML diff report. Both files stay local.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoColumn(s) that uniquely identify a row (enables cell-level changes).
afterYesPath to the NEW file.
beforeYesPath to the OLD file.
out_pathNoIf set, write an offline HTML diff report here and return its path.
Behavior4/5

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

Annotations are minimal (readOnlyHint=false, openWorldHint=false), so the description carries the disclosure burden. It adds valuable behavioral context: 'Both files stay local', it reports added/removed/changed/unchanged counts, and it can optionally write an HTML report. This covers privacy and side-effect expectations without contradiction.

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 three tight sentences with no filler. It front-loads the core purpose, then details outputs and the local-only guarantee. Every sentence contributes essential information.

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?

For a tool with four parameters and no output schema, the description covers the main outcome (counts plus optional report path) and the local-processing guarantee. It could be slightly more explicit about behavior when no --key is supplied, but overall it gives enough context for correct invocation.

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 description coverage is 100%, so each parameter is already individually documented. The description adds some context by explaining the role of --key in row matching and the out_path report, but it does not substantially go beyond the schema.

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 states a specific verb and resource: 'Compare two local data files' with a useful metaphor ('a git-style diff for data'). It clearly distinguishes this tool from siblings like query_data or visualize_data by focusing on comparison and diff reporting.

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 clear context: use this when comparing two local data files, especially when row-level change counts or an offline HTML report are needed. It does not explicitly name alternatives or state when not to use it, so it falls just short of a 5.

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/aurelio-nakamura/dataloupe'

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