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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_documentsA

Get a list of all indexed documents. Returns a list of document filenames that have been ingested.

searchA

Search indexed PDF documents for relevant chunks.

Args: query: The search query text n_results: Maximum number of results to return (default: 5) document: Optional specific document filename to search within

get_document_infoA

Get information about a specific document including chunk count and metadata.

Args: document: The filename of the document to get info for

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/johwiebe/docstore'

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