get_method_reference_inputs
Retrieve required reference inputs, including data and equations, for a specific method within the MoziChem-MCP server to support chemical engineering calculations.
Instructions
This function retrieves the reference inputs required for a specific method, including data and equations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"method_name": {
"title": "Method Name",
"type": "string"
}
},
"required": [
"method_name"
],
"type": "object"
}