II.
ToolDescriptor overview
Reference · livetool-descriptor:web-search
Web Search overview
Search the public web and return ranked results with snippets. Available in many coding agents (Claude Code WebSearch, OpenAI web tool, etc.).
Attributes
schema
{}
displayName
Web Search
description
Search the public web and return ranked results with snippets.
Available in many coding agents (Claude Code WebSearch, OpenAI
web tool, etc.).
inputSchema
type
object
required
- query
properties
query
type
string
description
Search query string
allowed_domains
type
array
items
type
string
blocked_domains
type
array
items
type
string
outputSchema
type
object
properties
results
type
array
items
type
object
properties
title
type
string
url
type
string
snippet
type
string
mode
normal
streamable
false
Outgoing edges
None.
Incoming edges
bundles4
- agent-runtime-impl:a5c.runtime@current·AgentRuntimeImpla5c Unified Runtime (current) — unified tool host
- agent-runtime-impl:claude-code.runtime@1.x·AgentRuntimeImplClaude Code Runtime (1.x)
- agent-runtime-impl:cursor.runtime@current·AgentRuntimeImplCursor Runtime (current)
- agent-runtime-impl:gemini-cli.runtime@current·AgentRuntimeImplGemini CLI Runtime (current)