Swarm
cache.warm
Backfill history for a universe (default: the swarm's 13-symbol universe). After warming, every finalized session is immutable in cache — replays cost zero API calls. Requires network and a valid SWARM_MCP_ACCESS_TOKEN; refused in cache.offline mode.
Remote blink-kt/quant-swarm
Remote (network-hosted)
Other tools also called cache.warm?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"years": {
"type": "number",
"title": "Years",
"default": 1,
"maximum": 10,
"description": "Years of daily history to backfill (max limited by the plan's backfill window).",
"exclusiveMinimum": 0.1
},
"universe": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Universe",
"default": null,
"description": "Optional list of tickers to backfill (default: the swarm's 13-symbol universe)."
}
}
}