Skip to main content
Glama

Robot Framework MCP Server

by sourcefuse

create_login_test_case

Generates Robot Framework test case code for login functionality, returning the complete .robot file content. Input URL, username, and password to create automated login test scripts without execution.

Instructions

Generate Robot Framework test case code for login functionality. Returns the complete .robot file content as text - does not execute the test.

Input Schema

NameRequiredDescriptionDefault
passwordYes
template_typeNoappLocator
urlYes
usernameYes

Input Schema (JSON Schema)

{ "properties": { "password": { "title": "Password", "type": "string" }, "template_type": { "default": "appLocator", "title": "Template Type", "type": "string" }, "url": { "title": "Url", "type": "string" }, "username": { "title": "Username", "type": "string" } }, "required": [ "url", "username", "password" ], "title": "create_login_test_caseArguments", "type": "object" }

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