Skip to main content
Glama

Robot Framework MCP Server

by sourcefuse

validate_robot_framework_syntax

Check Robot Framework code syntax for errors and receive suggestions. Generates a validation report without executing the code, ensuring accuracy and compliance with syntax rules.

Instructions

Validate Robot Framework syntax and provide suggestions. Returns validation report as text - does not execute code.

Input Schema

NameRequiredDescriptionDefault
robot_codeYes

Input Schema (JSON Schema)

{ "properties": { "robot_code": { "title": "Robot Code", "type": "string" } }, "required": [ "robot_code" ], "title": "validate_robot_framework_syntaxArguments", "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