curl --request POST \
--url https://api.example.com/v1/ui/mcp-servers/discover-tools \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"authHeaderName": "<string>",
"authApiKey": "<string>"
}
'{
"tools": [
{
"name": "<string>",
"description": "<string>"
}
]
}Discovers available tools from an MCP server URL.
curl --request POST \
--url https://api.example.com/v1/ui/mcp-servers/discover-tools \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"authHeaderName": "<string>",
"authApiKey": "<string>"
}
'{
"tools": [
{
"name": "<string>",
"description": "<string>"
}
]
}