searchPages
Search OneNote page titles using a specific query to quickly locate relevant content within notebooks, sections, and pages via the OneNote MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No | The search term for page titles. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "The search term for page titles.",
"type": "string"
}
},
"type": "object"
}