stata_do
Execute Stata commands directly by specifying the dofile path to perform regression analysis and statistical operations via the Stata-MCP server.
Instructions
Run a stata-code via Stata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dofile_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"dofile_path": {
"title": "Dofile Path",
"type": "string"
}
},
"required": [
"dofile_path"
],
"title": "stata_doArguments",
"type": "object"
}