Skip to main content
Glama

Systems MCP

by lethain

run_systems_model

Execute systems model simulations with specified parameters to generate JSON output containing results as a list of dictionaries. Define model specifications and set rounds for iterative analysis.

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

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