itglue_search_documents
Search IT Glue documents with case-sensitive substring matching, automatically retrying with first-word and diacritic-stripped variants on zero results.
Instructions
Search IT Glue documents. 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.
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). | |
| organizationId | No | filter[organization_id] | |
| documentFolderId | No | filter[document_folder_id] | |
| 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. |