Skip to main content
Glama
expandingideas-ai

WET - Web Extended Toolkit MCP Server

media

Scan web pages to find and download images, videos, and audio files. Use list to discover media URLs with metadata, then download to save locally.

Instructions

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

Actions:

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 discloses the side effects of downloading files to local storage and notes that the 'prompt' parameter is ignored for backward compatibility. It also mentions that the 'analyze' action has been removed and returns an error. However, it does not cover rate limits, authentication, or potential overwriting behavior. Annotations (readOnlyHint=false, openWorldHint=true) are consistent with the description, and no contradiction is present.

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-structured with bullet points for actions and parameters, and includes a typical workflow section. It is somewhat verbose due to the deprecation notice, but every sentence adds value. The purpose is front-loaded, making it easy to scan.

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

Completeness4/5

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

Given the tool's complexity (7 parameters, output schema exists but not described), the description covers the main workflow, actions, parameters, and deprecation. It lacks details on the output schema (e.g., metadata structure) and does not address the 'max_items' parameter, but is otherwise complete for typical use cases.

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 coverage, the description adds significant meaning by explaining each parameter's role (url for list, media_urls for download, media_type filter, output_dir default) and providing examples. However, the 'max_items' parameter from the schema is not mentioned, leaving a gap in documentation.

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 states the tool's purpose: discover and download media files from web pages. It specifies two distinct actions (list and download) with examples, and explicitly notes the removal of the 'analyze' action, which helps avoid confusion. The tool's scope is well-defined and distinct from sibling tools like extract or search.

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

Usage Guidelines3/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 mentions using imagine-mcp for analysis, but does not explicitly compare to sibling tools or state when not to use this tool. It offers some context for usage but lacks explicit exclusions or alternative recommendations.

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

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