search_in_setting
Search a company setting value for specific text and return matching lines with surrounding context.
Instructions
Search for specific text within a company setting and return matching lines with surrounding context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional: Filter by setting type (defaults to COMPANY) | |
| owner | No | Optional: Filter by owner ID | |
| keyName | Yes | Setting key name to search within | |
| companyId | Yes | Company ID (integer) | |
| searchTerm | Yes | Text to search for within the setting value | |
| childObject | No | Optional: Filter by child object ID | |
| environment | No | Environment: pd (default), in, or ac | pd |
| contextLines | No | Number of lines before and after each match to include (default: 3) |