Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
start_browser | Generate Robot Framework code to start a browser with specified options. Returns .robot file content as text - does not execute. |
navigate_to_url | Generate Robot Framework code to navigate to a URL with optional element waiting. Returns .robot file content as text - does not execute. |
interact_with_element | Generate Robot Framework code to interact with web elements. Returns .robot file content as text - does not execute. |
create_login_test_case | Generate Robot Framework test case code for login functionality. Returns the complete .robot file content as text - does not execute the test. |
create_page_object_login | Generate Robot Framework page object model code for login page. Returns .robot file content as text - does not execute. |
create_advanced_selenium_keywords | Generate Robot Framework keywords for advanced Selenium operations. Returns .robot file content as text - does not execute. |
create_extended_selenium_keywords | Generate extended Robot Framework keywords for screenshots, performance monitoring, and window management. Returns .robot file content as text - does not execute. |
create_performance_monitoring_test | Generate Robot Framework performance monitoring test code. Returns complete .robot file content as text - does not execute. |
create_data_driven_test | Generate Robot Framework data-driven test template code. Returns .robot file content as text - does not execute. |
create_api_integration_test | Generate Robot Framework API integration test code. Returns .robot file content as text - does not execute. |
validate_robot_framework_syntax | Validate Robot Framework syntax and provide suggestions. Returns validation report as text - does not execute code. |