MATLAB MCP Server

generate_matlab_code

Convert natural language descriptions into MATLAB code automatically. Save scripts directly to a specified path for efficient coding integration with the MATLAB MCP Server.

Instructions

Generate MATLAB code from a natural language description

Input Schema

NameRequiredDescriptionDefault
descriptionYesNatural language description of what the code should do
saveScriptNoWhether to save the generated MATLAB script
scriptPathNoCustom path to save the MATLAB script (optional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Natural language description of what the code should do", "type": "string" }, "saveScript": { "description": "Whether to save the generated MATLAB script", "type": "boolean" }, "scriptPath": { "description": "Custom path to save the MATLAB script (optional)", "type": "string" } }, "required": [ "description" ], "type": "object" }

You must be authenticated.

Other Tools from MATLAB MCP Server

Related Tools

ID: t3mmsdxvmd