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
- Input Schema
- Output Schema
bubbleNamestring required- The name of the bubble to get details about
includeInputSchemaboolean- Include input parameter schema in the response
credentialsRecord<CredentialType,string>- Object mapping credential types to values (injected at runtime)
namestring required- Name of the bubble
aliasstring- Short alias for the bubble
inputSchemastring- String representation of the input parameter schema types
outputSchemastring required- String representation of the output schema types
usageExamplestring required- Code example showing how to use the bubble
successboolean required- Whether the operation was successful
errorstring required- Error message if operation failed