← Back to all apps

Overview

Tools Available8
CategoryDeveloper_tools

Screen record with context

Available Tools

Jam provides 8 tools that can be used to interact with its services.

Analyze Video

analyzeVideo
Full Description

Extract user intents from a Jam recording. Identifies distinct user goals, issues, and feedback with detailed context including visual observations, interactions, and technical indicators.

Parameters

Required
intentstring

The intent of the user for this tool call

jamIdstring

Fetch

fetch
Full Description

Retrieve comprehensive metadata and details for a specific Jam bug report. Returns essential information including: unique identifiers, author details, description, timestamps (created/updated), type (video/screenshot), and associated metadata. This is the primary entry point for analyzing any Jam - always call this tool first to understand the context before using other tools.

Parameters

Required
idstring

Get Console Logs

getConsoleLogs
Full Description

Retrieve all browser console output captured during the Jam session. Includes JavaScript errors, warnings, info messages, debug logs, and stack traces. Critical for identifying runtime errors, debugging application state issues, and understanding the sequence of events leading to bugs.

Parameters

Required
intentstring

The intent of the user for this tool call

jamIdstring
Optional
severitystring

Optional filter to limit logs to a specific severity level (error, warn, info, log, debug)

Options:errorwarninfologdebug

Get Details

getDetails
Full Description

Retrieve comprehensive metadata and details for a specific Jam bug report. Returns essential information including: unique identifiers, author details, description, timestamps (created/updated), type (video/screenshot), and associated metadata. This is the primary entry point for analyzing any Jam - always call this tool first to understand the context before using other tools.

Parameters

Required
intentstring

The intent of the user for this tool call

jamIdstring

Get Network Requests

getNetworkRequests
Full Description

Extract complete network activity logs captured during the Jam session. Returns all HTTP/HTTPS requests including: URLs, methods (GET/POST/etc), status codes, headers, payloads, response times, and error details. Essential for debugging API issues, failed requests, CORS problems, and performance bottlenecks.

Parameters

Required
intentstring

The intent of the user for this tool call

jamIdstring
Optional
severitystring

Optional filter to limit logs to a specific severity level (error, warn, info, log, debug)

Options:errorwarninfologdebug

Get Screenshots

getScreenshots
Full Description

Retrieve visual screenshots and image attachments from screenshot-type Jams. Returns image data that can be analyzed for UI issues, visual bugs, layout problems, or design inconsistencies. Note: This tool only works with Jams of type 'screenshot' - use getDetails first to verify Jam type.

Parameters

Required
intentstring

The intent of the user for this tool call

jamIdstring

Get User Events

getUserEvents
Full Description

Access the complete timeline of user interactions captured in the Jam. Returns chronological sequence of: clicks, keyboard inputs, form submissions, navigation events, scroll actions, and other DOM interactions. Invaluable for reproducing bugs and understanding user behavior patterns that triggered issues.

Parameters

Required
intentstring

The intent of the user for this tool call

jamIdstring

Search

search
Full Description

Search for a Jam by extracting a UUID from a query string and returning matching Jam metadata.

Parameters

Required
querystring

Search string containing a single UUID