Skip to main content
Glama
ozand
by ozand

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_API_KEYNoAPI key (alternative to username/password)
REDIS_API_URLNoAPI URLhttps://redis.ayga.tech
REDIS_PASSWORDNoPassword for authentication
REDIS_USERNAMENoUsername for authentication

Tools

Functions exposed to the LLM to take actions

NameDescription
search_perplexity

AI-powered search with sources. Args: query (string), timeout (int, default 90)

search_chatgpt

ChatGPT with web search. Args: query (string), timeout (int, default 90)

search_claude

Anthropic Claude assistant. Args: query (string), timeout (int, default 90)

search_gemini

Google Gemini AI. Args: query (string), timeout (int, default 90)

search_copilot

Microsoft Copilot search. Args: query (string), timeout (int, default 90)

search_grok

xAI Grok assistant. Args: query (string), timeout (int, default 90)

search_deepseek

DeepSeek AI assistant. Args: query (string), timeout (int, default 90)

search_google_search

Google web search. Args: query (string), timeout (int, default 90)

search_bing_search

Bing web search. Args: query (string), timeout (int, default 90)

search_duckduckgo

DuckDuckGo search. Args: query (string), timeout (int, default 90)

search_youtube_search

Search YouTube videos. Args: query (string), timeout (int, default 90)

list_parsers

List all available parsers with details

get_parser_info

Get detailed information about a specific parser

health_check

Check Redis API health status

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/ozand/ayga-mcp-client'

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