Skip to main content
Glama

spss_manova

Run multivariate analysis of variance to compare groups across multiple dependent variables, testing multivariate effects and producing univariate follow-ups.

Instructions

Run multivariate analysis of variance (MANOVA) for multiple dependent variables. Tests multivariate effects and provides univariate follow-ups. Requires IBM SPSS Statistics to be installed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoUNIQUE
factorsYes
file_pathYes
covariatesNo
dependentsYes
factor_rangesNo
print_univariateNo
print_multivariateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden and does disclose the main behavior: running multivariate tests and providing univariate follow-ups. It also adds the environmental prerequisite that IBM SPSS Statistics must be installed. It does not, however, mention potential side effects, output behavior, or whether any data is modified.

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 two sentences, front-loaded with the primary action, and every sentence contributes either the procedure's purpose or a necessary external requirement. There is no filler or repetition.

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?

For an 8-parameter tool with no annotations and no per-parameter descriptions, this is too sparse. The output schema may cover return values, but the agent still lacks guidance on parameter semantics and on choosing MANOVA over the many related statistical siblings. A simple call could be constructed from defaults, but non-default configurations remain ambiguous.

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 undocumented parameters. It only loosely connects to dependents and factors, and it says nothing about file_path, covariates, factor_ranges, method (UNIQUE vs SEQUENTIAL), or the print flags. The parameter names and enum provide some structure, but the description adds almost no semantic detail.

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 states a specific verb ('Run'), a specific statistical procedure (MANOVA), and its defining condition ('multiple dependent variables'). It also distinguishes itself from siblings like spss_anova by emphasizing multivariate analysis and univariate follow-ups.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear application context: MANOVA for multiple dependent variables with factors. However, it offers no explicit guidance about when not to use it or which sibling tools (e.g., spss_anova, spss_glm_univariate, spss_repeated_measures_anova) to prefer in other scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/rasitnarcicek/spss-mcp-extended'

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