Skip to main content
Glama

Robot Framework MCP Server

by sourcefuse

create_api_integration_test

Generate API integration test code for Robot Framework. Input base URL, endpoint, and method to receive .robot file content for testing REST APIs without execution.

Instructions

Generate Robot Framework API integration test code. Returns .robot file content as text - does not execute.

Input Schema

NameRequiredDescriptionDefault
base_urlYes
endpointYes
methodNoGET

Input Schema (JSON Schema)

{ "properties": { "base_url": { "title": "Base Url", "type": "string" }, "endpoint": { "title": "Endpoint", "type": "string" }, "method": { "default": "GET", "title": "Method", "type": "string" } }, "required": [ "base_url", "endpoint" ], "title": "create_api_integration_testArguments", "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