New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

get_related_artists

Artists related to a seed artist — the drop-in for Spotify's removed GET /v1/artists/{id}/related-artists. No artist graph exists, so we derive one: build the seed artist's track-vector centroid, take its nearest catalogue tracks, aggregate by artist (each scored on its top-3 track similarities s...

SERVERFreqBlog Music Metadata SOURCEhttps://mcp.freqblog.com/mcp
Low RISK CLASS
Category Read
Parameters 21 required
Recommended Allowedsee the rule below
Registry record Grade D, identity unverified Pull the record →

This record as markdown: /tools/com-freqblog-music-metadata/get-related-artists.md

What get_related_artists does on FreqBlog Music Metadata

AI agents call get_related_artists to retrieve information from FreqBlog Music Metadata without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
limit integer Number of related artists to return (default 20).
artist string Yes Seed artist name (as it appears in the catalog; case-insensitive).

Parameters from the server's own tool schema.

Why get_related_artists is rated Low

This tool performs a read-only query operation that searches a music catalog and returns metadata about related artists. There are no side effects, no data modifications, no code execution, and no irreversible operations. The computational work (building vectors, scoring) is internal processing that produces only informational output.

From the tool's definition Tool 'get_related_artists' retrieves and queries data: 'Returns `artist`, `count`, and `related`...' with no modification, deletion, or execution capabilities. It derives relationships and returns information for consumption.

Questions about get_related_artists

What does the get_related_artists tool do? +

Artists related to a seed artist — the drop-in for Spotify's removed GET /v1/artists/{id}/related-artists. No artist graph exists, so we derive one: build the seed artist's track-vector centroid, take its nearest catalogue tracks, aggregate by artist (each scored on its top-3 track similarities so a prolific artist can't dominate) plus a same-genre lift and a cross-genre penalty. Returns artist, count, and related (each {artist_name, score, match_count, sample_track_id}). Pass a sample_track_id straight to get_audio_features or suggest_next_track. Costs 2 quota units. It is categorised as a Read tool in the FreqBlog Music Metadata MCP Server, which means it retrieves data without modifying state.

What parameters does get_related_artists accept? +

get_related_artists accepts 2 parameters: limit, artist. Required: artist. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on get_related_artists? +

Register the FreqBlog Music Metadata MCP server in PolicyLayer and add a rule for get_related_artists: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches FreqBlog Music Metadata. Nothing to install.

What risk level is get_related_artists? +

get_related_artists is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_related_artists? +

Yes. Add a rate_limit block to the get_related_artists rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block get_related_artists completely? +

Set action: deny in the PolicyLayer policy for get_related_artists. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides get_related_artists? +

get_related_artists is provided by the FreqBlog Music Metadata MCP server (https://mcp.freqblog.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on FreqBlog Music Metadata, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of FreqBlog Music Metadata's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.