Skip to main content
Glama

DWZ Short URL MCP Server

by muleiwu

batch_create_short_urls

Create multiple short URLs in bulk to streamline link management workflows. Supports up to 50 URLs at once with custom domain options for efficient URL shortening operations.

Instructions

批量创建多个短网址,提高创建效率。最多支持50个URL。

Input Schema

NameRequiredDescriptionDefault
domainYes短网址使用的域名
urlsYes要缩短的URL列表

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "短网址使用的域名", "pattern": "^[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$", "type": "string" }, "urls": { "description": "要缩短的URL列表", "items": { "format": "uri", "type": "string" }, "maxItems": 50, "minItems": 1, "type": "array" } }, "required": [ "urls", "domain" ], "type": "object" }

Other Tools from DWZ Short URL MCP Server

Related Tools

    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/muleiwu/dwz-mcp'

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