Skip to main content
Glama

analyze_urls

Analyze one or more URLs to get summaries, technical opinions, or comparisons while keeping full page content out of your context.

Instructions

Lê uma ou mais URLs e devolve uma análise pronta, sem o texto bruto.

Use quando o usuário fornecer a(s) URL(s) e quiser resumo, parecer técnico, opinião ou comparação entre páginas: a leitura e a análise acontecem internamente e só o resultado volta — o conteúdo integral das páginas não entra no seu contexto. Prefira read_url apenas quando o texto completo da página for necessário de verdade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYes1 a 8 URLs completas (http/https), na ordem em que devem ser referidas. Para comparação, passe todas na mesma chamada.
requestNoO pedido em linguagem natural, como o usuário fez ("resuma", "dê um parecer técnico sobre a proposta", "compare os dois produtos e recomende um"). Vazio = resumo.Resuma o conteúdo.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the behavioral burden and does meaningful work: it discloses that full page content will not enter the agent's context and that only the analysis result returns. It does not cover error or failure behavior, but for a URL-reading tool the key privacy/context behavior is clearly disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler: a crisp purpose statement, a usage condition list, and an explicit pointer to the alternative tool. It is front-loaded and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema covers return shape, the input schema fully documents both parameters, and the description covers when to use the tool, when to avoid it, and what behavioral guarantee to expect. Although research_web is not named, the phrase 'quando o usuário fornecer a(s) URL(s)' clearly separates this tool from web research.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and the schema already documents URL count, ordering, comparison usage, the request default, and examples. The description reinforces the comparison use case but does not add significant parameter-level meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence states a specific verb ('Lê'), resource ('URLs'), and outcome ('devolve uma análise pronta, sem o texto bruto'), which makes the tool's function unambiguous. The negative clause about raw text also distinguishes it from read_url.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says when to use the tool ('quando o usuário fornecer a(s) URL(s) e quiser resumo, parecer técnico, opinião ou comparação') and names the alternative for the opposite case ('Prefira read_url apenas quando o texto completo da página for necessário de verdade'). This gives the agent clear routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/fabio-barboza/web_search_mcp'

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