Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_model | Create a new Stella model with specified time settings |
| add_stock | Add a stock (reservoir) to the current model |
| add_flow | Add a flow between stocks in the current model |
| add_aux | Add an auxiliary variable (parameter or intermediate calculation) to the current model |
| add_connector | Add a connector (dependency arrow) between variables |
| save_model | Save the current model to a .stmx file |
| read_model | Read an existing .stmx file and load it as the current model |
| validate_model | Validate the current model for errors and warnings |
| list_variables | List all variables (stocks, flows, auxiliaries) in the current model |
| get_model_xml | Get the XMILE XML representation of the current model (for preview) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |