itglue_search_organizations
Search IT Glue organizations with case-sensitive substring matching. Auto-retries with word and diacritic variants on zero results. Supports format options to reduce response size.
Instructions
Search IT Glue organizations. IT Glue's filter[name] is a case-sensitive substring match — not fuzzy. On a 0-hit response, the tool auto-retries with first-word and diacritic-stripped variants and reports which strategy worked via meta.search_strategy. For genuine fuzzy lookup with confidence scoring, use itglue_find_org_match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | filter[name] — case-sensitive substring (IT Glue limitation; tool falls back to first-word and diacritic-stripped variants on miss). | |
| organizationTypeId | No | filter[organization_type_id] | |
| organizationStatusId | No | filter[organization_status_id] | |
| psaIntegrationType | No | filter[psa_integration_type] (e.g. manually, connectwise-rest, autotask). | |
| pageSize | No | page[size] — items per page (default IT Glue: 50, max 1000 for most endpoints). | |
| pageNumber | No | page[number] — 1-based page index. | |
| formatOptions | No | Reduce response size for token-sensitive callers. compact mode keeps id+type plus a small set of identifying attributes; fields[] picks specific attribute keys; omitEmpty strips null/empty values. |