Skip to main content
Glama

Create Content Asset Revision

create_content_asset_revision

Create a new owned draft revision from a frozen submitted/approved/rejected revision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
channelNo
contentNo
asset_idYesFull UUID from the matching list tool.
asset_typeNo
scheduled_forNo
revision_notesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.1/5.0
Behavior3/5

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

Annotations indicate a write operation (readOnlyHint=false) with no destructive hint. The description confirms creation but provides no additional behavioral details such as permissions, effects on the frozen revision, or side effects. Basic consistency maintained.

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?

Single sentence, no redundant words. Every word adds value. Appropriately front-loaded with the action and target.

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?

Given 7 parameters with minimal schema descriptions and no parameter details in the description, the tool is underdocumented. The output schema exists but is not visible; still, the description lacks essential context for correct invocation.

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

Parameters1/5

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

Schema description coverage is only 14% (only asset_id has a description). The description adds no explanation for the other 6 parameters, failing to compensate for the low 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 states a specific verb 'Create', the resource 'content asset revision', and qualification 'from a frozen submitted/approved/rejected revision'. This clearly distinguishes from sibling tools like create_content_asset or submit_content_asset.

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 on when or when not to use this tool versus siblings. The description implies a specific use case (creating a draft from a frozen revision) but does not provide context or alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources