Skip to main content
Glama
krillto

Krill.to MCP Server

Official
by krillto

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KRILL_API_KEYYesYour krill.to API key (starts with `krill_`)
KRILL_BASE_URLNoCustom API URL (default: https://krill.to)

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_bookmarksB

Search your saved Twitter/X bookmarks by keyword, topic, or author. Uses full-text and semantic search.

ask_bookmarksA

Ask a question about your bookmarks. Uses AI to find relevant saved tweets and answer based on them.

list_collectionsA

List all your bookmark collections (like playlists for tweets).

get_collection_bookmarksA

Get all bookmarks in a specific collection.

create_collectionB

Create a new bookmark collection.

add_to_collectionC

Add a bookmark to a collection.

update_bookmarkB

Update a bookmark's category or tags.

add_notesB

Add or update personal notes on a bookmark.

get_highlightsA

Get all your highlighted passages from bookmarks.

delete_bookmarkA

Delete a bookmark permanently.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: updating bookmarks, retrieving highlights, deleting bookmarks, searching, asking questions, managing collections, adding notes, and adding to collections. Even search_bookmarks and ask_bookmarks are clearly separated (one returns matches, the other provides an AI-generated answer). No two tools appear to overlap in function.

Naming Consistency4/5

The verb_noun pattern is consistent with lowercase and underscores, but there are minor deviations: some nouns are singular (update_bookmark, delete_bookmark) while others are plural (search_bookmarks, ask_bookmarks), and add_to_collection uses a prepositional phrase instead of a simple verb+noun. However, the overall style is uniform and predictable.

Tool Count5/5

The tool count of 10 is well within the typical 3-15 range and aligns with the server's purpose of managing Twitter/X bookmarks and collections. Each tool covers a distinct aspect of the domain without excessive redundancy or unnecessary additions.

Completeness3/5

The tool set covers core bookmark operations (update, delete, search, retrieve via collections) and collection basics (create, list, add). However, there are notable gaps: no way to delete or rename a collection, no way to remove a bookmark from a collection, and no direct method to fetch a single bookmark by ID. These missing operations limit full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues