ListTechEvents
ListTechEvents retrieves tech events from Techmeme ICS, dev.events RSS, and curated sources.
Authorizations
User-issued WorldMonitor API key.
Query Parameters
Event type filter: "all", "conference", "earnings", "ipo", "other". Empty = all.
all, conference, earnings, ipo, other Only events with non-virtual coordinates.
Max events to return. The handler clamps this to the range 1-200 and defaults to 50 when omitted; 0 is not unlimited (it clamps up to 1).
Events within N days from now. The handler clamps this to the range 1-365 and defaults to 90 when omitted; 0 is not unlimited (it clamps up to 1).
Optional JMESPath expression applied server-side to project or reduce the JSON response before it is returned (mirrors the MCP jmespath argument). Invalid expressions, expressions larger than 1024 UTF-8 bytes, or projections that exceed the 256 KB output cap return HTTP 400 with a {_jmespath_error, original_keys} envelope. Grammar and worked examples: https://www.worldmonitor.app/docs/mcp-jmespath.
Response
Successful response
ListTechEventsResponse contains tech events matching the request.
Whether the request succeeded.
Total event count in response.
Number of conference-type events.
Number of mappable (non-virtual with coords) events.
ISO 8601 timestamp of last update.
Error message if success is false.
