list_drives
List Huly Drive spaces to find drive IDs and names before path operations. Supports query filtering, archived drives, and adjustable limit.
Instructions
List Huly Drive spaces. When includeArchived is omitted, includeArchived=false. Use this before path operations when you do not know the exact drive id or exact drive name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | a string that will be trimmed | |
| includeArchived | No | Include archived Drives. Defaults to false. | |
| limit | No | Maximum drives to return (default: 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |