RobotWS 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
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 11 tools
Tool names target distinct objects (e.g., 'sg6_features', 'taf_library_usage', 'case_pattern'), but verbs like 'discover' and 'find' could cause slight confusion without descriptions.
All tools follow a consistent verb_noun snake_case pattern (e.g., 'discover_sg6_features', 'search_robot_cases'), with no mixing of conventions.
11 tools is well-scoped for a specialized domain like Robot Framework analysis, covering discovery, search, retrieval, and validation without being overwhelming.
The set covers essential analytical operations (discovery, search, trace, validate) but lacks create/update/modify tools, which may be intentional for a read-only analysis server.