get_update
Fetch one Corduroy Labs update in full by its slug.
Args:
slug: the update's slug (e.g. "the-studio-machine-readable").
Obtain slugs from list_updates().
Returns:
A dict with slug, title, url, date_published, summary,
content_html, and optionally tags, location, image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |