table_data
ActiveTool of Ine Es
Fetch data points for ALL series in an INE table at once. Use nult=N for the last N periods, or date="YYYYMMDD:" for everything from that date on (trailing colon = open-ended range). Each series object carries a Data[] array of {Fecha (epoch ms), Anyo, Valor}.
Parameters schema
{
"type": "object",
"required": [
"tableId"
],
"properties": {
"date": {
"type": "string",
"description": "Date filter, e.g. \"20250101:\" for from Jan 2025 onward."
},
"lang": {
"enum": [
"EN",
"ES"
],
"type": "string",
"description": "Response language. Default EN."
},
"nult": {
"type": "number",
"description": "Return the last N periods (e.g. 1, 12)."
},
"tableId": {
"type": "string",
"description": "Numeric table Id, e.g. \"50902\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ine Es
https://github.com/pipeworx-io/mcp-ine-es
1/7 registries