Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SunoKeyYesYour Suno API Key. Example: sk_YOUR_SUNO_API_KEY_HERE

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_music_sunoA

Generates a song using the Suno API. Provide lyrics, style, and title for custom mode, or a description for inspiration mode. Returns the audio URL upon completion. Polling for results may take a few minutes.

When returning an audio URL, please use the following HTML format for user convenience:

<audio controls>
  <source src="YOUR_AUDIO_URL_HERE" type="audio/mpeg">
</audio>
<br>
<a href="YOUR_AUDIO_URL_HERE" download="SONG_TITLE.mp3">
  点击这里下载喵!
</a>

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool 'generate_music_suno' has a singular, well-defined purpose of generating music via the Suno API.

Naming Consistency5/5

The single tool name 'generate_music_suno' follows a clear verb_noun pattern, and there are no other tools to cause inconsistency. The naming is straightforward and descriptive.

Tool Count2/5

A single tool is too few for a server named 'Suno-MCP', which suggests a broader music generation domain. This minimal toolset feels thin and may limit functionality, as agents might expect additional operations like listing generated songs or managing settings.

Completeness2/5

The tool surface is severely incomplete for a music generation server. While 'generate_music_suno' handles creation, there are obvious gaps such as retrieving, updating, or deleting generated songs, and no tools for managing styles or user preferences, which could hinder agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues