Skip to main content
Glama

mcp-search-linkup

search-web

Access real-time, trusted web content with a natural language search query. Choose search depth for direct answers or in-depth analysis, supporting facts, news, and source-backed information retrieval.

Instructions

Search the web in real time using Linkup. Use this tool whenever the user needs trusted facts, news, or source-backed information. Returns comprehensive content from the most relevant sources.

Input Schema

NameRequiredDescriptionDefault
depthYesThe search depth to perform. Use 'standard' for queries with likely direct answers. Use 'deep' for complex queries requiring comprehensive analysis or multi-hop questions
queryYesNatural language search query. Full questions work best, e.g., 'How does the new EU AI Act affect startups?'

Input Schema (JSON Schema)

{ "properties": { "depth": { "description": "The search depth to perform. Use 'standard' for queries with likely direct answers. Use 'deep' for complex queries requiring comprehensive analysis or multi-hop questions", "enum": [ "standard", "deep" ], "type": "string" }, "query": { "description": "Natural language search query. Full questions work best, e.g., 'How does the new EU AI Act affect startups?'", "type": "string" } }, "required": [ "query", "depth" ], "type": "object" }

Other Tools from mcp-search-linkup

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/LinkupPlatform/python-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server