Unofficial dubco-mcp-server

update_link

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