Skip to main content
Glama

Metis ยท Data Analyst โ€” Compare Profiles

compare_profiles

Compare two dataset profiles side-by-side to identify rows and columns added or removed, null count changes, type changes, and receive a human-readable summary.

Instructions

Compare two dataset profiles and produce a side-by-side diff.

Pass the JSON strings returned by profile_dataset() for the original
and cleaned files. Returns rows added/removed, columns added/removed,
null count changes per column, type changes, and a human-readable summary.

Args:
    before_profile: JSON string from profile_dataset() on the original file.
    after_profile:  JSON string from profile_dataset() on the cleaned file.

Returns JSON with: row_delta, col_delta, column_diffs (nulls, dtypes),
duplicate_delta, and a human_summary string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
after_profileYes
before_profileYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so description carries full burden. It explains the comparison operation and return format but does not disclose whether the tool is read-only, potential side effects, error conditions, or performance implications. Basic behavioral traits are covered but not comprehensively.

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?

Description is concise and well-structured: first sentence summarizes purpose, then explains inputs, then outputs. Uses clear formatting with bullet points for return fields. No redundant 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?

Given an output schema exists (not shown), description covers the key aspects: inputs, outputs, and usage. It could mention prerequisites (e.g., need to call profile_dataset first) but overall is adequate for a focused diff tool.

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?

Schema coverage is 0%, yet description adds full context: each parameter (before_profile, after_profile) is described as a JSON string from profile_dataset() and explains their roles. This compensates entirely for the lack of schema detail.

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?

Description clearly states the tool compares two dataset profiles and produces a side-by-side diff. It lists specific outputs like rows added/removed, columns added/removed, null count changes, type changes, and a human-readable summary. This distinguishes it from sibling tools such as profile_dataset.

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?

Explicitly instructs to pass JSON strings from profile_dataset() and describes the arguments and return value. While it doesn't explicitly state when not to use or list alternatives, the usage context is clear and specific enough for correct invocation.

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/SVerITG/Metis'

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