{"id":"searchgpt","name":"SearchGPT","alias":"SearchGPT","aliases":[],"description_short":"Search the web and get AI-powered answers with citations.","description_long":"Use GPT with web browsing capabilities to search the internet and provide accurate, up-to-date answers to your questions. Perfect for research, fact-checking, and getting comprehensive information about any topic.","description_tool_prompt":"Use GPT with web browsing capabilities to search the internet and provide accurate, up-to-date answers to your questions. Perfect for research, fact-checking, and getting comprehensive information about any topic.","source":"ChatGPT API","conversation_examples":["What are the latest developments in AI?","Tell me about the history of coffee","What are the best practices for SEO in 2026?","Explain the current situation in renewable energy"],"tags":["web search"],"available_in_chat":true,"available_in_deepthink":true,"available_in_mcp":true,"mcp_audience":"all","config":{"type":"object","properties":{"model":{"default":"gpt-5-mini","description":"OpenAI model to use for search","title":"Model","type":"string"}},"required":[]},"item":{"type":"object","properties":{"question":{"description":"What would you like to search for?","title":"Question","type":"string"},"city":{"default":"","description":"The city to search for","title":"City","type":"string"},"country":{"default":"","description":"The country to search for. ISO 3166-1 alpha-2 country code, e.g. \"US\".","title":"Country","type":"string"}},"required":["question"]},"response":{"$defs":{"SearchGptLink":{"properties":{"url":{"title":"Url","type":"string"},"title":{"title":"Title","type":"string"},"position":{"title":"Position","type":"integer"}},"required":["url","title","position"],"title":"SearchGptLink","type":"object"}},"properties":{"model":{"description":"Model used for the search","title":"Model","type":"string"},"answer":{"description":"AI-powered answer to the search query","title":"Answer","type":"string"},"links":{"description":"List of source links with titles, URLs and positions","items":{"$ref":"#/$defs/SearchGptLink"},"title":"Links","type":"array"}},"required":["model","answer","links"],"title":"SearchGptProcessedItem","type":"object"},"has_canvas":true,"open_canvas_automatically":false}