sp_drive_checkout_list
List files checked out from SharePoint. Includes original path, checkout time, and local working-copy path. Optionally verify server-side lock state.
Instructions
List the files this MCP profile currently has checked out (acquired via sp_drive_file_checkout). Returns each entry's original path, when checkout happened, and the local working-copy path. Read-only. With verify=True, additionally queries SharePoint to confirm the server-side lock state (server_locked + lock_holder fields); costs one Graph call per registry entry. Default verify=False is sub-second, registry-only — sp_drive_file_checkin's ETag round-trip catches divergence at write time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verify | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |