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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
locateA

Find where a feature or symbol lives in ONE call: ranked hits with their summaries, plus a source snippet of the top hit to confirm. Start here for "where is X" / "where do we do Y" — usually all you need; no setup call required first.

entry_pointA

Where does a feature BEGIN? Returns the entry/boundary that dominates the feature (route handler, CLI command, main, or exported API) — its file is where to start reading — plus the call path down through it. Use for "where do I start to understand X"; for "where is symbol X defined" use locate.

searchA

Hybrid (semantic + symbol) ranked summaries — NOT source. Returns several candidates without snippets; prefer locate when you just need to find one thing.

get_contextB

A node's generated summary/context (title, summary, description, signature, domain, keywords). Pass id for one, or ids to fetch several in one turn.

get_sourceA

Raw source for a node — the deliberate 'expensive' read. locate already includes a snippet of the top hit, so you often don't need this. Pass id for one, or ids for several.

neighborsC

All adjacent nodes of an id, grouped by edge family (calls, imports, contains, related, …).

expandA

BFS up to k hops along ONE edge family (e.g. calls) from a node.

get_repo_mapA

The routing table: file/package summaries ranked by PageRank, packed to a token budget. Reach for it to orient on an unfamiliar repo.

pack_neighborhoodC

A node's k-hop dependency neighborhood, source packed in topological order to a token budget (the single-shot static fallback).

get_minimal_contextA

Optional ~100-token orientation: stats + the top nodes by importance. Call only if you want a quick lay of the land — it is NOT a prerequisite for the other tools.

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/MohitAswani/ckg'

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