Unofficial dubco-mcp-server

by Gitmaxd
Verified

update_link

Modify an existing Dub.co short link by updating its domain, slug, or destination URL using the link ID for targeted changes.

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 Unofficial dubco-mcp-server

Related Tools

ID: 0tvsbwmk8m