Microsoft OneNote
Microsoft OneNote is a note-taking app that allows you to create, edit, and share notes with others.
Tools
| Name | Description |
|---|---|
create_notebookCreates a notebook. | Creates a notebook. |
create_sectionCreates a new section in notebook. | Creates a new section in notebook. |
create_note_in_sectionCreate a new note in a specific section with title and content. | Create a new note in a specific section with title and content. |
create_pageCreates a page in section. | Creates a page in section. |
create_image_noteCreate a note containing an embedded image via a public image URL. | Create a note containing an embedded image via a public image URL. |
append_noteAppend content to the end of an existing note. | Append content to the end of an existing note. |
Triggers
| Name | Description |
|---|---|
new_note_in_sectionFires when a new note is created in a specified section. | Fires when a new note is created in a specified section. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('microsoft-onenote', 'create_notebook', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'microsoft-onenote',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Microsoft OneNote to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Microsoft OneNote support?
Microsoft OneNote supports 6 tools including Create Notebook, Create Section, Create Note in Section, Create Page, Create Image Note, and more.
Can I use Microsoft OneNote with AI agents?
Yes. Add Microsoft OneNote to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Microsoft OneNote to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Microsoft OneNote as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Microsoft OneNote tools exposed by that workspace.
Does Microsoft OneNote work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Microsoft OneNote work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Microsoft OneNote?
Microsoft OneNote exposes 6 tools, including Create Notebook, Create Section, Create Note in Section, Create Page, Create Image Note, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Microsoft OneNote be used in stateful agent workflows?
Yes. Agents can combine Microsoft OneNote tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Microsoft OneNote use?
Microsoft OneNote uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Microsoft OneNote integration cost?
The Microsoft OneNote integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Microsoft OneNote support?
Microsoft OneNote supports 1 triggers including New Note in Section.
Connect Microsoft OneNote in minutes
Get 20,000 free action executions every month. No credit card required.