Systems MCP

by lethain
MIT License
1
  • Apple

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" }

You must be authenticated.

Other Tools from Systems MCP

Related Tools

    ID: 9luyio5u4n