get_artifact

Fetch and view a screenshot, audio recording, or other artifact from a monitoring result.

Fetch and view a screenshot, audio recording, or other artifact from a monitoring result.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
pathstringNoRelative artifact path — https://<HOST>/robot/ prefix added automatically. Mutually exclusive with url.
urlstringNoFull artifact URL (e.g. screenshot URL from action results). Mutually exclusive with path.

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "path": "string",
  "url": "string"
}

Description

Returns images/audio inline for direct viewing; text artifacts inline; videos and binary as metadata only. Use after get_monitoring_result include_actions=true reveals screenshot URLs or artifact paths.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on