Search Logitech Sync inventory
logitech_sync_search_inventorySearch across place and device inventory using text queries and filters for type, status, and health. Returns matching objects with pagination.
Instructions
Search across place and device inventory as one agent-oriented workflow.
This tool follows bounded pagination and dynamically requests identity, location, contract,
network, version, and health fields needed for useful matches. Use an exact id/serial for a
specific entity or partial text for discovery. It does not modify inventory.
Returns matching place/device objects plus complete/partial pagination metadata. Increase
``max_pages`` only when ``next_continuation`` shows the API scan was partial. When
``nextResultOffset`` is returned, repeat the same filters with that ``result_offset``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desks | No | Search desks. | |
| query | Yes | Case-insensitive text matched across ids, names, serials, versions, groups, locations, contracts, licenses, IPs, MACs, and hostnames. | |
| rooms | No | Search rooms. | |
| target | No | Search places, devices, or both. | any |
| max_pages | No | Maximum API pages followed for this search. | |
| page_size | No | API page size; 1000 minimizes quota usage. | |
| place_type | No | Optional Room or Desk filter. | |
| unlicensed | No | Include unlicensed places. | |
| device_type | No | Optional Logitech, Computer, or Generic device filter. | |
| max_results | No | Maximum matching entities returned. | |
| detail_level | No | concise or detailed match payloads. | concise |
| device_status | No | Optional Offline, Online, or InUse filter for device matches. | |
| health_status | No | Optional NoIssues, Warning, or Error filter for device matches. | |
| result_offset | No | Local match offset; reuse nextResultOffset with identical filters. | |
| response_format | No | Text view returned alongside structured content. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | ||
| meta | No | ||
| summary | Yes |