Skip to main content
Glama

cli_add

Add URLs to ArchiveBox for web archiving, with options to tag content, control crawl depth, update existing snapshots, and configure extraction methods.

Instructions

Execute archivebox add command.

Input Schema

NameRequiredDescriptionDefault
urlsYesList of URLs to archive
tagNoComma-separated tags
depthNoCrawl depth
updateNoUpdate existing snapshots
update_allNoUpdate all snapshots
index_onlyNoIndex without archiving
overwriteNoOverwrite existing files
initNoInitialize collection if needed
extractorsNoComma-separated list of extractors to use
parserNoParser typeauto
extra_dataNoAdditional parameters as a dictionary

Input Schema (JSON Schema)

{ "properties": { "depth": { "default": 0, "description": "Crawl depth", "type": "integer" }, "extra_data": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Additional parameters as a dictionary" }, "extractors": { "default": "", "description": "Comma-separated list of extractors to use", "type": "string" }, "index_only": { "default": false, "description": "Index without archiving", "type": "boolean" }, "init": { "default": false, "description": "Initialize collection if needed", "type": "boolean" }, "overwrite": { "default": false, "description": "Overwrite existing files", "type": "boolean" }, "parser": { "default": "auto", "description": "Parser type", "type": "string" }, "tag": { "default": "", "description": "Comma-separated tags", "type": "string" }, "update": { "default": false, "description": "Update existing snapshots", "type": "boolean" }, "update_all": { "default": false, "description": "Update all snapshots", "type": "boolean" }, "urls": { "description": "List of URLs to archive", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "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