Skip to main content
Glama

Stata-MCP

append_dofile

Add Stata code to an existing dofile or generate a new one for Stata-MCP, enabling streamlined code management and execution of statistical operations.

Instructions

append stata-code to an existing dofile or create a new one

Input Schema

NameRequiredDescriptionDefault
contentYes
original_dofile_pathYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "original_dofile_path": { "title": "Original Dofile Path", "type": "string" } }, "required": [ "original_dofile_path", "content" ], "title": "append_dofileArguments", "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