Skip to main content
Glama

search-by-time-range

Find HackerNews posts from specific time periods using Unix timestamps to filter results by date range.

Instructions

Search for posts within a specific time range (Unix timestamps)

Input Schema

NameRequiredDescriptionDefault
endTimeYesEnd time in Unix timestamp (seconds)
hitsPerPageNoNumber of results per page (default: 20)
pageNoPage number for pagination (default: 0)
queryNoSearch query text (optional)
startTimeYesStart time in Unix timestamp (seconds)
tagsNoFilter tags (e.g., "story", "comment")

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "End time in Unix timestamp (seconds)", "type": "number" }, "hitsPerPage": { "description": "Number of results per page (default: 20)", "type": "number" }, "page": { "description": "Page number for pagination (default: 0)", "type": "number" }, "query": { "description": "Search query text (optional)", "type": "string" }, "startTime": { "description": "Start time in Unix timestamp (seconds)", "type": "number" }, "tags": { "description": "Filter tags (e.g., \"story\", \"comment\")", "type": "string" } }, "required": [ "startTime", "endTime" ], "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/wei/hn-mcp-server-vibe'

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