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
{{ message }}
This repository was archived by the owner on Oct 27, 2025. It is now read-only.
description="Perform a web search query using Linkup. This tool is helpful for finding information on the web.",
31
+
description="Performs an online search using Linkup search engine and retrieves the top results as a string. This function is useful for accessing real-time information, including news, articles, and other relevant web content.",
35
32
inputSchema={
36
33
"type": "object",
37
34
"properties": {
38
35
"query": {
39
36
"type": "string",
40
-
"description": "The query to search the web with. This should be a question, no need to write in keywords.",
37
+
"description": "The search query to perform.",
41
38
},
39
+
"depth": {
40
+
"type": "string",
41
+
"description": "The search depth to perform. Use 'standard' for straightforward queries with likely direct answers (e.g., facts, definitions, simple explanations). Use 'deep' for: 1) complex queries requiring comprehensive analysis or information synthesis, 2) queries containing uncommon terms, specialized jargon, or abbreviations that may need additional context, or 3) questions likely requiring up-to-date or specialized web search results to answer effectively.",
0 commit comments