Skip to main content
Glama
disnet
by disnet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_note_typeC

Create a new note type with description, agent instructions, and metadata schema

create_noteC

Create one or more notes of the specified type(s)

get_noteC

Retrieve a specific note by identifier

get_notesC

Retrieve multiple notes by their identifiers

update_noteC

Update one or more existing notes

search_notesB

Search notes by content and/or type. Empty queries return all notes sorted by last updated.

search_notes_advancedC

Advanced search with structured filters for metadata, dates, and content

search_notes_sqlA

Direct SQL search against notes database for maximum flexibility. Only SELECT queries allowed.

list_note_typesA

List all available note types with their purposes and agent instructions

update_note_typeC

Update one or more fields of an existing note type

get_note_type_infoB

Get comprehensive information about a note type including instructions and description

list_vaultsB

List all configured vaults with their status and information

create_vaultB

Create a new vault and add it to the vault registry

switch_vaultC

Switch to a different vault

remove_vaultB

Remove a vault from the registry (does not delete files)

get_current_vaultB

Get information about the currently active vault

update_vaultC

Update vault information (name or description)

get_note_infoB

Get detailed information about a note including filename for link creation

list_notes_by_typeC

List all notes of a specific type with filename information

delete_noteC

Delete an existing note permanently

delete_note_typeC

Delete a note type and optionally handle existing notes

bulk_delete_notesC

Delete multiple notes matching criteria

rename_noteA

Rename a note by updating its title field (display name). The filename and ID remain unchanged to preserve links. Automatically updates wikilinks in other notes that reference the old title.

get_note_linksB

Get all links for a specific note (incoming, outgoing internal, and external)

get_backlinksC

Get all notes that link to the specified note

find_broken_linksA

Find all broken wikilinks (links to non-existent notes)

search_by_linksC

Search for notes based on their link relationships

migrate_linksC

Scan all existing notes and populate the link tables (one-time migration)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Available note typesList of all available note types with their descriptions
Recently modified notesList of recently modified notes
Workspace statisticsStatistics about the current workspace
Individual noteAccess individual notes by type and filename (e.g., flint-note://note/general/my-note)
Individual note in specific vaultAccess individual notes by vault, type and filename
Notes by typeList all notes of a specific type (e.g., flint-note://notes/general)
Notes by type in specific vaultList all notes of a specific type in a specific vault
Notes by tagList all notes with a specific tag (e.g., flint-note://notes/tagged/important)
Incoming links to noteList all notes that link to a specific note

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/disnet/flint-note'

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