Skip to main content
Glama
dagistankaradeniz

quillink-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QUILLINK_TOKENNoA Personal Access Token — bypasses OAuth login entirely
QUILLINK_API_BASENoOverride the API base URL (default: production)
QUILLINK_CLIENT_IDNoOverride the OAuth client id used by `login`

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_notesA

List the caller's notes. folder_id="" lists notes with no folder; omit it to list across all folders. status is "active" or "trashed". Locked notes are included but their body is withheld (null).

get_noteA

Get a single note by id. Fails with 403 if it isn't owned by the caller, 404 if it doesn't exist.

search_notesA

Full-text search over the caller's active notes' titles and body text. Locked notes only match on title (their body is never substring-matched, so a search hit can't leak hidden content).

get_note_statsA

Aggregate stats: total active notes, total storage bytes used, pinned-note count, and a created-at histogram by day.

list_note_recipientsA

List who a note (owned by the caller) has been shared with.

list_shared_notesA

List notes that have been shared with the caller by someone else (received copies), most recently shared first.

list_foldersC

List the caller's notebooks/folders.

get_folderA

Get a single folder by id.

list_tagsA

List every tag used across the caller's active notes.

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/dagistankaradeniz/gcp-note-taking-mcp'

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