economicIndicators_nonfarmPayroll
Access US nonfarm payroll data through MCP Avantage to analyze employment trends. Retrieve data in JSON or CSV format for informed economic decision-making.
Instructions
Retrieves US nonfarm payroll 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"
}