describe_endpoint
Check an endpoint's full call signature before fetching data: view required and optional parameters, allowed values, price, and response shape to avoid errors.
Instructions
Free. Show the full call signature for one endpoint: required and optional parameters, allowed values, price, and response shape. Call this before fetch_data if you are unsure about parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path, e.g. /api/twitter/search or /api/twitter/handle/{handle} |