OneDrive
Microsoft cloud storage with sharing and sync.
Auth: OAuth 2.0Catalog preview
Tools
What your agent can do with OneDrive
ONEDRIVE_SEARCHSearch across OneDrive records and content.
ONEDRIVE_CREATECreate a new item in OneDrive with validated fields.
ONEDRIVE_UPDATEUpdate an existing OneDrive item by id.
ONEDRIVE_LISTList and filter OneDrive items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect OneDrive from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "ONEDRIVE_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'