Skip to main content
Glama

DWZ Short URL MCP Server

by muleiwu

list_short_urls

Retrieve and filter your short URL collection with pagination, domain filtering, and keyword search to manage and organize your links effectively.

Instructions

列出用户的短网址列表,支持分页、域名筛选和关键词搜索。

Input Schema

NameRequiredDescriptionDefault
domainNo按域名筛选(可选)
keywordNo搜索关键词,搜索URL、标题或描述(可选)
pageNo页码,从1开始
page_sizeNo每页数量,最大100,默认10

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "按域名筛选(可选)", "examples": [ "short.ly" ], "pattern": "^[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$", "type": "string" }, "keyword": { "description": "搜索关键词,搜索URL、标题或描述(可选)", "examples": [ "产品", "活动", "github.com" ], "maxLength": 100, "type": "string" }, "page": { "default": 1, "description": "页码,从1开始", "examples": [ 1, 2, 3 ], "minimum": 1, "type": "integer" }, "page_size": { "default": 10, "description": "每页数量,最大100,默认10", "examples": [ 10, 20, 50 ], "maximum": 100, "minimum": 1, "type": "integer" } }, "required": [], "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