Skip to main content
Glama
wisdomcrane

tilnote-mcp-server

by wisdomcrane

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TILNOTE_API_KEYYesYour Tilnote API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_noteB

Create a markdown note on Tilnote. The note is saved as a draft.

get_noteB

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

list_notesA

List your Tilnote notes. Returns recent notes with title, excerpt, and URL.

search_notesA

Search your Tilnote notes by keyword (searches title and content).

update_noteB

Update the title or content of an existing Tilnote note.

create_bookB

Create a new book on Tilnote. Returns the book ID and URL.

list_booksB

List your Tilnote books. Returns title, page count, and URL for each book.

get_bookA

Get details of a specific Tilnote book including its list of pages.

add_page_to_bookB

Add an existing note (page) to a Tilnote book.

remove_page_from_bookB

Remove a note (page) from a Tilnote book.

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/wisdomcrane/tilnote-mcp-server'

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