List settings
list-settingsRead world and client settings from core or chosen modules, filter by namespace or key, and view name, scope, type, and value while hiding secrets.
Instructions
Read registered world and client settings of the core ("core") or of chosen modules and systems, with name, scope, type and value. Values whose key looks like a secret are hidden, and the settings of this MCP module are not listed (get-permissions shows them). Client settings are those of the Gamemaster browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | At most this many settings, 1 to 500, default 200 | |
| scope | No | world, client or all (default) | |
| namespaces | No | Module, system or "core" ids; default ["core"] | |
| keyContains | No | Only keys containing this text, any case | |
| includeValues | No | Include the current values (default true) |