tap_list
Discover available taps. Default returns a compact site-grouped summary. Use query for substring search, site for full schema, or site+name for a single tap.
Instructions
Discover available taps. Default (no args) returns a compact site-grouped summary for orientation. Pass {query:'...'} for substring search across site/name/description (ranked by relevance). Pass {site} for full schema (columns, args) of one site; {site, name} for a single tap. If a matching tap exists, use tap.run — it executes with zero AI, faster and more stable than manual tap operations. NEVER bypass a tap by using manual tap.* calls to replicate what a tap already does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Substring search across site/name/description. Returns flat ranked results. Use this when you know WHAT you want but not the tap name (e.g. 'reddit comments', 'extract bounties'). | |
| site | No | Optional site filter. When provided, returns full schema (columns, args) for matching taps. | |
| name | No | Optional tap name. Requires site. Returns full schema for the single matching tap. |