wire_discover
Find pre-built automation actions for a task described in natural language. Returns ranked candidates with action type, parameters, credit cost, and authentication requirements for data extraction or site interactions.
Instructions
Find Wire actions for a task from a natural-language intent. Wire is a catalog of pre-built automation actions across hundreds of websites (Amazon, Walmart, LinkedIn, Airbnb, Zillow, and others). Actions are of two kinds: READ actions that extract data (search listings, fetch a category's products, get a product's price/specs/reviews, read a profile, pull dashboard metrics) and WRITE actions that perform interactions (log in, submit a form). Many read actions need no authentication. Applicable when a task may be achievable on a specific known site, for data extraction as well as interactions. Returns ranked candidate actions, each with its action_id, type ("read" or "write"), required/optional params, credit cost, and whether auth is needed. Run a returned action with wire_read_action (when its type is "read") or wire_write_action (when its type is "write").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | The intent in natural language, e.g. "top phones on walmart", "search airbnb listings in Lisbon", "a linkedin profile's work history". | |
| limit | No | Maximum number of candidate actions to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | Suggested next call. | |
| results | No |