Skip to main content

remote::nimble-search

Description

Nimble Search tool for web search via Nimble's SERP-backed search API.

Configuration

FieldTypeRequiredDefaultDescription
timeoutfloatNo30.0Overall HTTP timeout in seconds for requests to external services.
connect_timeoutfloatNo10.0TCP connect timeout in seconds. Shorter than the overall timeout to fail fast on unreachable hosts.
api_keySecretStr | NoneNoThe Nimble API key, sent as a Bearer token. Can be overridden per-request via the X-OGX-Provider-Data header.
max_resultsintNo3The maximum number of results to return
search_depthLiteral[lite, deep]NoliteContent richness: 'lite' returns title, URL, and description; 'deep' returns full page content

Sample Configuration

api_key: ${env.NIMBLE_API_KEY:=}
max_results: 3
search_depth: lite