Skip to main content
Glama

joplin-mcp-server

search_notes

Search for and retrieve notes from Joplin by query, organizing results into matching notebooks for efficient access and organization.

Instructions

Search for notes in Joplin and return matching notebooks

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "type": "string" } }, "required": [ "query" ], "type": "object" }

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

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