Skip to main content
Glama

Systems MCP

by lethain

run_systems_model

Execute a systems model simulation with a specified configuration and number of rounds, returning results in JSON format for analysis and visualization.

Instructions

Run a systems model and return output of list of dictionaries in JSON.

Args: spec: The systems model specification rounds: Number of rounds to run (default: 100)

Input Schema

NameRequiredDescriptionDefault
roundsNo
specYes

Input Schema (JSON Schema)

{ "properties": { "rounds": { "default": 100, "title": "Rounds", "type": "integer" }, "spec": { "title": "Spec", "type": "string" } }, "required": [ "spec" ], "title": "run_systems_modelArguments", "type": "object" }
Install Server

Other Tools from Systems 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/lethain/systems-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server