Skip to main content
Glama

web-scraper

fetch

V1 Fetch

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
maxTimeoutNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.1/5.0
Behavior1/5

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

With no annotations provided, the description carries the full burden of disclosing behavior, but it discloses nothing: no indication of network effects, side effects, error behavior, rate limits, or return data. The version tag provides zero behavioral transparency.

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

Conciseness2/5

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

The text is short, but this is under-specification rather than conciseness. "V1 Fetch" contains no useful content that an agent can act on.

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

Completeness1/5

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

A network-related tool with two parameters, no annotations, no output schema, and no parameter descriptions is completely underspecified. The agent cannot determine what fetching means, what the return value looks like, or how timeouts behave.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not compensate by explaining url or maxTimeout. Even though the parameter names hint at meaning, units, defaults, requiredness, and semantics of maxTimeout are undocumented.

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

Purpose1/5

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

"V1 Fetch" merely restates the tool name with a version label and does not state what the tool does, what resource it acts on, or how it differs from siblings like browse and web_crawl. There is no verb-object structure or functional content.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use fetch versus browse or web_crawl. No context, exclusions, or alternative selection criteria are given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.