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'{}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'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response List Tools From Mcp Server Without Importing V1 Toolkits Prepare List Tools Post · object.