Skip to content

Get Data Product Spec Tool

This tool fetches the raw specification of a data product as JSON. Use it when an agent needs the structured definition of a data product rather than its data.

Add this tool to an agent that reasons about a data product’s definition, for example when revising or documenting it.

ParameterRequiredTypeSuggested scopeWhat it does
data_product_idYesstringUser inputThe data product to fetch.
data_product_versionNostringFixed or User inputA specific version. If omitted, the current version is returned.
{
"data_product_id": "my-data-product",
"data_product_version": "v1"
}