Listing settings
action1_list_settingsList all enterprise-wide advanced settings, with filtering by category or substring, pagination, and sorting. Requires manage_advanced_settings permission.
Instructions
Listing settings. Lists all existing settings. At this time, all settings are enterprise-wide. Perm: manage_advanced_settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| sortby | No | Define the sorting order by a certain field. | |
| verbose | No | Skip per-item compactor. | |
| category | No | The category of advanced settings. | |
| auto_paginate | No | Walk all pages. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |