economicIndicators_unemploymentRate
Access US unemployment rate data in JSON or CSV format using the MCP Avantage server. Retrieve key economic indicators for analysis and decision-making.
Instructions
Retrieves US unemployment rate 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"
}