Skip to Content
ResourcesIntegrationsProductivity & DocsMicrosoft Word

Microsoft Word

Service domainDOCUMENTS
Microsoft Word icon
Arcade Optimized

Arcade.dev LLM tools for Microsoft Word

Author:Arcade
Version:0.2.3
Auth:User authorization via the Microsoft auth provider
4tools

Microsoft Word Toolkit

Arcade's Microsoft Word toolkit enables LLMs to interact with Word documents stored in OneDrive via the Microsoft Graph API, covering creation, reading, and editing workflows.

Capabilities

  • Document creation: Create new .docx files in OneDrive with optional initial text content (4 MB upload limit).
  • Document reading: Retrieve document metadata and full content (converted to Markdown by default) or metadata only; .docx format required.
  • Document editing: Append text to the end of existing .docx documents (4 MB limit).
  • User context: Retrieve information about the authenticated user and their Microsoft Word/OneDrive environment.

OAuth

This toolkit uses OAuth 2.0 via the Microsoft provider. Arcade handles the authorization flow, token storage, and refresh automatically.

See the Microsoft auth provider docs for configuration details.

Available tools(4)

4 of 4 tools
Operations
Behavior
Tool nameDescriptionSecrets
Create a new Word document in OneDrive (4MB upload limit). Optionally include text content.
Get a Word document's metadata and content (`.docx` only). Returns the document content as Markdown by default. Returns only metadata when metadata_only is True.
Append text to the end of a Word document (supports only `.docx`, 4MB limit).
Get information about the current user and their Microsoft Word environment.
Last updated on