Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_filesA

List files and folders at a path within a container. Use to browse container contents before retrieving documents.

search_knowledgeA

Search a container using semantic, keyword, or hybrid mode. Returns ranked document chunks with scores. Use when answering questions from stored knowledge.

delete_fileA

Delete a file and all its chunks and vectors. To update a file, delete it first then re-upload with upload_file.

container_createA

Create a new container for organizing documents. Use when setting up a new knowledge domain or project.

container_deleteA

Delete a container. MinIO containers must be emptied first. Filesystem/S3/Azure files are not deleted — only the index is removed.

container_listA

List all containers with document counts. Use to discover available knowledge bases before searching.

bulk_uploadA

Upload up to 100 files in one call. Each file is parsed, chunked, and embedded. Returns per-file results.

bulk_deleteA

Delete up to 100 files in one call. Returns per-file success/failure results.

upload_fileA

Upload a file to be parsed, chunked, embedded, and made searchable. Provide either 'content' (base64) or 'textContent' (raw text), not both.

container_statsA

Get container statistics: document counts, chunk count, storage size, and embedding model info.

get_documentA

Retrieve a document's full text by ID or path. Returns extracted text for binary formats (PDF, DOCX, PPTX).

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/Destrayon/Connapse'

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