Skip to main content
Glama

Joplin MCP Server

by dweigend

import_markdown

Convert markdown files into Joplin notes with specified file paths, enabling AI assistants to manage and organize content efficiently.

Instructions

Import a markdown file as a new note.

Args: args: Import parameters file_path: Path to the markdown file Returns: Dictionary containing the created note data

Input Schema

NameRequiredDescriptionDefault
argsYes

Input Schema (JSON Schema)

{ "$defs": { "ImportMarkdownInput": { "description": "Input parameters for importing markdown files.", "properties": { "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_path" ], "title": "ImportMarkdownInput", "type": "object" } }, "properties": { "args": { "$ref": "#/$defs/ImportMarkdownInput" } }, "required": [ "args" ], "title": "import_markdownArguments", "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