search_notes
Locate specific notes in your Joplin notebook by full-text search with Joplin's query syntax. Filter by title or tag and paginate results.
Instructions
Full-text search notes using Joplin's search syntax (e.g. 'title:foo', 'tag:bar').
Args:
query: Search query string.
limit: Max results per page (Joplin caps this at 100).
page: Page number, starting at 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||