wiznote-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WIZNOTE_USER | Yes | Your WizNote username (email) | |
| WIZNOTE_BASE_URL | Yes | The base URL of the WizNote server (e.g., http://127.0.0.1:18080) | |
| WIZNOTE_PASSWORD | Yes | Your WizNote password |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wiz_create_folderC | Create a WizNote category/folder path. |
| wiz_list_notesC | List notes in a WizNote category/folder. |
| wiz_search_notesC | Search notes in a WizNote knowledge base. |
| wiz_get_noteC | Read note metadata and HTML body. |
| wiz_create_noteC | Create a note from HTML or Markdown. |
| wiz_update_noteC | Update an existing note from HTML or Markdown. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a unique operation: folder creation, note CRUD (except delete), listing, and searching. No overlaps in purposes.
All tools follow a consistent pattern: 'wiz_' prefix + verb_noun (e.g., create_folder, get_note). No mixing of conventions.
6 tools is well-scoped for a note-taking service, covering essential operations without unnecessary bloat.
Covers core note CRUD (create, read, update), listing, and search. Missing delete note and folder listing, but these are minor gaps for basic workflows.