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
search_listingsA
unegui.mn дээр түлхүүр үгээр зар хайна.
Search unegui.mn for listings matching a query.

Args:
    query: Хайлтын үг / Search term
           (жишээ: "Toyota Prius", "2 өрөө орон сууц", "Land Cruiser 300")
    category: Сонголттой ангилал / Optional category key
              (vehicles, real_estate, electronics, jobs, services,
               clothing, furniture, pets, hobby, education)
    page: Хуудасны дугаар / Page number (default: 1)

Returns:
    Тохирох заруудын JSON (гарчиг, үнэ, холбоос, байршил, огноо).
    JSON with matching listings (title, price, URL, location, date).
browse_categoryA
unegui.mn дээр тодорхой ангиллын заруудыг үзнэ.
Browse listings in a specific category on unegui.mn.

Args:
    category: Ангиллын түлхүүр / Category key
              (vehicles, real_estate, electronics, jobs, services,
               clothing, furniture, pets, hobby, education)
    subcategory: Дэд ангилал / Optional subcategory key
                 list_categories хэрэгслээр жагсаалтыг харна.
                 Жишээ: vehicles → cars_for_sale, car_parts
    page: Хуудасны дугаар / Page number (default: 1)

Returns:
    Тухайн ангиллын заруудын JSON.
    JSON with listings from the specified category.
get_listing_detailsA
Нэг зарын дэлгэрэнгүй мэдээллийг авна.
Get detailed information about a specific listing on unegui.mn.

Args:
    url: Зарын бүтэн холбоос / Full listing URL
         (жишээ: "https://www.unegui.mn/adv/12345_...")

Returns:
    Гарчиг, үнэ, тайлбар, байршил, зураг, үзүүлэлтүүд бүхий JSON.
    JSON with title, price, description, location, images, and specs.
list_categoriesA
unegui.mn-ийн бүх ангилал, дэд ангиллыг жагсаана.
List all available categories and subcategories on unegui.mn.

Returns:
    Монгол, англи хэлээр ангиллын нэрс бүхий JSON.
    JSON with bilingual category names (Mongolian default).
get_recent_listingsA
unegui.mn нүүр хуудасны хамгийн сүүлийн заруудыг авна.
Get the most recent listings from the unegui.mn homepage.

Args:
    limit: Буцаах зарын дээд тоо / Maximum listings to return
           (default: 20, max: 50)

Returns:
    Бүх ангиллын сүүлийн заруудын JSON.
    JSON with recent listings across all categories.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation4/5

Tools are mostly distinct: search by keyword, browse by category, view details, and list recent listings. There is slight overlap between search_listings and browse_category, but their distinct input types (query vs. category) make them clearly separable.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: search_listings, list_categories, browse_category, get_listing_details, get_recent_listings. Naming is predictable and clear.

Tool Count5/5

Five tools is well-scoped for a classifieds server: search, browse, categories, details, and recent listings. Each tool serves a distinct purpose without redundancy or bloat.

Completeness4/5

The tool set covers the primary read-only workflows for a classifieds site: searching, browsing, and viewing details. Minor gaps include lack of subcategory filtering in search and no advanced filter options, but core functionality is complete for browsing and discovering listings.

Maintenance

ActivitySlowing
ResponsivenessNo issues