Swarm
cache.offline
Toggle cache-only mode: no network access; reads served from cache, fetches refused.
Remote blink-kt/quant-swarm
Remote (network-hosted)
Other tools also called cache.offline?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"title": "Enabled",
"description": "True = cache-only mode (no network; reads from cache, fetches refused)."
}
}
}