Microsoft OneDrive

List and read files and folders on Microsoft OneDrive (Microsoft Graph).

# OneDrive Skillpack

Use this tool family for listing and working with Microsoft OneDrive files.

## When to use it

Choose OneDrive when the task involves:
- file discovery
- reading metadata
- interacting with a known OneDrive file or folder

## How to use it through Clono

1. Search operations:
   - `GET /api/tools/search?q=onedrive`
   - or `GET /api/tools/search?q=one drive`

2. Pick an operation from the `one_drive` tool family.

3. Start a run:
   - `POST /api/tool-runs`

4. Poll for completion:
   - `GET /api/tool-runs/{runId}`

## Requirements

- The user must have connected OneDrive in Clono Integrations.
- File ids and parent ids should be preserved exactly when provided.