tap_list
Discover available taps with optional site, name, or keyword search. Get compact summaries or full schema details to identify the right tap for your task.
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 |
|---|---|---|---|
| name | No | Optional tap name. Requires site. Returns full schema for the single matching tap. | |
| site | No | Optional site filter. When provided, returns full schema (columns, args) for matching taps. | |
| 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'). |