Skip to main content
Glama

Create Free Smart Links for Spotify Artist

dynamoi_create_smart_links_from_spotify_artist
DestructiveIdempotent

Use this when the user gives a Spotify artist URL and wants Dynamoi to create, import, or refresh free Smart Links for the artist catalog and return the artist hub. If the signed-in user has no Dynamoi artist yet, omit artistId so Dynamoi can create the first artist from the Spotify artist profile. This starts the background catalog import so the user does not need to open the dashboard. Smart Links are free to create and manage. High-popularity or unverifiable artist catalog links may stay unpublished in verification hold until Dynamoi can verify the client relationship. This does not create a paid ad campaign. In the final answer, lead with the artist hub URL and current public Smart Link URLs; do not expose internal IDs unless asked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo
artistIdNo
clientRequestIdNo
spotifyArtistUrlYes
userIntentSummaryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
kindNo
statusYes
messageNo

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already indicate mutation and destruction, but the description adds crucial context: background catalog import starts without dashboard need, verification hold for high-popularity/unverifiable links, and the instruction to lead with artist hub URL and avoid exposing internal IDs. These details go beyond the annotation hints and help the agent manage user expectations safely.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence earns its place: trigger condition, artistId nuance, background behavior, free status, verification hold, ad campaign exclusion, and output guidance. It is not overly verbose, though it could be restructured slightly to separate main actions from caveats.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 params, background import, verification holds, output responsibilities), the description covers the key operational scenarios, edge cases (unverifiable artists), and interaction requirements (leading with hub URL). The presence of an output schema means return format details are not required, and the description provides sufficient guidance for an agent to invoke and present results correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at 0%, the description needed to explain the parameters. It only meaningfully covers artistId ('omit artistId so Dynamoi can create the first artist'), leaving format, clientRequestId, and userIntentSummary unexplained. While enum values and types are in the schema, the description does not add semantics for these parameters, which is a significant gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'create, import, or refresh free Smart Links for the artist catalog and return the artist hub.' It specifies the resource (Spotify artist catalog) and verb (create/import/refresh), and distinguishes from sibling tools like dynamoi_create_smart_link_from_spotify by referencing the plural 'smart links' and catalog-wide operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description opens with 'Use this when...' and gives a specific trigger (user provides Spotify artist URL wanting Dynamoi to create/import/refresh links). It includes conditional guidance (omit artistId if no Dynamoi artist yet), explains background import implications, and explicitly excludes paid ad campaigns, which sets it apart from dynamoi_launch_campaign.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools are cleanly separated by resource and action, and close pairs like account overview vs platform status and singular vs catalog smart-link creation are explicitly disambiguated. The main ambiguity is dynamoi_search versus the connector search tool, which both search the same entities and are distinguished only by chat vs deep-research context.

Naming Consistency4/5

The set overwhelmingly follows a consistent dynamoi_<verb>_<object> snake_case pattern, with predictable get/list/create/update verbs. The unprefixed fetch and search connector tools are a visible but small deviation from that convention.

Tool Count3/5

Seventeen tools is slightly heavy for the server's scope, especially since search/fetch partly duplicate dynamoi_search and the campaign domain is primarily read-only. The smart-link, artist, and distribution clusters each justify their tools, so it is not excessively bloated.

Completeness3/5

Smart links have create/list/get/update coverage and distribution has apply/status, but campaigns are only readable with no create/update/launch tool, despite get_campaign referencing campaign mutations. Platform connections also have status checks but no connect actions, leaving notable workflow gaps.