Skip to main content
Glama

get_tag

Retrieve a specific tag by ID from ArchiveBox archives, with options to include associated snapshots for organized content management.

Instructions

Get a specific Tag by id or abid.

Input Schema

NameRequiredDescriptionDefault
tag_idYesThe ID or abid of the tag
with_snapshotsNoWhether to include snapshots

Input Schema (JSON Schema)

{ "properties": { "tag_id": { "description": "The ID or abid of the tag", "type": "string" }, "with_snapshots": { "default": true, "description": "Whether to include snapshots", "type": "boolean" } }, "required": [ "tag_id" ], "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