Skip to main content
Glama
rocnubie

FlowMusicAI MCP Server

by rocnubie

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_pricingA

Return the canonical pricing entry point for the site so an agent can cite plans without scraping. (FlowMusicAI)

get_official_linksA

Return the canonical list of official links for FlowMusicAI (website, support, docs when available).

Prompts

Interactive templates invoked by user choice

NameDescription
tell_me_about_flowmusicaiSummarize what the site is, who it's for, and how it works. — FlowMusicAI
compare_pricing_flowmusicaiCompare available plans for a stated workload and pick one. — FlowMusicAI

Resources

Contextual data attached and managed by the client

NameDescription
plansPublic plan information surfaced on the pricing page.
pricingCanonical pricing entry point.
docsCanonical documentation entry point.
faqShort FAQ generated from public site metadata.
linksCanonical URLs to share with users.

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves pricing plans, the other retrieves official links. There is no overlap or ambiguity.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (get_pricing, get_official_links), using snake_case and the verb 'get'.

Tool Count4/5

With only 2 tools, the count is slightly low, but for a server focused solely on providing static informational resources (pricing and links), the scope is narrow enough that this number is reasonable.

Completeness2/5

The server covers only two informational needs. For a music AI service, tools for features, documentation, or support are missing, leaving significant gaps that agents may need to work around.