Skip to main content
GET
/
v1
/
tools
List Tools
curl --request GET \
  --url https://api.example.com/v1/tools
[
  {
    "tool": "<string>",
    "categories": [
      "<string>"
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.vijil.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

tool
string
required
categories
string[]
required
Last modified on April 21, 2026