{"id":"agent://samvad-agents-search.vercel.app","name":"Web Search","version":"1.0.0","description":"Web search agent. Give it a query, get back ranked results with titles, snippets, and URLs. Supports general search and news search.","url":"https://samvad-agents-search.vercel.app","protocolVersion":"1.2","specializations":["search","web","news"],"models":[{"provider":"tavily","model":"search-api"}],"skills":[{"id":"search","name":"Search","description":"Search the web for a query. Returns ranked results with title, URL, snippet, and relevance score.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"The search query"},"limit":{"type":"number","description":"Max results (default 5, max 10)"}},"required":["query"]},"outputSchema":{"type":"object","properties":{"query":{"type":"string"},"results":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"url":{"type":"string"},"snippet":{"type":"string"},"score":{"type":"number"}}}},"count":{"type":"number"}},"required":["query","results","count"]},"modes":["sync"],"trust":"public"},{"id":"searchNews","name":"Search News","description":"Search recent news for a query. Returns ranked results from the last N days.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"The news search query"},"days":{"type":"number","description":"How many days back to search (default 7)"},"limit":{"type":"number","description":"Max results (default 5, max 10)"}},"required":["query"]},"outputSchema":{"type":"object","properties":{"query":{"type":"string"},"days":{"type":"number"},"results":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"url":{"type":"string"},"snippet":{"type":"string"},"score":{"type":"number"}}}},"count":{"type":"number"}},"required":["query","days","results","count"]},"modes":["sync"],"trust":"public"}],"publicKeys":[{"kid":"search-key-1","key":"1d4379lhhtUS/dAYkBkCmd4JrzjGdTzqvRWjfraqc6E=","active":true}],"auth":{"schemes":["none"]},"rateLimit":{"requestsPerMinute":30,"requestsPerSender":10},"cardTTL":3600,"endpoints":{"intro":"/agent/intro","message":"/agent/message","task":"/agent/task","taskStatus":"/agent/task/:taskId","stream":"/agent/stream","health":"/agent/health"}}