Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Tools

Functions exposed to the LLM to take actions

NameDescription
calculateA

Evaluate a numeric arithmetic expression and return the result.

Supports +, -, *, /, //, %, ** and parentheses. Use this for any arithmetic instead of computing it yourself — language models are unreliable at multi-digit math.

Args: expression: A numeric expression, e.g. "2 * (3 + 4) / 7".

search_knowledge_baseA

Search the bundled knowledge base for passages relevant to a query.

Args: query: Natural-language search query. top_k: Maximum number of results to return (default 3).

text_statsA

Compute character count, word count, sentence count, and estimated reading time for a piece of text.

Args: text: The text to analyze.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_documentBuild a prompt asking the assistant to summarize a knowledge-base document, guiding it to first read the document as a resource.

Resources

Contextual data attached and managed by the client

NameDescription
list_kb_documentsList every document name available in the knowledge base.

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/varunram3232-glitch/mcp-toolkit-server'

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