Skip to main content
Glama
ruixenui

Ruixen MCP Server

Official
by ruixenui

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
listRegistryItemsC

Lists Ruixen UI registry items with optional filtering by kind, query, and limit.

getRegistryItemB

Gets detailed information for a single Ruixen UI registry item.

searchRegistryItemsB

Searches Ruixen UI registry items by keyword or use case.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: retrieving a single item, listing with filters, and searching. There is no overlap in purpose.

Naming Consistency4/5

Tool names follow a verb_Noun pattern in camelCase, though getRegistryItem uses singular RegistryItem while the others use plural RegistryItems, a minor inconsistency.

Tool Count4/5

Three tools cover the core retrieval and search operations for a registry. The count is reasonable, though slightly low if full CRUD were expected.

Completeness3/5

The set covers reading, listing, and searching items but lacks create, update, or delete operations. This may be intentional for a read-only registry, but it's a notable gap.

Maintenance

ActivityInactive
ResponsivenessNo issues