Skip to main content
Glama
lzientek

notlai-mcp

by lzientek

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
notlai_registerB

Create a new Notlai account with email and password

notlai_loginA

Authenticate with email and password to obtain access tokens

notlai_web_loginA

Start web-based login flow. Opens a local auth server and provides a URL to authenticate via the web.

notlai_logoutA

Delete local credentials and end the session

notlai_statusA

Check authentication status and refresh token if needed

notlai_list_notesA

List your notes. Supports filtering by tags, date range, text search, and favorites. Returns the most recently updated notes first.

notlai_get_noteA

Get the full content of a specific note by its ID.

notlai_create_noteA

Create a new note. Content supports Markdown formatting (headings, lists, code blocks, links, bold, italic, etc.). Before creating, consider using notlai_list_tags to find relevant tags to assign.

notlai_update_noteA

Update an existing note. Only provided fields will be changed. Content supports Markdown formatting. Use notlai_list_notes to find the note ID.

notlai_delete_noteA

Permanently delete a note by its ID. This cannot be undone.

notlai_list_tagsA

List all your existing tags with their IDs. Use this before creating or updating a note to find relevant tags to assign. When creating a note, pass existing tag names in the tags field.

notlai_create_tagA

Create a new tag for categorizing notes. Check existing tags first with notlai_list_tags to avoid duplicates. Tag names are stored in lowercase.

notlai_delete_tagA

Delete a tag by its ID. This also removes the tag from all notes that use it. Use notlai_list_tags to see available tags and their IDs.

notlai_list_foldersA

List all your folders. Use folder IDs to filter notes by folder or to move notes into a folder.

notlai_create_folderA

Create a new folder to organize your notes. After creating a folder, use notlai_move_note to move notes into it.

notlai_delete_folderA

Delete a folder by its ID. Notes inside the folder are moved back to the root (they are not deleted). Use notlai_list_folders to see folder IDs.

notlai_move_noteA

Move a note into a folder, or back to root. Use this to reclassify and organize your notes. Use notlai_list_folders to find folder IDs.

notlai_bulk_delete_notesA

Permanently delete multiple notes at once. This cannot be undone. Use notlai_list_notes to find note IDs.

notlai_get_note_activityA

Get the activity history of a note: who modified what, when, and from which AI. Returns most recent events first.

notlai_share_noteA

Share a note. Without email: creates a public link (read-only). With email: shares with a specific user at the given permission level.

notlai_unshare_noteA

Revoke a share. Without email: revokes the public link. With email: revokes access for that specific user.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/lzientek/notlai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server