ashlr

ashlr__websearch

Web search with token-efficient summarized results. Returns ranked snippets with source URLs — no raw HTML.

ashlr__websearch runs a web search and returns summarized, ranked results. Raw HTML and boilerplate are stripped; only titles, URLs, and relevant text snippets are returned.

Parameters

ParameterTypeRequiredDescription
querystringyesSearch query string.
nnumbernoNumber of results to return (default: 5, max: 10).

When to use vs ashlr__webfetch

SituationUse
Find pages about a topicashlr__websearch
Read the full content of a known URLashlr__webfetch

Typical savings

~70% vs reading raw search result pages individually. Each result is a structured snippet, not a full page fetch.

On this page