Skip to main content
Glama
sindhug

MCP DataFrame QA

by sindhug

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_dataframeA

Answer a natural-language question about the dataframe.

    This tool uses the built-in conservative planner. For complex analysis,
    call execute_analysis_plan with a typed plan.
    
execute_analysis_planC

Execute a validated, read-only dataframe analysis plan.

preview_dataframeC

Return a capped preview of the dataframe.

Prompts

Interactive templates invoked by user choice

NameDescription
ask_dataframe
explain_dataframe

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: executing a plan, previewing data, and answering natural language queries. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, starting with a verb and clearly indicating the action.

Tool Count4/5

With only 3 tools, the server is somewhat minimal but still reasonable for focused dataframe QA. The count is on the lower end but not inappropriate.

Completeness3/5

The tools cover execution of analysis plans, preview, and query, but lack basic data exploration features like listing columns or summary statistics, which are notable gaps for a QA server.

Maintenance

ActivitySlowing
ResponsivenessNo issues