Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KLYDO_DEBUGNoDebug mode (set to false in production)false
KLYDO_CACHE_TTLNoCache TTL in seconds3600
KLYDO_KLYDO_API_TOKENYesAPI token for klydo.in (required)
KLYDO_REQUEST_TIMEOUTNoRequest timeout in seconds30

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsA

Search for fashion products on Klydo.

Args: query: Search terms (e.g., "black dress", "nike shoes", "cotton kurta") category: Filter by category (e.g., "dresses", "shoes", "tshirts", "kurtas") gender: Filter by gender ("men" or "women") min_price: Minimum price in INR (e.g., 500) max_price: Maximum price in INR (e.g., 2000) limit: Maximum number of results (default 10, max 50)

Returns: List of matching products. Each product has: - image_url: Direct CDN image link (always show this) - url: Buy link on klydo.in (may be null — only show when present) - price, brand, name, category

get_product_detailsA

Get complete product information including all images, sizes, and specifications.

Args: product_id: The product ID from search results (the 'id' field)

Returns: Full product details with: - images: ALL product images from multiple angles (show all to users) - image_url: Primary product image - url: Buy link on klydo.in (may be null — only show when present) - sizes, colors, description, specifications - Returns None if product not found.

get_trendingB

Get currently trending/popular fashion products.

Args: category: Optional category filter (e.g., "dresses", "shoes", "tshirts") limit: Maximum number of results (default 10, max 50)

Returns: List of trending products sorted by popularity. Each product has: - image_url: Direct CDN image link (always show this) - url: Buy link on klydo.in (may be null — only show when present) - price, brand, name, category

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/myselfshravan/klydo-mcp'

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