MCPVault

getSessionArtifacts

MCP tool from Automate by kobiton

Get download URLs for video, logs, screenshots, reports

How to use it

getSessionArtifacts is exposed by the Automate MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the getSessionArtifacts tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Automate

$npm install -g @anthropic-ai/claude-code@latest
FULL AUTOMATE LISTING

Other tools in Automate (30)

confirmAppUpload

Confirm an uploaded file so Kobiton creates the app record (parsing runs asynchronously)

createTestRun

Create a test run from a test suite or selected test cases

createTestSuite

Create a test suite from existing test cases

deleteTestCase

Delete a test case

deleteTestSuite

Delete a test suite (member test cases are kept)

getApp

Get app details and version history

getAppParsingStatus

Check the async parse status of an uploaded app version until it reaches a terminal state

getCredential

Return the authenticated user's username, API key, and portal URL — backs /automate:setup

getDeviceStatus

Get real-time status of a specific device

getOrgSettings

Return your organization's feature flags and preferences (e.g. live remediation) — read up front by create-test-run and monitor-test-run

getSession

Get session details including commands, capabilities, metadata

getTestCase

Get test case details including its steps

getTestRun

Get test run details including its sessions

getTestSuite

Get test suite details including member test cases

getUserInputEvents

Get the touch/swipe gestures a human made on the device-only live view during a session

listApps

List uploaded app builds in your organization

listDevices

List available devices filtered by platform, availability, or group

listSessions

List test sessions with filters for status, device, platform

listTestCases

List test cases with team and keyword filters

listTestRuns

List test runs with team, keyword, and platform filters

listTestSuites

List test suites with team and keyword filters

reserveDevice

Reserve a device for exclusive testing

saveTestCase

Convert a finished manual session into a reusable test case

startNativeSession

Start an XCUITest / UIAutomator / GameDriver native automation session on a device

terminateReservation

Release a reserved device by terminating its reservation

terminateSession

Stop a running test session

terminateTestRun

Stop a running test run

updateTestCase

Update a test case's metadata and steps

updateTestSuite

Update a test suite's metadata and membership

uploadAppToStore

Upload an app to Kobiton Store (permanent, visible in portal)