Dub.co MCP Server

by Gitmaxd
Verified

update_link

Modify an existing short link by updating its domain, slug, or destination URL using the Dub.co MCP Server. Ensure your links stay current and functional with precise adjustments.

Instructions

Update an existing short link on dub.co

Input Schema

NameRequiredDescriptionDefault
domainNoThe new domain for the short link
keyNoThe new slug for the short link
linkIdYesThe ID of the link to update
urlNoThe new destination URL

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "The new domain for the short link", "type": "string" }, "key": { "description": "The new slug for the short link", "type": "string" }, "linkId": { "description": "The ID of the link to update", "type": "string" }, "url": { "description": "The new destination URL", "type": "string" } }, "required": [ "linkId" ], "type": "object" }

You must be authenticated.

Other Tools from Dub.co MCP Server

Related Tools

ID: p293dlsvcn