en un clic
web-search
// Search the web and fetch content from URLs for current information, news, and research topics.
// Search the web and fetch content from URLs for current information, news, and research topics.
Deep research with structured reports and charts. ONLY use when the user explicitly requests research/analysis, or needs data visualization with charts, or quantitative/comparative analysis across multiple sources. Do NOT use for simple questions or quick lookups.
Web browser automation for tasks requiring UI interaction, login-protected pages, or human-like browsing when APIs are insufficient.
Autonomous coding agent. Delegate any task that involves understanding, writing, or running code — from a GitHub issue, a bug report, or a user request. It explores, implements, and verifies on its own.
Create hand-drawn style diagrams and flowcharts using Excalidraw
Create, modify, and manage Excel spreadsheets.
Manage GitHub issues, PRs, branches, and repositories via OAuth (3LO). For reading issues or PR details, not for deep code analysis — delegate that to code-agent.
| name | web-search |
| description | Search the web and fetch content from URLs for current information, news, and research topics. |
| Parameter | Type | Default | Description |
|---|---|---|---|
query | str | (required) | Search query string |
max_results | int | 5 | Number of results (max 10) |
| Parameter | Type | Default | Description |
|---|---|---|---|
url | str | (required) | URL to fetch (must start with http:// or https://) |
include_html | bool | False | Include raw HTML in response |
max_length | int | 50000 | Maximum character length of extracted text |
When presenting information from search results or fetched pages, wrap every specific claim in <cite> tags:
<cite source="SOURCE_TITLE" url="URL">claim text</cite>
Rules:
source attribute should contain the title or name of the source.url attribute should contain the source URL when available.