curl --request GET \
--url https://app.splox.io/api/v1/user-mcp-servers/{id}/tools \
--header 'Authorization: Bearer <token>'{
"options": [
{
"label": "<string>",
"value": "<string>"
}
],
"total": 123,
"limit": 123
}Returns available tool options for a user MCP server.
curl --request GET \
--url https://app.splox.io/api/v1/user-mcp-servers/{id}/tools \
--header 'Authorization: Bearer <token>'{
"options": [
{
"label": "<string>",
"value": "<string>"
}
],
"total": 123,
"limit": 123
}curl "https://app.splox.io/api/v1/user-mcp-servers/YOUR_MCP_SERVER_ID/tools" \
-H "Authorization: Bearer YOUR_TOKEN"
API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings
User MCP server ID