Skip to main content
Glama

get_suitable_audio

Find audio tracks that sync with video transitions by calculating precise drop timing based on hook duration and total video length.

Instructions

Find audio tracks suitable for a video project based on timing requirements. Returns audios where the drop point occurs after the hook ends and the audio is long enough to cover the entire video. Calculates exact audio positioning so the drop hits at the transition point. Use this when creating projects that need audio synced to clip transitions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hook_duration_secYesHook duration in seconds (e.g., 4.2). The audio drop must occur after this time.
total_duration_secYesTotal video duration in seconds (e.g., 6.4). The audio must be at least this long.
prefer_closestNoIf true, prefer audio with drop time closest to hook duration (default: false, picks randomly)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the tool's logic ('calculates exact audio positioning so the drop hits at the transition point') and output behavior ('returns audios where...'), but lacks details on permissions, rate limits, or error handling, which are important for a tool that filters and returns data.

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

Conciseness4/5

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

The description is appropriately sized with three sentences that are front-loaded with the core purpose. Each sentence adds value by explaining functionality, output, and usage context, though it could be slightly more streamlined by combining some ideas.

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?

Given the tool's moderate complexity (3 parameters, no output schema, no annotations), the description is somewhat complete but has gaps. It explains the tool's purpose and usage well, but lacks details on output format, error cases, or integration with sibling tools, which would enhance completeness for a filtering tool.

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 schema already documents all parameters thoroughly. The description adds minimal value by implying the parameters relate to timing requirements, but does not provide additional syntax, format details, or examples beyond what the schema specifies, meeting the baseline for high coverage.

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 clearly states the tool's purpose with specific verbs ('find audio tracks') and resources ('audio tracks suitable for a video project'), and distinguishes it from sibling tools by focusing on audio selection based on timing requirements, unlike tools like 'get_clips_by_category' or 'search_statonic_library' which handle different resources or criteria.

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 provides clear context for when to use this tool ('when creating projects that need audio synced to clip transitions'), but it does not explicitly state when not to use it or name specific alternatives among the sibling tools, such as 'search_statonic_library' which might handle broader audio searches.

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

Install Server

Other Tools

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/dnldsz/StatonicMCP'

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