List settings
list-settingsList world and client settings from Foundry VTT core, modules, or systems, with name, scope, type, and value. Secret values are hidden.
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) |