Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Bulk Delete LinksDUB_BULK_DELETE_LINKS
Tool to delete multiple short links in bulk from Dub. Use when you need to remove multiple links at once. Maximum of 100 link IDs per request. Non-existing IDs are silently ignored.
Bulk Update LinksDUB_BULK_UPDATE_LINKS
Tool to update multiple short links in bulk. Use when you need to apply the same updates to multiple links at once by specifying link IDs or external IDs.
Create DomainDUB_CREATE_DOMAIN
Tool to add a domain to a Dub workspace. Use when you need to create a new domain for shortening links. The domain must be verified before it can be used for link shortening.
Create TagDUB_CREATE_TAG
Tool to create a new tag in Dub. Use when you need to organize links by creating custom tags. Tags help categorize and filter links for better organization.
Delete DomainDUB_DELETE_DOMAIN
Tool to delete a domain from your Dub workspace. Use when you need to permanently remove a domain. The domain must exist and be owned by your workspace.
Delete TagDUB_DELETE_TAG
Tool to delete a tag from Dub. Use when you need to remove a tag that is no longer needed.
Get Link InfoDUB_GET_LINK_INFO
Tool to retrieve details of a specific short link from Dub. Use when you need to get comprehensive information about a link including its configuration, targeting settings, and performance metrics.
Get LinksDUB_GET_LINKS
Tool to retrieve a paginated list of links for the authenticated workspace. Use when you need to list links with optional filtering by domain, tags, folder, search terms, or user. Supports pagination and sorting for efficient retrieval of large link collections.
Get Links CountDUB_GET_LINKS_COUNT
Tool to retrieve the count of links in workspace with optional filters. Use when you need to get the total number of links matching specific criteria such as domain, tags, folder, or search terms.
Retrieve List of TagsDUB_GET_TAGS
Tool to retrieve a list of tags from Dub. Use when you need to fetch all tags or search for specific tags by name or IDs. Supports pagination and sorting by name or creation date.
Get WorkspaceDUB_GET_WORKSPACE
Tool to retrieve detailed information for a specific workspace. Use when you need to get workspace details including plan, usage limits, domains, users, and configuration settings.
List DomainsDUB_LIST_DOMAINS
Tool to retrieve a list of domains for the authenticated workspace. Use when you need to view all domains, search for specific domains, or filter domains by archived status. Supports pagination for large result sets.
Track Deep Link Open EventDUB_TRACK_OPEN
Tool to track a deep link open event in Dub. Use when you need to record when a user opens your app via a deep link. Supports both direct tracking via deepLink parameter or probabilistic tracking via dubDomain parameter.
Update DomainDUB_UPDATE_DOMAIN
Tool to update a domain configuration in Dub. Use when you need to modify domain settings like redirect URLs, placeholder text, archive status, or deep linking configurations.
Update TagDUB_UPDATE_TAG
Tool to update an existing tag by ID. Use when you need to change the name or color of a tag.
Update WorkspaceDUB_UPDATE_WORKSPACE
Tool to update workspace settings in Dub. Use when you need to modify workspace name, slug, logo, or conversion tracking settings.
Upsert a LinkDUB_UPSERT_LINK
Tool to create or update a short link in Dub. Use when you need to create a new short link or update an existing one. If the link already exists (matching domain and key), it will be updated; otherwise, a new link will be created.