You're viewing a demo portfolio

Join the waitlist
PRSM

dynamoi_get_smart_link

Active

Tool of Dynamoi

declared in 0.6.4

Use this when the user wants full details for one free Smart Link, including release, Spotify URL, public play.dynamoi.com URL, current status, theme source, and next actions. Set includeAnalytics=true for visit/click analytics and includeArtistSettings=true for artist-level theme/pixel settings. In the final answer, lead with the public URL and do not expose internal IDs unless asked.

Parameters schema

{
  "type": "object",
  "properties": {
    "format": {
      "enum": [
        "json",
        "summary"
      ],
      "type": "string"
    },
    "artistId": {
      "type": "string",
      "format": "uuid",
      "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
    },
    "dateRange": {
      "type": "object",
      "required": [
        "end",
        "start"
      ],
      "properties": {
        "end": {
          "type": "string",
          "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
        },
        "start": {
          "type": "string",
          "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
        }
      },
      "additionalProperties": false
    },
    "playLinkId": {
      "type": "string",
      "format": "uuid",
      "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
    },
    "spotifyUrl": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1
    },
    "granularity": {
      "enum": [
        "TOTAL",
        "DAILY"
      ],
      "type": "string"
    },
    "includeAnalytics": {
      "type": "boolean"
    },
    "includeBreakdowns": {
      "type": "boolean"
    },
    "includeArtistSettings": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Dynamoi

https://github.com/getDynamoi/mcp

1/7 registries
View full server →