You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a suggestion that would help save tokens and improve model reasoning (I have indeed noticed that GPT-5 had trouble selecting the right tools in pro mode): instead of including all tools, use query parameters to select which tools the user wants to include.
Usage example:
https://mcp.brightdata.com/sse?token=<token>&pro=1&tools=web_data_instagram_profiles,web_data_instagram_posts
https://mcp.brightdata.com/sse?token=<token>&pro=1 -> still includes all tools
This would include the non-pro tools by default of course.