Skip to main content
GET
/
v1
/
fleet
/
mcp
/
tools
Error
A valid request URL is required to generate request examples
{
  "cached": true,
  "fetched_at": "<string>",
  "tools": [
    {
      "annotations": {},
      "description": "<string>",
      "inputSchema": {},
      "name": "<string>"
    }
  ]
}

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

url
string
required

MCP server URL to fetch tools from

oauth_provider_id
string

OAuth provider ID for token-based auth

force_refresh
boolean

Skip cache and fetch fresh tools

ls_user_id
string

User ID override (service-key callers)

Response

OK

cached
boolean
fetched_at
string
tools
object[]