Get Data Product Spec Tool
Get Data Product Spec Tool
Section titled “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.
When to use it
Section titled “When to use it”Add this tool to an agent that reasons about a data product’s definition, for example when revising or documenting it.
Parameters
Section titled “Parameters”| Parameter | Required | Type | Suggested scope | What it does |
|---|---|---|---|---|
data_product_id | Yes | string | User input | The data product to fetch. |
data_product_version | No | string | Fixed or User input | A specific version. If omitted, the current version is returned. |
Example usage
Section titled “Example usage”{ "data_product_id": "my-data-product", "data_product_version": "v1"}