unegui-mn MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_listingsA | |
| browse_categoryA | |
| get_listing_detailsA | |
| list_categoriesA | |
| get_recent_listingsA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
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.
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.
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.
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.