Skip to content

docs: Scavio toolkit at full coverage (189 tools, 31 sources) - #749

Open
scavio-ai wants to merge 1 commit into
agno-agi:mainfrom
scavio-ai:feat/scavio-full-coverage
Open

docs: Scavio toolkit at full coverage (189 tools, 31 sources)#749
scavio-ai wants to merge 1 commit into
agno-agi:mainfrom
scavio-ai:feat/scavio-full-coverage

Conversation

@scavio-ai

Copy link
Copy Markdown
Contributor

Docs counterpart to agno-agi/agno#9334, which brings ScavioTools to the full Scavio API surface. Follow-up to #688.

Why

The page still documents the June build: 7 providers, 32 tools. Several of the parameters it lists no longer exist on the routes, so an agent author following it writes calls that are silently ignored:

  • amazon_search / amazon_product: language, currency, device, zip_code, autoselect_variant, sort_by, pages, category_id, merchant_id - all removed upstream.
  • walmart_search / walmart_product: device, delivery_zip, store_id, start_page - Walmart was rebuilt on a different provider and the route strips them.
  • youtube_metadata - a deprecated alias of /youtube/video, no longer registered.
  • reddit_search: type and sort - the API accepts only {query, cursor}.

What changes

tools/toolkits/search/scavio.mdx rewritten against the shipped toolkit:

  • Every one of the 189 tools, grouped by source, with its required and optional parameters.
  • The complete enable_* table, including which providers are on by default. Ten are; the 21 added platforms and extract are opt-in, so upgrading agno does not change the manifest of an agent already using ScavioTools().
  • A Credits section. Cost is not uniform (YouTube transcript 8, LinkedIn job 30, most Instagram 10, G2 5, Kuaishou 1-40), and four surfaces are priced by the request body rather than by the route - Walmart by domain, Threads by user_id vs username, Kuaishou per endpoint, extract_url by mode - so no flat figure is correct for them.
  • A note that TripAdvisor, Glassdoor, SEC EDGAR and Companies House are lookup-first, since every other call on those platforms is keyed by an id their resolver returns.

examples/tools/scavio-tools.mdx regenerated from cookbook/91_tools/scavio_tools.py as updated in agno#9334.

tools/toolkits/overview.mdx card description widened past "marketplaces and social platforms".

Note on ordering

This can merge before or after agno#9334. The parameter and tool tables describe the toolkit as that PR ships it, so merging this first would document tools that are not released yet; happy to hold it until #9334 lands if you prefer.

page documented the june build: 7 providers, 32 tools, and params the
routes have since dropped (amazon language/currency/device, walmart
delivery_zip/store_id, youtube_metadata, reddit type/sort).

rewrites it against the shipped toolkit: every tool grouped by source,
the enable_* table in full, and a credits section - four surfaces are
priced by request body, not by route, so no flat number is correct for
them. also refreshes the examples page from the cookbook and the
overview card.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant