Skip to main content
Glama

cli_schedule

Schedule automated web archiving tasks to regularly capture and preserve website snapshots at specified intervals with customizable crawl settings.

Instructions

Execute archivebox schedule command.

Input Schema

NameRequiredDescriptionDefault
import_pathNoPath to import file
addNoEnable adding new URLs
everyNoSchedule frequency (e.g., 'daily')
tagNoComma-separated tags
depthNoCrawl depth
overwriteNoOverwrite existing files
updateNoUpdate existing snapshots
clearNoClear existing schedules
extra_dataNoAdditional parameters as a dictionary

Input Schema (JSON Schema)

{ "properties": { "add": { "default": false, "description": "Enable adding new URLs", "type": "boolean" }, "clear": { "default": false, "description": "Clear existing schedules", "type": "boolean" }, "depth": { "default": 0, "description": "Crawl depth", "type": "integer" }, "every": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Schedule frequency (e.g., 'daily')" }, "extra_data": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Additional parameters as a dictionary" }, "import_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Path to import file" }, "overwrite": { "default": false, "description": "Overwrite existing files", "type": "boolean" }, "tag": { "default": "", "description": "Comma-separated tags", "type": "string" }, "update": { "default": false, "description": "Update existing snapshots", "type": "boolean" } }, "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Knuckles-Team/archivebox-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server