get_product

Get a product by ID with its services, rate (including rate calendars), and eligible services.

Input

Parameter
Type
Required
Description

productId

string

Yes

The ID of the product to retrieve

Output

Field
Type
Description

content

ContentItem[]

Array of content items returned by the tool - ContentItem

isError

boolean

Whether the tool execution resulted in an error

ContentItem

Field
Type
Description

type

'text'

Content type (currently only 'text' is supported)

text

string

The text content to display

Last updated