@ui5/webcomponents-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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_component_apiA | Get API documentation for a specific UI5 Web Component from @ui5/webcomponents, @ui5/webcomponents-fiori, @ui5/webcomponents-ai |
| get_docA | Get full content of UI5 Web Components documentation file(s). Supports reading multiple documents and specific line ranges. |
| get_guidelinesA | Get UI5 Web Components development guide. This tool MUST be used before starting development. |
| list_docsA | List all available UI5 Web Components documentation with summaries |
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 4 tools
Each tool serves a distinct purpose: listing docs, retrieving full content, getting component API, and guidelines. No overlap.
All tool names use snake_case with a consistent verb_noun pattern (get_*, list_*).
With 4 tools covering documentation retrieval, the count is well-scoped for the server's purpose.
The set covers key documentation operations but lacks a search capability; otherwise complete for reading and navigation.