Note Manager MCP Tools
Query State
list_notes
List all notes
get_note
Get note by ID
search_notes
Search by keyword
Mutate State
create_note
Create a new note
Create a note called 'Meeting Notes'
create_note(title, content)
{
id
:
"f7e2"
,
title
:
"Meeting Notes"
}
Control UI
show_note
Show note in editor
Trigger Action
export_note
Export as Markdown
jDeploy