get_source
Fetch the name and link of a FRED data source by its numeric ID. Supply a source ID such as 18 to retrieve the source's metadata.
Instructions
Fetch a FRED data source by its id (e.g. 18 = U.S. Bureau of Economic Analysis): its name and link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | The FRED source id, e.g. 18 (U.S. Bureau of Economic Analysis). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The source's identifier. | |
| link | Yes | A link to the source's site, when FRED provides one. | |
| name | Yes | Human-readable name, e.g. `"U.S. Bureau of Economic Analysis"`. |