Skip to main content

Get Bubble Details Tool

Provides detailed information about a specific bubble, including schema, parameters, and documentation

Quick Start

import { GetBubbleDetailsTool } from '@bubblelab/bubble-core';
const result = await new GetBubbleDetailsTool({

bubbleName: 'example', // The name of the bubble to get details about
}).action();

Operation Details

execute

bubbleName string required
The name of the bubble to get details about
includeInputSchema boolean
Include input parameter schema in the response
credentials Record<CredentialType,string>
Object mapping credential types to values (injected at runtime)