Skip to main content
Glama
flupke91

spss-studio-mcp

by flupke91

spss_import_csv

Convert CSV files to SPSS .sav format without requiring IBM SPSS Statistics. Leverages pandas and pyreadstat for direct conversion, saving output beside the CSV or to a specified path.

Instructions

Convert a CSV file to SPSS .sav format directly using pandas + pyreadstat — no IBM SPSS Statistics installation required. Much faster than going through SPSS syntax because it bypasses the SPSS engine entirely. Saves the .sav file next to the CSV by default, or to a custom output_path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
csv_pathYes
encodingNoutf-8
delimiterNo,
output_pathNo
column_labelsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden of transparency. It discloses that the tool creates a .sav file, where it saves by default, and that it bypasses the SPSS engine. However, it omits important behavioral traits such as whether existing files are overwritten, data type handling, or encoding limitations. This is adequate but not deeply transparent.

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 sentences, front-loaded with the core purpose, and every sentence adds value: what it does, why it's faster, and where output goes. No redundant or filler text. It is succinct and well-structured.

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 tool's moderate complexity (5 params, no annotations), the description provides the essential context for the primary use case but leaves out guidance on several parameters (encoding, delimiter, column_labels) and potential edge cases like overwriting or unsupported features. It is sufficient for a straightforward conversion task but lacks depth for full autonomous use without schema alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for parameter understanding. It only mentions 'output_path' as a custom destination; it does not explain 'encoding', 'delimiter', or 'column_labels', even though these are important for correctly importing a CSV. The parameter names are somewhat self-explanatory, but the description adds minimal value 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 uses a specific verb and resource: 'Convert a CSV file to SPSS .sav format'. It clearly differentiates from sibling analysis tools by naming the conversion goal and the technical approach (pandas + pyreadstat), and contrasts with SPSS syntax execution via spss_run_syntax. This leaves no ambiguity about what the tool does.

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 implies the primary use case: converting CSV to SPSS .sav without requiring SPSS installation. It explicitly compares to 'going through SPSS syntax' and notes it is 'much faster', providing an alternative. However, it does not state when not to use this tool or mention any prerequisites beyond the CSV file, so it is slightly short of a perfect score.

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/flupke91/spss-studio-mcp'

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