search_contacts
Search IT Glue contacts by name, optionally filter by organization, and control result format. Returns matching contact data as JSON.
Instructions
Search for contacts by name.
Args: query: Search query string (searches first and last name) organization_id: Optional organization ID to limit search limit: Maximum number of results (default 10, max 100) output_format: Output format - "full", "compact" (default), or "summary" save_to_file: If True, saves full results to a temp file for jq processing
Returns: JSON string with matching contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |