Skip to main content
Glama

MCP Webpage Timestamps

batch_extract_timestamps

Extract multiple webpage timestamps in bulk by processing URLs and analyzing metadata, HTML tags, and structured data with configurable options for user agent, redirects, and timeout.

Instructions

Extract timestamps from multiple webpages in batch

Input Schema

NameRequiredDescriptionDefault
configNoOptional configuration for the extraction
urlsYesArray of URLs to extract timestamps from

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "Optional configuration for the extraction", "properties": { "enableHeuristics": { "description": "Whether to enable heuristic timestamp detection (default: true)", "type": "boolean" }, "followRedirects": { "description": "Whether to follow HTTP redirects (default: true)", "type": "boolean" }, "maxRedirects": { "description": "Maximum number of redirects to follow (default: 5)", "type": "number" }, "timeout": { "description": "Request timeout in milliseconds (default: 10000)", "type": "number" }, "userAgent": { "description": "User agent string to use for requests", "type": "string" } }, "type": "object" }, "urls": { "description": "Array of URLs to extract timestamps from", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }
Install Server

Other Tools from MCP Webpage Timestamps

Related Tools

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/Fabien-desablens/mcp-webpage-timestamps'

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