Skip to main content
Glama

Joplin MCP Server

by dweigend

search_notes

Search and retrieve notes in Joplin by specifying a query and result limit. Use this tool to efficiently locate specific content within your notes using the Joplin MCP Server.

Instructions

Search for notes in Joplin.

Args: args: Search parameters query: Search query string limit: Maximum number of results (default: 100) Returns: Dictionary containing search results

Input Schema

NameRequiredDescriptionDefault
argsYes

Input Schema (JSON Schema)

{ "$defs": { "SearchNotesInput": { "description": "Input parameters for searching notes.", "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 100, "title": "Limit" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "SearchNotesInput", "type": "object" } }, "properties": { "args": { "$ref": "#/$defs/SearchNotesInput" } }, "required": [ "args" ], "title": "search_notesArguments", "type": "object" }
Install Server

Other Tools from Joplin MCP Server

Related Tools

    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/dweigend/joplin-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server