Skip to main content
Glama
flupke91

spss-studio-mcp

by flupke91

spss_chart_scatter

Export a publication-ready scatter plot by providing X and Y variables. Returns chart file path in PNG, TIFF, or EMF format for immediate submission.

Instructions

Export a publication-ready scatter plot (PNG/TIFF/EMF) via GGRAPH + OMS IMAGE. Provide x and y variables; the chart file path is returned for direct submission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
dpiNo
titleNo
x_labelNo
y_labelNo
width_pxNo
data_fileNo
height_pxNo
image_formatNoPNG

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals the export mechanism (GGRAPH + OMS IMAGE), the output formats (PNG/TIFF/EMF), and the return of a file path—useful behavioral details beyond the schema. It doesn't mention whether the tool overwrites files or how data is sourced (e.g., active dataset vs. data_file parameter), which is a slight gap, but the core outcome is well disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the purpose and then gives a quick usage note. It avoids fluff and every clause earns its place. However, it is almost too terse for a tool with 10 parameters, but for conciseness alone it's efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 10 parameters, no annotations, and schema descriptions cover none of the parameters. The one-sentence description leaves critical gaps, particularly the data_file parameter (how to supply data if no active dataset exists) and the meaning of visualization options like dpi, labels, and dimensions. Even though an output schema exists, the lack of guidance on data source and optional formatting makes the description incomplete for effective use.

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 meanings. It only clarifies x and y variables and optionally implies the image format list (PNG/TIFF/EMF). Many parameters remain unexplained: dpi, title, x_label, y_label, width_px, height_px, data_file, and image_format defaults. The description provides minimal semantic value beyond the schema's type/default information, leaving users guessing about data_file and formatting options.

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 exports a scatter plot in PNG/TIFF/EMF formats using GGRAPH + OMS IMAGE. The verb 'Export' and specific resource 'scatter plot' distinguish it from sibling chart tools like histogram or bar. It also mentions the key inputs (x and y variables), making the purpose unambiguous.

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 gives direct instruction to provide x and y variables, which is the core usage. It also notes that the chart file path is returned for direct submission, providing context for when this tool is appropriate (e.g., preparing publication figures). However, it doesn't explicitly contrast with alternative chart tools or state when not to use it, though the name and sibling list make this somewhat implicit.

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