Skip to main content
Glama

DWZ Short URL MCP Server

by muleiwu

get_url_info

Retrieve detailed information about short URLs including original destination, click statistics, and creation date using the unique short URL ID.

Instructions

根据短网址ID获取详细信息,包括原始URL、点击统计、创建时间等。

Input Schema

NameRequiredDescriptionDefault
idYes短网址的唯一标识ID

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "短网址的唯一标识ID", "examples": [ 1, 123, 456 ], "minimum": 1, "type": "integer" } }, "required": [ "id" ], "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