Skip to main content
GET
/
v1
/
platform
/
tools
Error
A valid request URL is required to generate request examples
{
  "next_offset": 123,
  "tools": [
    {
      "created_at": "<string>",
      "description": "<string>",
      "enabled": true,
      "handle": "<string>",
      "id": "<string>",
      "metadata": {},
      "name": "<string>",
      "parameters": {},
      "returns": {},
      "tenant_id": "<string>",
      "updated_at": "<string>"
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

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

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer

Maximum number of tools to return

offset
integer

Number of tools to skip

query
string

Search query to filter tools by name or description

Response

OK

next_offset
integer
tools
object[]
total
integer