Skip to main content
Glama

Robot Framework MCP Server

by sourcefuse

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sourcefuse/robotframework-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server