Skip to main content
Glama

You.com MCP Server

smart_search

Search the web, retrieve news, and conduct research using query-based inputs, with optional custom instructions and conversation continuity for tailored results.

Input Schema

NameRequiredDescriptionDefault
conversationIdNoA hex UUID to maintain conversation continuity (optional)
instructionsNoCustom instructions for tailoring the response (optional)
queryYesThe query to send to You.com's Smart API

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "conversationId": { "description": "A hex UUID to maintain conversation continuity (optional)", "type": "string" }, "instructions": { "description": "Custom instructions for tailoring the response (optional)", "type": "string" }, "query": { "description": "The query to send to You.com's Smart API", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from You.com MCP Server

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/jimbul/youdotcom_MCP'

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