Microsoft Word
Service domainDOCUMENTS
Arcade Optimized
Arcade.dev LLM tools for Microsoft Word
4tools
Arcade's Microsoft Word toolkit lets developers create, read, and update Word documents stored in OneDrive through Microsoft Graph.
Capabilities
- Create
.docxdocuments with optional initial text, automatic.docxextension 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
.docxdocuments 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 name | Description | Secrets | |
|---|---|---|---|
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. |
Get Building
Last updated on