Skip to content
Toolv1.0.0

Web search

Returns ranked, cited web results for a query so answers can be grounded in current sources.

by OpenSmartRoute(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Exposes a search(query) function that returns titles, URLs and snippets. Use it to ground agents in current information; the listing describes the capability, you wire your own search endpoint on install.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/web-search-tool/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

web-search-tool.ocm.jsonjson
{
  "ocm": "1",
  "id": "tool:web-search",
  "kind": "tool",
  "name": "Web search",
  "description": "Searches the public web and returns ranked results with titles, URLs and snippets to cite.",
  "publisher": "OpenSmartRoute",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "actions": [
      "search",
      "retrieve"
    ],
    "tags": [
      "search",
      "grounding"
    ]
  },
  "cost": {
    "usd_per_call": 0.005
  },
  "latency_ms": 800,
  "quality_prior": 0.75,
  "examples": [
    "Latest stable release of PostgreSQL",
    "Who won the 2026 Turing Award?"
  ]
}

Fetch it by URL: GET /api/v1/registry/web-search-tool/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.