Skip to main content
GET
List all tools

Authorizations

Authorization
string
header
required

Your iwy Service API Key. Find it at app.iwy.ai/settings.

Include it in the Authorization header:

Response

Successfully retrieved list of tools

id
string<uuid>
required

Unique identifier for the tool

Example:

"dcfae097-1b37-4444-bb0c-1a6abb0320fd"

name
string
required

Function name (snake_case)

Example:

"get_weather"

description
string
required

What the tool does

Example:

"Fetches the current weather for a given city"