onenote-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| authenticateA | Start the Microsoft authentication flow using device code. This tool initiates the OAuth 2.0 device code flow for Microsoft Graph API. The user will be provided with a URL and code to complete authentication in their browser. Returns: Success message or error details |
| saveAccessTokenA | Save an access token for later use. |
| listNotebooksA | Get a list of all your OneNote notebooks. Returns: Formatted list of notebooks with IDs and display names |
| getNotebookC | Get details of a specific notebook. |
| listSectionsA | List all sections in a notebook. |
| listPagesB | List all pages in a section. |
| getPageA | Get the complete content of a specific page. This tool retrieves the full HTML content of a OneNote page, including all text, formatting, and embedded elements. |
| createPageB | Create a new page in a notebook. |
| searchPagesB | Search for pages across all notebooks. |
| getNotebookTOCA | Generate a table of contents for a notebook. This tool creates a comprehensive overview of all sections and pages in a notebook, useful for navigation and understanding structure. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/onenote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server