Jam tools
ChatGPTScreen record with context
analyzeVideo
ChatGPTExtract user intents from a Jam recording. Identifies distinct user goals, issues, and feedback with detailed context including visual observations, interactions, and technical indicators.
fetch
ChatGPTRetrieve 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.
getConsoleLogs
ChatGPTRetrieve 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.
getDetails
ChatGPTRetrieve 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.
getNetworkRequests
ChatGPTExtract 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.
getScreenshots
ChatGPTRetrieve 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.
getUserEvents
ChatGPTAccess 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.
search
ChatGPTSearch for a Jam by extracting a UUID from a query string and returning matching Jam metadata.
analyzeVideo
ClaudegetConsoleLogs
ClaudegetDetails
ClaudegetNetworkRequests
ClaudegetScreenshot
ClaudegetUserEvents
Claude