Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WIZNOTE_USERYesYour WizNote username (email)
WIZNOTE_BASE_URLYesThe base URL of the WizNote server (e.g., http://127.0.0.1:18080)
WIZNOTE_PASSWORDYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a unique operation: folder creation, note CRUD (except delete), listing, and searching. No overlaps in purposes.

Naming Consistency5/5

All tools follow a consistent pattern: 'wiz_' prefix + verb_noun (e.g., create_folder, get_note). No mixing of conventions.

Tool Count5/5

6 tools is well-scoped for a note-taking service, covering essential operations without unnecessary bloat.

Completeness4/5

Covers core note CRUD (create, read, update), listing, and search. Missing delete note and folder listing, but these are minor gaps for basic workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues