search_custom_fields
Search existing custom fields by name, type, or lookup type to avoid duplicates before creating new ones. Returns matching field IDs, types, and descriptions.
Instructions
Search for existing custom fields. Use this before creating new ones to avoid duplicates. Search by Name, Type, LookupType, or any combination. Returns matching custom fields with their IDs, types, and descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | No | Search by name (use LIKE operator for partial match) | |
| Type | No | Filter by the stored base type — Select, Freeform, Text, HTML and so on. Not the composite name create_custom_field takes: SelectSingle matches nothing. | |
| page | No | Page number (default 1) | |
| fields | No | Comma-separated fields to include. Replaces the default (Name,Type,Description,LookupType,MaxValues,Disabled) rather than adding to it. | |
| per_page | No | Results per page (max 100, default 20) | |
| LookupType | No | Filter by what it applies to (e.g. RT::Queue-RT::Ticket) |