Skip to main content
Glama

barevalue_submit

Submit an uploaded audio file for AI podcast editing using order details and S3 key. Specify editing style, episode information, and custom instructions to process your podcast.

Instructions

Submit an uploaded audio file for AI podcast editing. Charges credits/subscription minutes. Requires order_id and s3_key from barevalue_upload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID from barevalue_upload
s3_keyYesS3 key from barevalue_upload
podcast_nameYesName of the podcast
episode_nameYesName of this episode
episode_numberNoOptional episode number (e.g., "42", "S2E5")
special_instructionsNoOptional custom instructions for the AI editor (max 2000 chars). Examples: "Remove all mentions of our sponsor", "Keep the blooper at the end"
processing_styleNoHow much editing to apply. standard: balanced cleanup, minimal: light touch, aggressive: heavy editing for maximum polish. Default: standard
host_namesNoOptional names of hosts (max 5) for speaker identification in transcript
guest_namesNoOptional names of guests (max 10) for speaker identification in transcript
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses important behavioral traits: that the operation 'charges credits/subscription minutes' (cost implication) and requires specific inputs from another tool. However, it doesn't describe what happens after submission (processing time, notifications, error handling) or authentication requirements, leaving significant gaps for a mutation tool.

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?

Two sentences, zero waste. First sentence states the core purpose and cost implication. Second sentence specifies prerequisites. Every word serves a clear function. The description is appropriately sized and front-loaded with the most critical information.

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?

For a mutation tool with 9 parameters, no annotations, and no output schema, the description provides adequate basic context about purpose and prerequisites but lacks important behavioral details. It doesn't explain what the tool returns, how long processing takes, error conditions, or authentication requirements. Given the complexity and lack of structured data, it should do more to be 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%, so the schema already documents all 9 parameters thoroughly. The description mentions order_id and s3_key as required inputs from barevalue_upload, adding minimal context about their source but no additional semantic meaning beyond what the schema provides. Baseline 3 is appropriate when schema does the heavy lifting.

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 specific action ('submit an uploaded audio file for AI podcast editing'), identifies the resource ('uploaded audio file'), and distinguishes from siblings by specifying it's for files uploaded via barevalue_upload (unlike barevalue_submit_url). It provides a complete purpose statement with no ambiguity.

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

Usage Guidelines5/5

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

Explicitly states when to use this tool ('submit an uploaded audio file') and provides clear prerequisites ('requires order_id and s3_key from barevalue_upload'). It distinguishes from barevalue_submit_url by specifying it's for uploaded files rather than URLs. The description effectively guides the agent on proper usage context.

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/quietnotion/barevalue-mcp'

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