connect_info
Retrieves a tool's connection requirements and signup instructions to determine if an API key is needed, then guides the user through obtaining and saving it before execution.
Instructions
Get a tool's onboarding process so you can walk the USER through connecting it — call this
before onboard/execute whenever a tool's use column reads needs_key. Returns:
requires_key, connected (does the user already have it saved?), and a connect block with
the signup URL and step-by-step instructions for getting the key, plus the field to
collect. Flow: if requires_key and not connected, show the user the signup URL + steps,
ASK them to paste their API key, then call onboard to save it once — it's reused on every
future execute. If requires_key is false, the tool is free — skip straight to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_id | Yes |