Skip to main content
Glama
ghostiee-11

holoviz-viz-mcp

by ghostiee-11

statistical_test

Perform statistical tests including t-test, correlation, regression, chi-square, normality, and ANOVA. Obtain numerical results and a diagnostic plot for analysis.

Instructions

Run a statistical test and return results with a diagnostic plot.

Supports t-test, correlation, regression, chi-square, and normality tests. Returns both numerical results (p-values, effect sizes) and a visualization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
column_xYesPrimary column (numeric for most tests)
column_yNoSecond column (for correlation/regression) or value column (for ttest)
test_typeYesTest to run — 'ttest', 'correlation', 'regression', 'chi2', 'normality', 'anova'
confidenceNoConfidence level (default 0.95)
dataset_nameYesName of the loaded dataset
group_columnNoGrouping column for t-test/ANOVA (splits data into groups)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description mentions returning numerical results and a visualization, but lacks details on side effects (e.g., whether data is modified), required permissions, or assumptions (e.g., dataset must be loaded). With no annotations, the description provides moderate transparency.

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?

Two sentences, front-loaded with the main action, no fluff. Efficient and to the point.

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?

Given the complexity (6 parameters, many test options) and existence of an output schema, the description is minimally complete. It does not explain how to use parameters like group_column vs column_y, or what the diagnostic plot shows. More context would benefit a complex tool.

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 coverage is 100%, so baseline is 3. The description does not add significant meaning beyond the schema; it reiterates test types already in test_type description and does not clarify parameter combinations or defaults.

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 the tool runs a statistical test and returns results with a diagnostic plot. It lists supported test types (t-test, correlation, etc.), making the purpose specific and distinct from general analysis tools.

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?

No guidance on when to use this tool versus sibling tools like analyze_data or auto_eda. No mention of prerequisites, limitations, or alternative tools for specific tasks.

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/ghostiee-11/holoviz-viz-mcp'

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