Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
No arguments  | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
No prompts  | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
No resources  | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| list_notebooks | Retrieve the complete notebook hierarchy from Joplin  | 
| search_notes | Search for notes in Joplin and return matching notebooks  | 
| read_notebook | Read the contents of a specific notebook  | 
| read_note | Read the full content of a specific note  | 
| read_multinote | Read the full content of multiple notes at once  | 
| create_note | Create a new note in Joplin  | 
| create_folder | Create a new folder/notebook in Joplin  | 
| edit_note | Edit/update an existing note in Joplin  | 
| edit_folder | Edit/update an existing folder/notebook in Joplin  | 
| delete_note | Delete a note from Joplin (requires confirmation)  | 
| delete_folder | Delete a folder/notebook from Joplin (requires confirmation)  |