Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRIGHTDATA_USERYesYour Bright Data account email/username.
BRIGHTDATA_PASSWORDYesYour Bright Data account password.

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
faq_retrieval_toolA

Retrieve the most relevant documents from FAQ collection. Use this tool when the user asks about F1 Racing.

Input:
    query: str -> The user query to retrieve the most relevant documents

Output:
    context: str -> most relevant documents retrieved from a vector DB
bright_data_web_search_toolA
Search for information on a given topic using Bright Data.
Use this tool when the user asks about a specific topic or question 
that is not related to general machine learning.

Input:
    query: str -> The user query to search for information

Output:
    context: list[str] -> list of most relevant web search results

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/patanjali-22/RAG-App-MCP'

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