get_source
Retrieve a FRED data source's name and URL using its unique source ID.
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"`. |