set_default_universe
Store a default universe ID and optional alias so later analytics calls can omit the universeId parameter. Saves locally without changing Roblox data.
Instructions
Store a default universe ID so later tool calls can omit universeId, and optionally save a short alias for it. Writes to this server's local config file; it does not change anything on Roblox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | Optional short name for this universe, usable anywhere universeId is accepted. | |
| universeId | Yes | Numeric universe ID to use as the default. |