Connection check
verified live · 26h ago
webdex
Russian-language web search for agents: hybrid retrieval, product prices, full page text
Tools
14
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
14 toolsRead from the running server on 26h ago.
check_watch
idlimit
Return pages matching a watched query that were indexed since the last check, then advance the cursor. Call with no id to check all of your watches at once. Return pages matching a watched query that were indexed since the last check, then advance the cursor. Call with no id to check all of your watches at once.
delete_watch
idquery
Remove a watch. Pass its id (from list_watches) or the exact query text. Watches accumulated with no way to remove them; this closes that. Remove a watch. Pass its id (from list_watches) or the exact query text. Watches accumulated with no way to remove them; this closes that.
fetch_page
read-only
url*maxChars
Return the full extracted text of a page already in the index. This serves stored content and does not hit the live site, so it is fast and cannot be blocked. Use it after search t… Return the full extracted text of a page already in the index. This serves stored content and does not hit the live site, so it is fast and cannot be blocked. Use it after search to read a result.
fetch_pages
read-only
urls*maxChars
Like fetch_page but for up to 20 URLs in one call — the bulk-read counterpart to search_batch, so reading a page of results is one round trip instead of ten. Each page comes back w… Like fetch_page but for up to 20 URLs in one call — the bulk-read counterpart to search_batch, so reading a page of results is one round trip instead of ten. Each page comes back with its cleaned text from the index; URLs not in the index are marked, not fatal.
find_passages
read-only
limitquery*category
Return the specific passages that answer a question, each with the URL and title it came from. Use this when you intend to cite or summarise rather than browse: it skips the step o… Return the specific passages that answer a question, each with the URL and title it came from. Use this when you intend to cite or summarise rather than browse: it skips the step of fetching pages and hunting for the relevant paragraph, and the attribution is exact.
find_similar
read-only
url*limit
Given an indexed URL, return other indexed pages with similar content, compared by meaning rather than shared keywords. Given an indexed URL, return other indexed pages with similar content, compared by meaning rather than shared keywords.
index_stats
read-only
Size and freshness of the corpus: sites, pages, passages, languages. Size and freshness of the corpus: sites, pages, passages, languages.
list_sites
read-only
limitsearchstatus
Show which sites the index covers, with page counts. Use this to understand coverage before concluding that something is missing. Show which sites the index covers, with page counts. Use this to understand coverage before concluding that something is missing.
list_watches
read-only
Show the queries you are watching and when each was last checked. Show the queries you are watching and when each was last checked.
search
read-only
langmodesitelimitquery*expand
+3
Search the Webdex index of crawled websites. Combines keyword (BM25) and semantic (vector) retrieval. Supports "quoted phrases" for exact matches and -term to exclude a term. Works… Search the Webdex index of crawled websites. Combines keyword (BM25) and semantic (vector) retrieval. Supports "quoted phrases" for exact matches and -term to exclude a term. Works across languages: a query in one language can retrieve pages written in another.
search_batch
read-only
langlimitqueries*category
Execute up to 10 queries in one call. Answering a real question usually takes several related searches, and doing them one at a time spends a round trip on each; this runs them tog… Execute up to 10 queries in one call. Answering a real question usually takes several related searches, and doing them one at a time spends a round trip on each; this runs them together and returns the results grouped by query.
search_products
shopsortlimitquery*vendorin_stock
+3
Search shop catalogues by name and specification, filter by price and availability, and sort by price. Use this rather than `search` whenever the question is what something costs o… Search shop catalogues by name and specification, filter by price and availability, and sort by price. Use this rather than `search` whenever the question is what something costs or where to buy it: `search` returns pages that mention a product, this returns the offer itself — price, stock, specifications and a link straight to the product page. Specifications are searchable, so a query like "ноутбук 16 гб 512 ссд" or "холодильник samsung no frost" matches on capacity and features, not just the model name. Coverage is whatever has been crawled: an exact model, colour and size that no indexed shop stocks returns nothing rather than the wrong colour — an empty result means not indexed, not nonexistent.
source_profile
read-only
host*
Describe a site in the index: what type of source it is (official, media, reference, forum, shop), how much of it we hold, how trusted it is by the link graph, and how fresh the co… Describe a site in the index: what type of source it is (official, media, reference, forum, shop), how much of it we hold, how trusted it is by the link graph, and how fresh the copy is. Use this before relying on a result. A ministry's own page and a forum post repeating it are both 'a URL', and the difference decides how much weight the claim deserves.
watch_query
langlabelquery*category