Valyu MCP Server

knowledge

Search proprietary and/or web sources for information based on the supplied query.

Input Schema

NameRequiredDescriptionDefault
data_sourcesNo
max_num_resultsNo
max_priceYes
queryYes
query_rewriteNo
search_typeYes
similarity_thresholdNo

Input Schema (JSON Schema)

{ "properties": { "data_sources": { "items": { "type": "string" }, "type": "array" }, "max_num_results": { "default": 10, "type": "integer" }, "max_price": { "type": "number" }, "query": { "type": "string" }, "query_rewrite": { "default": true, "type": "boolean" }, "search_type": { "enum": [ "proprietary", "web", "all" ], "type": "string" }, "similarity_threshold": { "default": 0.4, "type": "number" } }, "required": [ "query", "search_type", "max_price" ], "type": "object" }

You must be authenticated.

Other Tools