Skip to main content
Glama

Valyu MCP Server

MIT License
  • Linux
  • Apple

knowledge

Search proprietary and web sources for specific information by providing a query. Configure data sources, result limits, and similarity thresholds to retrieve relevant answers. Manage costs by setting a maximum price for searches.

Instructions

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 from Valyu 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/valyu-network/valyu-mcp-js'

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