Skip to main content
Glama
haiiibin

data-profiler-mcp

by haiiibin

profile_dataset

Profile any tabular data file and get a structured overview with metadata, shape, statistics, missing values, duplicates, and data quality flags. Understand your dataset in one call.

Instructions

Profile a tabular data file in one call: the fastest way to understand a dataset.

Reads the file at path (CSV, TSV, Parquet, Excel or JSON/JSONL, detected from the extension) and returns a structured overview:

  • file metadata (format, size),

  • shape (row and column counts, and whether the profile was sampled),

  • total memory footprint,

  • a missing-value summary and a duplicate-row count,

  • a per-column summary (dtype, inferred type, null %, unique %, sample values, and basic stats for numeric/datetime columns), and

  • a list of plain-language data-quality flags.

Use this first whenever a user points you at a data file and wants to know what is in it. max_rows caps how many rows are read (default: up to one million); the result flags when the file was larger and the stats are a head sample.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
max_rowsNo
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses file reading, format detection, sampling behavior, and flagging when sampled. It does not mention authentication or rate limits, but for a read-only profiling tool this is acceptable.

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?

Well-structured with bullet points and clear sections. Front-loaded purpose, every sentence adds value, appropriate length for the complexity.

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?

Comprehensive description covering inputs, outputs (detailed list), behavioral details (sampling, extension detection). No output schema, but description explains return structure. Fits the tool's purpose well.

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?

Despite 0% schema description coverage, the description explains both parameters: 'path' (file to read) and 'max_rows' (capping rows with default). This adds significant value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool profiles a dataset and lists return categories. It lacks explicit differentiation from siblings like 'column_stats' or 'preview_data', but the comprehensive nature is implied.

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 says 'use this first' when user wants to understand a data file. Provides context on max_rows sampling but does not mention when to use alternatives or when not to use this tool.

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/haiiibin/data-profiler-mcp'

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