GetSummarizeArticleCache
GetSummarizeArticleCache looks up a cached summary by deterministic key (CDN-cacheable GET).
Authorizations
User-issued WorldMonitor API key.
Query Parameters
Deterministic cache key computed by buildSummaryCacheKey().
^summary:v\d+:[a-z0-9:_-]{3,120}$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
SummarizeArticleResponse contains the LLM summarization result.
The generated summary text.
Model identifier used for generation.
Provider that produced the result (or "cache").
Token count from the LLM response.
Whether the client should try the next provider in the fallback chain.
Error message if the request failed.
Error type/name (e.g. "TypeError").
SummarizeStatus indicates the outcome of a summarization request.
SUMMARIZE_STATUS_UNSPECIFIED, SUMMARIZE_STATUS_SUCCESS, SUMMARIZE_STATUS_CACHED, SUMMARIZE_STATUS_SKIPPED, SUMMARIZE_STATUS_ERROR Human-readable detail for non-success statuses (skip reason, etc.).
