Skip to main content
Glama
vedadsose

Context11 MCP Server

by vedadsose

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONTEXT11_URLNoAPI base URLhttps://context11.com
CONTEXT11_API_KEYYesYour Context11 API key (starts with ctx11_)

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_contextB

Search the company knowledge base for relevant context, guidelines, and rules

get_documentB

Get the full content of a specific document by ID

list_foldersA

List all folders in the workspace

list_documentsA

List all documents in a specific folder

read_documentB

Read a document's full content by ID

update_documentA

Update a document's title and/or content. Content must be in Tiptap JSON format.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation2/5

The tools get_document and read_document are nearly identical—both retrieve full document content by ID—causing clear ambiguity. Other tools are distinct, but this overlap creates confusion over which to use.

Naming Consistency4/5

Tool names follow a consistent verb_noun pattern (search_, get_, list_, read_, update_). However, the use of both 'get' and 'read' for the same operation is a minor inconsistency that disrupts the pattern.

Tool Count5/5

With 6 tools, the server is well-scoped for a document/knowledge base management purpose. Each tool, apart from the get/read duplication, occupies a clear functional role, and the count is neither sparse nor bloated.

Completeness2/5

The surface covers search, listing, reading, and updating documents, but lacks create and delete operations. This is a significant gap for a document management server, as users cannot add or remove documents through the tools.

Maintenance

ActivityInactive
ResponsivenessNo issues