intel_lookup
Resolve reference data for intelligence-tool filters: search technicians, business units, payment types, or membership types by name and get matching IDs.
Instructions
Look up technicians, business units, payment types, or membership types for use in intelligence-tool filters. Returns matching IDs and names from a 30-minute in-process cache; search performs a case-insensitive name match, while omission returns the available cached set.
Examples:
"What are our business units?" -> type="business-units"
"Find technician named John" -> type="technicians", search="John"
"List all payment types" -> type="payment-types"
"What membership types do we have?" -> type="membership-types"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of reference data to look up | |
| search | No | Search by name (partial match). Omit to list all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||