get_sdds_data
Retrieve actual SDDS indicator data. Provide the var_id and model type from list_sdds to fetch dynamic or static table data.
Instructions
Fetch actual SDDS indicator data. Use list_sdds first to find the var_id and model type. For 'data' model, this fetches dynamic table data. For 'statictable' model, it fetches a static table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year filter (e.g., '2023'). Omit for latest. | |
| model | No | Model type from list_sdds: 'data' or 'statictable' | data |
| var_id | Yes | Variable ID from list_sdds |