economicIndicators_retailSales
Access US retail sales data in JSON or CSV format using the MCP Avantage server, enabling analysis of economic indicators for informed decision-making.
Instructions
Retrieves US retail sales data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datatype | No | Data format for the response. | json |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"description": "Common parameter schema accepting only datatype.",
"properties": {
"datatype": {
"default": "json",
"description": "Data format for the response.",
"enum": [
"json",
"csv"
],
"type": "string"
}
},
"type": "object"
}