List IT Glue Organizations
itglue_list_organizationsFind IT Glue organizations by name or ID with partial, case-insensitive matching. Returns paginated results with summary fields to obtain the organization ID needed for documents and flexible assets.
Instructions
Search and list IT Glue organizations. Use this first to find the organization ID required by document and flexible-asset tools. filter_name matches partially and case-insensitively; filter_id is exact. Results are paginated. List items carry summary fields; use itglue_get_organization for the full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field, prefix with "-" for descending (e.g. "name", "-updated_at") | |
| filter_id | No | Filter by organization ID | |
| page_size | No | Results per page (default 50, max 1000) | |
| filter_name | No | Filter by organization name (partial match) | |
| page_number | No | Page number (default 1) | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_more | Yes | ||
| page_number | Yes | ||
| total_count | Yes |