Skip to main content
Glama

check_pricing

Retrieve current RunAPI pricing for Suno music models and endpoints. Specify a model or action to see applicable costs.

Instructions

Look up RunAPI pricing for the suno model line.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoModel slug. Defaults to the line's primary model.
actionNoEndpoint name. Defaults to the endpoint that offers the model.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv0.3.6
    • changedInput schema / properties / action / enum
      Previous value: -[
      -  "add_samples",
      -  "blend_lyrics",
      -  "cover_audio",
      -  "create_mashup",
      -  "extend_music",
      -  "generate_lyrics",
      -  "generate_persona",
      -  "inspire_music",
      -  "remaster_audio",
      -  "separate_audio_stems",
      -  "stitch_audio",
      -  "text_to_music",
      -  "text_to_sound"
      -]New value: +[
      +  "convert_audio",
      +  "blend_lyrics",
      +  "cover_audio",
      +  "create_mashup",
      +  "extend_music",
      +  "generate_lyrics",
      +  "inspire_music",
      +  "add_samples",
      +  "visualize_music",
      +  "generate_persona",
      +  "remaster_audio",
      +  "separate_audio_stems",
      +  "stitch_audio",
      +  "boost_style",
      +  "text_to_music",
      +  "text_to_sound",
      +  "get_timestamped_lyrics",
      +  "generate_voice"
      +]
    • changedInput schema / properties / model / enum
      Previous value: -[
      -  "suno-v4",
      -  "suno-v4.5",
      -  "suno-v4.5-plus",
      -  "suno-v5",
      -  "suno-v5.5",
      -  "suno-v4.5-all"
      -]New value: +[
      +  "suno-v4",
      +  "suno-v4.5",
      +  "suno-v4.5-all",
      +  "suno-v4.5-plus",
      +  "suno-v5",
      +  "suno-v5.5",
      +  "suno-v6",
      +  "suno-v6-mini",
      +  "suno-v6-wild"
      +]
  2. Changed1 schema field changedv0.3.5
    • changedInput schema / properties / action / enum
      Previous value: -[
      -  "add_samples",
      -  "blend_lyrics",
      -  "cover_audio",
      -  "create_mashup",
      -  "extend_music",
      -  "generate_lyrics",
      -  "inspire_music",
      -  "remaster_audio",
      -  "separate_audio_stems",
      -  "stitch_audio",
      -  "text_to_music",
      -  "text_to_sound"
      -]New value: +[
      +  "add_samples",
      +  "blend_lyrics",
      +  "cover_audio",
      +  "create_mashup",
      +  "extend_music",
      +  "generate_lyrics",
      +  "generate_persona",
      +  "inspire_music",
      +  "remaster_audio",
      +  "separate_audio_stems",
      +  "stitch_audio",
      +  "text_to_music",
      +  "text_to_sound"
      +]
  3. Changed2 schema fields changedv0.3.2
    • changedInput schema / properties / action / enum
      Previous value: -[
      -  "blend_lyrics",
      -  "cover_audio",
      -  "create_mashup",
      -  "extend_music",
      -  "generate_lyrics",
      -  "separate_audio_stems",
      -  "text_to_music",
      -  "text_to_sound"
      -]New value: +[
      +  "add_samples",
      +  "blend_lyrics",
      +  "cover_audio",
      +  "create_mashup",
      +  "extend_music",
      +  "generate_lyrics",
      +  "inspire_music",
      +  "remaster_audio",
      +  "separate_audio_stems",
      +  "stitch_audio",
      +  "text_to_music",
      +  "text_to_sound"
      +]
    • changedInput schema / properties / model / enum
      Previous value: -[
      -  "suno-v4",
      -  "suno-v4.5",
      -  "suno-v4.5-all",
      -  "suno-v4.5-plus",
      -  "suno-v5",
      -  "suno-v5.5"
      -]New value: +[
      +  "suno-v4",
      +  "suno-v4.5",
      +  "suno-v4.5-plus",
      +  "suno-v5",
      +  "suno-v5.5",
      +  "suno-v4.5-all"
      +]
  4. Changed1 schema field changedv0.2.4
    • changedInput schema / properties / action / enum
      Previous value: -[
      -  "cover_audio",
      -  "create_mashup",
      -  "extend_music",
      -  "generate_lyrics",
      -  "text_to_music",
      -  "text_to_sound"
      -]New value: +[
      +  "blend_lyrics",
      +  "cover_audio",
      +  "create_mashup",
      +  "extend_music",
      +  "generate_lyrics",
      +  "separate_audio_stems",
      +  "text_to_music",
      +  "text_to_sound"
      +]
  5. Changed1 schema field changedv0.1.2
    • changedInput schema / properties / action / enum
      Previous value: -[
      -  "cover_audio",
      -  "create_mashup",
      -  "extend_music",
      -  "text_to_music",
      -  "text_to_sound"
      -]New value: +[
      +  "cover_audio",
      +  "create_mashup",
      +  "extend_music",
      +  "generate_lyrics",
      +  "text_to_music",
      +  "text_to_sound"
      +]
  6. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. 'Look up' implies a read-only, non-mutating operation, but it says nothing about authentication, rate limits, response format, caching, or whether the data is live. This is minimal transparency, and important behavioral traits are absent.

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

Conciseness5/5

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

The description is a single sentence with no wasted words. It is front-loaded with the core action and resource, and every part of the sentence contributes meaning. It is appropriately concise for such a simple lookup tool.

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

Completeness3/5

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

The tool is very simple (no required parameters, no output schema, no nested objects). The description covers the core purpose and the schema fully documents the parameters. However, it does not describe what the returned pricing data contains or how to interpret it, which is a gap given there is no output schema. It is adequate but not fully complete.

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

Parameters3/5

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

Schema description coverage is 100%; both 'model' and 'action' have clear descriptions including defaults in the schema itself. The description text adds no parameter-level semantics beyond what the schema already provides, so the baseline of 3 applies.

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

Purpose4/5

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

The description 'Look up RunAPI pricing for the suno model line' uses a specific verb ('look up') and a specific resource ('RunAPI pricing for the suno model line'). It clearly distinguishes this tool from the sibling audio/action endpoints because it is the only one about pricing. However, it does not explicitly name a sibling or state what it is not, so it doesn't fully earn a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention checking pricing before running an expensive operation, nor does it note any exclusions or prerequisites. The agent must infer its role from the name alone. There is no explicit context for when it should be called.

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