Skip to main content
GET
/
v1
/
tools
List Tools
curl --request GET \
  --url https://api.anchorbrowser.io/v1/tools \
  --header 'anchor-api-key: <api-key>'
{
  "tools": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "application_id": "<string>",
      "input_schema": [
        {}
      ],
      "output_schema": [
        {}
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Query Parameters

Filter tools by name or description.

Response

Tools retrieved successfully.

tools
object[]