Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

create_audio_creative

Create an audio creative for a media group, providing a name and description, using multipart file upload.

Instructions

Create a new audio creative. The API uses multipart file upload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoCreative name
groupYesMedia group ID
descriptionNoCreative description
Behavior3/5

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

The description discloses the multipart file upload mechanism, which is a useful behavioral trait. However, with no annotations providing additional context, it does not cover other important aspects like permissions, side effects, or the fact that the audio file itself is not reflected in the input schema.

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 consists of two concise sentences. The purpose is front-loaded, and the multipart upload note is valuable without adding unnecessary fluff.

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

Completeness2/5

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

The description is incomplete for a tool with no annotations and no output schema. It does not clarify how to provide the actual audio file (especially since the schema lacks a file parameter), nor does it mention response structure or any additional prerequisites beyond the required group.

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?

The schema already provides 100% coverage of parameter descriptions (name, group, description). The tool description does not add further parameter-specific meaning, but it does hint at the multipart file upload, which may compensate for the missing file parameter in the schema.

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 'Create a new audio creative' with a specific verb and resource type. This distinguishes it from sibling tools like create_creative and create_video_creative by specifying the audio creative domain.

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?

No guidance is provided on when to use this tool versus alternatives. The description indicates only what the tool does, not when to choose it over similar creation tools like create_video_creative or generic create_creative.

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/adbutler/mcp-server'

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