Microsoft Word
Service domainDOCUMENTS
Arcade Optimized
Arcade.dev LLM tools for Microsoft Word
4tools
Microsoft Word Toolkit
The Arcade Microsoft Word toolkit integrates with OneDrive-hosted Word documents, enabling LLMs to create, read, and edit .docx files programmatically via the Microsoft Graph API.
Capabilities
- Document creation: Create new Word documents in OneDrive with optional initial text content (4 MB upload limit).
- Document retrieval: Fetch document metadata and/or full content; content is returned as Markdown by default, with a metadata-only mode available.
- Document editing: Append text to the end of existing
.docxfiles (4 MB limit). - User/environment introspection: Retrieve information about the authenticated user and their Microsoft Word environment.
OAuth
This toolkit uses OAuth 2.0 via Microsoft as the identity provider. See the Arcade Microsoft auth provider docs for setup details, required scopes, and configuration.
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