Skip to main content
Glama

Estimate Dare credit cost

dare_estimate_cost
Read-onlyIdempotent

Estimate generation credit costs upfront with Dare's pricing table—no network call or credit spent. Check affordability, compare quality tiers, or size a batch before running.

Instructions

Estimate the credit cost of a generation before running it, using Dare's own pricing table. Purely local arithmetic: no network request, no credits spent. Use this to check affordability, compare quality tiers, or size a batch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoWhat is being generated.video
countNoHow many variations to generate.
modelYesModel id, e.g. `seedance-2-5`.
qualityNoQuality tier, e.g. `720p` for video or `2k` for image.
aspect_ratioNoAspect ratio; affects cost on `gpt-image-2` only.
audio_enabledNoWhether audio is generated (affects Veo and Kling).
reference_countNoNumber of reference assets attached (images count toward image-model surcharges).
duration_secondsNoClip length in seconds (video).
video_reference_countNoHow many of the references are video clips. Only video references earn Seedance's 0.6x discount.
reference_video_secondsNoTotal seconds of video references attached; billed in addition on Seedance 2.5.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful behavioral context beyond these: it performs no network request and spends no credits, and operates purely with local arithmetic. This gives the agent confidence about side effects and cost implications that annotations alone do not fully convey.

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 three tight sentences with no filler. The first sentence states the core purpose, the second discloses key behavioral traits, and the third gives concrete usage scenarios. It is front-loaded and every sentence earns its place.

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

Completeness4/5

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

For a 10-parameter tool with no output schema, the description covers the essential selection and invocation context: what the tool does, that it is offline and free, and when to use it. The main omission is the exact return format, but the tool's purpose is simple enough that the output is largely inferable, and the schema covers all parameter semantics.

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%, so the input schema already fully documents all 10 parameters. The description adds only high-level hints like 'compare quality tiers' and 'size a batch,' which map to quality and count but do not explain parameter behavior. This meets the baseline but does not exceed what the schema already provides.

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 states a specific verb and resource: 'Estimate the credit cost of a generation before running it.' It also clarifies the scope with 'Purely local arithmetic: no network request, no credits spent,' which distinguishes it from generation and balance tools. The purpose is unmistakable and well differentiated from siblings like dare_generate_video and dare_get_credit_balance.

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

Usage Guidelines4/5

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

The description explicitly says when to use the tool: 'Use this to check affordability, compare quality tiers, or size a batch.' It clearly establishes that this is a pre-generation cost check. However, it does not explicitly name alternatives or state when not to use it, though the behavior makes this largely implicit.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/avi-aggarwal14/dare-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server