describe_product
Fetch the full NOAA description for a space weather product by its slug to get interpretation guidance, methodology, and caveats.
Instructions
Fetch the full description of a SWPC product from the NOAA website.
Use list_products() to find product slugs. This tool fetches the live product page from www.swpc.noaa.gov and returns its explanatory text — useful for detailed interpretation guidance, methodology, and caveats.
Args: product_slug: The product URL slug, e.g. "planetary-k-index", "goes-x-ray-flux", "wsa-enlil-solar-wind-prediction".
Returns: Plain text extracted from the product's NOAA web page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |