Skip to main content
POST
/
v1
/
toolkits
/
prepare
/
list-tools
List Tools From Mcp Server Without Importing
curl --request POST \
  --url https://{api_endpoint}/api/v1/toolkits/prepare/list-tools \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'list_toolkit_obj=<string>' \
  --form 'file=<string>' \
  --form file.0='@example-file'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
list_toolkit_obj
string
required
file
file | null

Response

Successful Response

The response is of type Response List Tools From Mcp Server Without Importing V1 Toolkits Prepare List Tools Post · object.