removedOutput schema / $defs / ErrorDetail / description
Removed value: -"Structured failure body. Codes mirror app/exceptions.AppException\nsubclasses; agent retry / upgrade decisions key off `code`, not `message`."
removedOutput schema / $defs / ErrorDetail / properties / code / description
Removed value: -"Stable machine-readable failure category. Agents key retry/upgrade decisions off this."
removedOutput schema / $defs / ErrorDetail / properties / code / title
Removed value: -"Code"
removedOutput schema / $defs / ErrorDetail / properties / docs_url / default
Removed value: -null
removedOutput schema / $defs / ErrorDetail / properties / docs_url / description
Removed value: -"Documentation pointer (e.g. tool input contract) when code='invalid_argument'."
removedOutput schema / $defs / ErrorDetail / properties / docs_url / title
Removed value: -"Docs Url"
removedOutput schema / $defs / ErrorDetail / properties / message / description
Removed value: -"Human-readable detail. Free text — never parse. Capped at 500 chars to prevent oversized upstream errors from bloating responses."
removedOutput schema / $defs / ErrorDetail / properties / message / title
Removed value: -"Message"
removedOutput schema / $defs / ErrorDetail / properties / retry_after_seconds / default
Removed value: -null
removedOutput schema / $defs / ErrorDetail / properties / retry_after_seconds / description
Removed value: -"When code='rate_limit_exceeded', the minimum seconds to wait before retrying."
removedOutput schema / $defs / ErrorDetail / properties / retry_after_seconds / title
Removed value: -"Retry After Seconds"
removedOutput schema / $defs / ErrorDetail / properties / upgrade_url / default
Removed value: -null
removedOutput schema / $defs / ErrorDetail / properties / upgrade_url / description
Removed value: -"Pricing/upgrade URL when code='tier_limit' or 'rate_limit_exceeded' on the Free tier."
removedOutput schema / $defs / ErrorDetail / properties / upgrade_url / title
Removed value: -"Upgrade Url"
removedOutput schema / $defs / ErrorDetail / title
Removed value: -"ErrorDetail"
removedOutput schema / $defs / ErrorResponse / description
Removed value: -"MCP error envelope. Tool return type is always\n`SpecificResponse | ErrorResponse` — Union flag tells the agent which arm\narrived without parsing the inner body."
removedOutput schema / $defs / ErrorResponse / title
Removed value: -"ErrorResponse"
removedOutput schema / $defs / PivotHint / description
Removed value: -"A suggested follow-up MCP tool call. Surfaced inside response.next_calls so\nLLM agents can chain related lookups without manual prompting. Each hint names\nthe tool, the input value to pass, and a short reason explaining why this\npivot adds value in the current context."
removedOutput schema / $defs / PivotHint / properties / input / description
Removed value: -"Suggested input value to pass to the tool — typically a CVE ID, CWE ID, domain, or IP. Pre-populated from the current response so the agent can call the next tool without re-deriving the argument."
removedOutput schema / $defs / PivotHint / properties / input / title
Removed value: -"Input"
removedOutput schema / $defs / PivotHint / properties / params / default
Removed value: -null
removedOutput schema / $defs / PivotHint / properties / params / description
Removed value: -"Optional extra kwargs to pass alongside `input`. Used by pivot generators when the next call benefits from a secondary parameter, e.g. {'exclude_id': 'AML.T0051'} to skip the originating technique from a sibling-tactic search. Omitted when no extra args are needed."
removedOutput schema / $defs / PivotHint / properties / params / title
Removed value: -"Params"
removedOutput schema / $defs / PivotHint / properties / reason / description
Removed value: -"Short rationale (one sentence) for why this follow-up call adds value, e.g. 'Federal patch deadline + ransomware association', 'Public exploits / PoC availability'."
removedOutput schema / $defs / PivotHint / properties / reason / title
Removed value: -"Reason"
removedOutput schema / $defs / PivotHint / properties / tool / description
Removed value: -"Canonical MCP tool name to call next. Constrained to known operation_ids in tools/list — adding a new tool here requires expanding the Literal."
removedOutput schema / $defs / PivotHint / properties / tool / title
Removed value: -"Tool"
removedOutput schema / $defs / PivotHint / title
Removed value: -"PivotHint"
removedOutput schema / $defs / RedirectChainResponse / description
Removed value: -"Manual hop-by-hop walk through HTTP redirects. SSRF-guarded at each hop."
removedOutput schema / $defs / RedirectChainResponse / properties / final_status / description
Removed value: -"HTTP status of the last hop, or 0 if the chain failed before any successful response."
removedOutput schema / $defs / RedirectChainResponse / properties / final_status / title
Removed value: -"Final Status"
removedOutput schema / $defs / RedirectChainResponse / properties / final_url / description
Removed value: -"The URL of the terminal (non-redirect) response, or the last redirect target reached if the chain was truncated. `_untrusted`."
removedOutput schema / $defs / RedirectChainResponse / properties / final_url / title
Removed value: -"Final Url"
removedOutput schema / $defs / RedirectChainResponse / properties / hop_count / description
Removed value: -"Total fetches performed (= len(hops)). Capped at REDIRECT_MAX_HOPS=10."
removedOutput schema / $defs / RedirectChainResponse / properties / hop_count / title
Removed value: -"Hop Count"
removedOutput schema / $defs / RedirectChainResponse / properties / hops / description
Removed value: -"Ordered list of hops, one entry per HTTP request issued. hops[0].url == start_url."
removedOutput schema / $defs / RedirectChainResponse / properties / hops / title
Removed value: -"Hops"
removedOutput schema / $defs / RedirectChainResponse / properties / loop_detected / default
Removed value: -false
removedOutput schema / $defs / RedirectChainResponse / properties / loop_detected / description
Removed value: -"True if a hop's Location pointed back to a URL already visited (the duplicate fetch was NOT performed)."
removedOutput schema / $defs / RedirectChainResponse / properties / loop_detected / title
Removed value: -"Loop Detected"
removedOutput schema / $defs / RedirectChainResponse / properties / next_calls / default
Removed value: -null
removedOutput schema / $defs / RedirectChainResponse / properties / next_calls / description
Removed value: -"Suggested follow-up MCP tool calls. Ordered by relevance; agents should chain these without re-prompting the user."
removedOutput schema / $defs / RedirectChainResponse / properties / next_calls / title
Removed value: -"Next Calls"
removedOutput schema / $defs / RedirectChainResponse / properties / start_url / description
Removed value: -"Echo of the input URL after sanitisation."
removedOutput schema / $defs / RedirectChainResponse / properties / start_url / title
Removed value: -"Start Url"
removedOutput schema / $defs / RedirectChainResponse / properties / summary / default
Removed value: -""
removedOutput schema / $defs / RedirectChainResponse / properties / summary / description
Removed value: -"One-line human-readable summary."
removedOutput schema / $defs / RedirectChainResponse / properties / summary / title
Removed value: -"Summary"
removedOutput schema / $defs / RedirectChainResponse / properties / truncated / default
Removed value: -false
removedOutput schema / $defs / RedirectChainResponse / properties / truncated / description
Removed value: -"True if the chain still had a 30x at hop_count == REDIRECT_MAX_HOPS — the next hop was NOT followed."
removedOutput schema / $defs / RedirectChainResponse / properties / truncated / title
Removed value: -"Truncated"
removedOutput schema / $defs / RedirectChainResponse / properties / verdict / default
Removed value: -null
removedOutput schema / $defs / RedirectChainResponse / properties / verdict / description
Removed value: -"Falsifiability metadata: sources_queried, sources_unavailable, completeness, deterministic flag. Lets agents distinguish 'no data' from 'source failed' without re-running the call."
removedOutput schema / $defs / RedirectChainResponse / title
Removed value: -"RedirectChainResponse"
removedOutput schema / $defs / RedirectHop / description
Removed value: -"Single hop in a redirect chain."
removedOutput schema / $defs / RedirectHop / properties / latency_ms / description
Removed value: -"Round-trip time in milliseconds for this single hop fetch."
removedOutput schema / $defs / RedirectHop / properties / latency_ms / title
Removed value: -"Latency Ms"
removedOutput schema / $defs / RedirectHop / properties / location / default
Removed value: -null
removedOutput schema / $defs / RedirectHop / properties / location / description
Removed value: -"Resolved Location header for this hop's response (absolute, against this hop's final URL). None when status is not a redirect or no Location was sent. `_untrusted`."
removedOutput schema / $defs / RedirectHop / properties / location / title
Removed value: -"Location"
removedOutput schema / $defs / RedirectHop / properties / status_code / description
Removed value: -"HTTP status returned at this hop."
removedOutput schema / $defs / RedirectHop / properties / status_code / title
Removed value: -"Status Code"
removedOutput schema / $defs / RedirectHop / properties / url / description
Removed value: -"The URL fetched at this hop (absolute, control-chars stripped). `_untrusted` — DO NOT execute or shell-out."
removedOutput schema / $defs / RedirectHop / properties / url / title
Removed value: -"Url"
removedOutput schema / $defs / RedirectHop / title
Removed value: -"RedirectHop"
removedOutput schema / $defs / Verdict / properties / completeness / default
Removed value: -"complete"
removedOutput schema / $defs / Verdict / properties / completeness / description
Removed value: -"'complete' = every planned source returned data; 'partial' = at least one source in sources_unavailable failed or was skipped; 'minimal' = only the primary/required source returned, optional enrichment missing."
removedOutput schema / $defs / Verdict / properties / completeness / title
Removed value: -"Completeness"
removedOutput schema / $defs / Verdict / properties / data_age_seconds / default
Removed value: -null
removedOutput schema / $defs / Verdict / properties / data_age_seconds / description
Removed value: -"Seconds elapsed since the oldest cached source was fetched, or null when every source was queried live for this request. Use to judge freshness."
removedOutput schema / $defs / Verdict / properties / data_age_seconds / title
Removed value: -"Data Age Seconds"
removedOutput schema / $defs / Verdict / properties / deterministic / description
Removed value: -"True when the response is fully reproducible from the listed sources for the same input at the same moment (no randomness, no model inference). False for endpoints that include probabilistic scoring or LLM output."
removedOutput schema / $defs / Verdict / properties / deterministic / title
Removed value: -"Deterministic"
removedOutput schema / $defs / Verdict / properties / falsifiable_fields / description
Removed value: -"Top-level response fields whose values a caller can independently re-derive from the named upstream sources (e.g. 'dns', 'ssl', 'whois'). Fields not in this list are derived/computed and cannot be directly re-verified."
removedOutput schema / $defs / Verdict / properties / falsifiable_fields / title
Removed value: -"Falsifiable Fields"
removedOutput schema / $defs / Verdict / properties / sources_queried / description
Removed value: -"Canonical source identifiers successfully consulted for this response (e.g. 'ripe_stat', 'shodan_internetdb', 'firehol'). Agent-readable list, order not significant."
removedOutput schema / $defs / Verdict / properties / sources_queried / title
Removed value: -"Sources Queried"
removedOutput schema / $defs / Verdict / properties / sources_unavailable / description
Removed value: -"Sources that were expected but not returned — either intentionally skipped (lite mode, tier gating) or failed (quota, timeout, upstream down). Empty list means every planned source produced data."
removedOutput schema / $defs / Verdict / properties / sources_unavailable / title
Removed value: -"Sources Unavailable"
removedOutput schema / $defs / Verdict / title
Removed value: -"Verdict"
removedOutput schema / properties / result / title
Removed value: -"Result"
removedOutput schema / title
Removed value: -"redirect_chainOutput"