Contacts
list_contactsFind people who can be notified for monitoring alerts. Pass a name filter substring to narrow results to matching contacts.
Instructions
Find contacts (people who can be notified) by name. Pass name_filter with a substring to narrow the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Defaults to 50, maximum 500. | |
| name_filter | No | Substring to search for in the name. Empty returns everything, capped by limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | How to narrow the query when truncated. | |
| count | Yes | Number of rows in `items`. | |
| items | Yes | The rows, at most `limit` of them. | |
| truncated | Yes | True if openITCOCKPIT held more rows than were returned. |