You're viewing a demo portfolio

Join the waitlist
PRSM

dynamoi_list_smart_links

Active

Tool of Dynamoi

declared in 0.6.4

Use this when the user wants to list free Smart Links for one artist, including release title, public URL, publish state, claim state, render state, and theme. Do not use this for paid campaign lists; use dynamoi_list_campaigns for campaigns. In the final answer, show public URLs and avoid internal IDs unless asked. If empty for an artist with connected Spotify, suggest dynamoi_create_smart_links_from_spotify_artist for catalog import or dynamoi_create_smart_link_from_spotify for one release instead of stopping at 'no Smart Links yet'.

Parameters schema

{
  "type": "object",
  "required": [
    "artistId"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 50,
      "minimum": 1
    },
    "query": {
      "type": "string",
      "maxLength": 120
    },
    "cursor": {
      "type": "string"
    },
    "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)$"
    },
    "claimStatus": {
      "enum": [
        "auto_approved",
        "pending_ops_review",
        "verification_deferred",
        "approved_by_ops",
        "rejected"
      ],
      "type": "string"
    },
    "renderState": {
      "enum": [
        "queued",
        "rendering",
        "rendered",
        "failed"
      ],
      "type": "string"
    },
    "publishState": {
      "enum": [
        "published",
        "unpublished"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

Dynamoi

https://github.com/getDynamoi/mcp

1/7 registries
View full server →
dynamoi_list_smart_links — Dynamoi — PRSM MCP