Skip to main content
Glama

Submit Content Asset

submit_content_asset

Submit an owned draft for review, freezing that exact revision and content hash.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idYesFull UUID from the matching list tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations are minimal and set readOnlyHint=false and destructiveHint=false. The description adds value by disclosing that the tool 'freezes that exact revision and content hash,' indicating a non-reversible state change beyond what annotations 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 a single, well-structured sentence that immediately conveys the core action. No extraneous words or information.

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?

The tool has an output schema, so return values are covered. However, the description could benefit from mentioning that submission triggers a review workflow or specifying ownership requirements, given the large number of related sibling tools.

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 coverage is 100%, with the single parameter asset_id already described as 'Full UUID from the matching list tool.' The description does not add further parameter details, but the tool-level context about freezing revision relates to the parameter's role.

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 action: 'Submit an owned draft for review, freezing that exact revision and content hash.' It uses a specific verb (submit) and resource (draft), and distinguishes from siblings like approve_content_asset and reject_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 Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives such as approve_content_asset or reject_content_asset. The description implies usage for owned drafts, but does not state prerequisites or when not to use it.

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