Skip to main content
Glama

save_scenario

Validate and store a scenario manifest under a given name for later replay. Provide the manifest JSON and a short name to persist it as a file.

Instructions

Validate and persist a scenario manifest for later replay.

Args: manifest_json (str): JSON string of a :class:ScenarioManifest. name (str): Short name to save under (stored as scenarios/<name>.json).

Returns: dict: {"saved": True, "path": ...} on success, or {"saved": False, "error": ...} if validation failed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
manifest_jsonYes
nameYes

Latest Blog Posts

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/codebymov/CARLA-MCP'

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