fetch_cc_rules_list
Retrieve compliance rules with names, descriptions, and IDs to attach to control flows. Filter by name and paginate results for targeted rule selection.
Instructions
Fetch list of CC rules with only name, description, and id. This tool should ONLY be used for attaching rules to control flows.
Args: params: Optional query parameters for filtering/pagination - name_contains: Filter rules by name containing this string - page_size: Number of items to be returned (default 100)
Returns: List of simplified rule objects containing only name, description, and id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |