Skip to main content
Glama
n24q02m

WET - Web Extended Toolkit

media

Scan any web page to list and download images, videos, and audio files to your local storage.

Instructions

Discover and download media files (images, videos, audio) from web pages.

Actions:

  • list: Scan a page and return media URLs with metadata. Example: media(action="list", url="https://example.com/gallery", media_type="images")

  • download: Download media files to local storage. Example: media(action="download", media_urls=["https://example.com/photo.jpg"])

Key parameters:

  • url (required for list): Page URL to scan

  • media_urls (required for download): List of media URLs to download

  • media_type: Filter for list -- "images", "videos", "audio", "files", "all" (default: "all")

  • output_dir: Download directory (default: ~/.wet-mcp/downloads)

  • prompt: Reserved -- accepted for backward compatibility, ignored

Typical workflow: list (discover) -> download (save locally). For LLM analysis (vision/audio/video), hand the downloaded path to imagine-mcp's understand action. The legacy media(action="analyze") was REMOVED in wet v2.0.0 (deprecated since v1.x.y); calling it now returns the standard unknown-action error.

Use help tool with tool_name="media" for full documentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
urlNo
media_typeNoall
media_urlsNo
output_dirNo
max_itemsNo
promptNoDescribe this image in detail.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds behavioral context beyond annotations (readOnlyHint=false, openWorldHint=true) by explaining that 'download' writes to local storage, that 'prompt' is ignored, and that 'analyze' returns an error. It does not contradict annotations and provides useful safety information.

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

Conciseness4/5

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

The description is well-organized with sections for actions, parameters, workflow, and legacy info. It is informative and includes examples, though slightly verbose. It earns high marks for clarity but could be trimmed slightly.

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?

Given the tool's medium complexity (7 params, multiple actions, output schema present, sibling tools), the description covers core usage, workflow, deprecations, and even points to the 'help' tool for full docs. It also references external integration (imagine-mcp), making it self-contained and practical.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by explaining the purpose and required contexts for most parameters (url, media_urls, media_type, output_dir, prompt). However, it omits 'max_items', which appears in the schema but is not mentioned, leaving a gap.

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 description clearly identifies the tool as for discovering and downloading media files (images, videos, audio). It distinguishes between 'list' and 'download' actions with specific examples, and notes that 'analyze' was removed. This differentiates internal actions and sets clear expectations.

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

Usage Guidelines4/5

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

The description provides a typical workflow ('list then download') and notes that the legacy 'analyze' action is removed, guiding the agent away from invalid calls. However, it does not explicitly compare with sibling tools like 'extract' or 'search' to indicate when to use this tool instead.

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

Install Server

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/n24q02m/wet-mcp'

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