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.1
Auth:User authorization via the Microsoft auth provider
4tools

Arcade's Microsoft Word toolkit lets developers create, read, and update Word documents stored in OneDrive through Microsoft Graph.

Capabilities

  • Create .docx documents with optional initial text, automatic .docx extension handling, folder targeting, and configurable filename conflict behavior: fail, rename, or replace.
  • Retrieve Word document metadata and Markdown content, or request metadata only.
  • Append text to existing .docx documents within the 4 MB upload limit.
  • Fetch authenticated user profile and Microsoft Word environment information.

OAuth

  • Provider: Microsoft
  • Scopes: Files.Read, Files.ReadWrite, User.Read

Secrets

  • No secret types required for toolkit operation.

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