Skip to main content
Glama

Stata-MCP

get_data_info

Retrieve descriptive statistics for specified variables in a data file. Input the file path, variable list, and encoding to analyze and summarize data efficiently on the Stata-MCP server.

Instructions

Get descriptive statistics for the data file

Input Schema

NameRequiredDescriptionDefault
data_pathYes
encodingNoutf-8
vars_listNo

Input Schema (JSON Schema)

{ "properties": { "data_path": { "title": "Data Path", "type": "string" }, "encoding": { "default": "utf-8", "title": "Encoding", "type": "string" }, "vars_list": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Vars List" } }, "required": [ "data_path" ], "title": "get_data_infoArguments", "type": "object" }
Install Server

Other Tools from Stata-MCP

Related Tools

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/SepineTam/stata-mcp'

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