Octomind MCP
Skills
search
the search tool can be used to search the octomind documentation for a given query. The search results are returned as a list of links to the documentation.
discovery
the discovery tool can create a test case on a given test target with a test case description or prompt. One can either start from the predefined url for that test case or provide a new entry point url.
getVersion
Returns the current version of the Octomind MCP server
getTestCase
the getTestCase tool can retrieve a test case for a given test target and test case id. A test case id is unique to the test target. The test case includes a set of interactions and assertions. it is the result of a discovery or a manual creation.
executeTests
the executeTests tool can trigger a set of tests for a given test target. The test target id is unique to the test target. The tests are executed on the provided url. The context object is used to provide information about the source of the test execution.
getTestCases
the getTestCases tool can retrieve test cases for a given test target with optional filtering. Test cases can be filtered by various criteria such as status, description, or tags.
getTestReport
the getTestReport tool can retrieve a test report for a given test target and test report id. A test report id is generated when a set of test are executed on a test target. The test report id is unique to the test target.
getTestReports
the getTestReports tool can retrieve test reports for a given test target. Test reports are generated when set of tests are executed. The test report id is unique to the test target.
getTestTargets
the getTestTargets tool can retrieve all test targets or projects. Test targets represent applications or services that can be tested using Octomind.
updateTestCase
the updateTestCase tool can update specific properties of a test case. This allows modifying test case details such as description, status, or folderName.
getEnvironments
the getEnvironments tool can retrieve environments for a given test target. an environment represents a specific setup or deployments for a test target. It include a test account when necsesary to login, a header configuration, a discovery url and a set of variables.
createTestTarget
the createTestTarget tool can create a new test target or project. A test target represents an application or service that can be tested using Octomind.
deleteTestTarget
the deleteTestTarget tool can delete an existing test target. This operation cannot be undone.
updateTestTarget
the updateTestTarget tool can update an existing test target. A test target represents an application or service that can be tested using Octomind.
createEnvironment
the createEnvironment tool can create an environment for a given test target. an environment represents a specific setup or deployments for a test target. It include a test account when necsesary to login, a header configuration, a discovery url and a set of variables.
deleteEnvironment
deleteEnvironment tool can delete an environment for a given test target. The environment id is unique to the test target. The call is not reversible. an environment represents a specific setup or deployments for a test target. It include a test account when necsesary to login, a header configuration, a discovery url and a set of variables.
updateEnvironment
the updateEnvironment tool can update an environment for a given test target. An environment represents a specific setup or deployments for a test target. It includes a test account when necessary to login, a header configuration or a discovery url.
getPrivateLocations
the getPrivateLocations tool can retrieve all private locations configured for that org. A private location is a server that can be used to access a test target behind a firewall or VPN.
updateTestCaseElement
the updateTestCaseElement tool can update a specific element within a test case. Test case elements represent individual steps in a test case, such as interactions (clicks, text input) or assertions (checking if elements are visible, have text, etc.). Each element has selectors that identify the target element on the page and an action to perform or assertion to verify. You can only update the locatorLine of the element in question, for everything else the user currently needs to use the octomind ui.
Configuration
MCP Server
Connect to MCP Server