Skip to main content
Glama

manage_assets

Register and manage reusable media assets like logos, intros, outros, and music by name, with optional defaults for automatic use in clip and reel creation.

Instructions

Register and manage reusable assets (logos, outros, intros, music, images). Reference them by name in create_clip/manage_reel instead of full paths. One logo/outro/intro/music can be the default, applied automatically when none is passed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoRemote URL to download (for import_url)
nameNoAsset name (e.g. 'podcast-logo')
pathNoAbsolute file path (for register/import)
typeNoAsset type (for register/import/list filter)
actionYesAction to perform
new_nameNoNew asset name (for rename)
Behavior3/5

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

No annotations are provided, so the description must convey behavior. It discloses the default-asset behavior, which is valuable, but does not mention more complex behaviors like destructive actions (unregister) or details of import vs. local file registration. The schema lists actions but not their implications, leaving a partial gap.

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 compact and well-organized. It front-loads the purpose in the first sentence, then provides practical usage context in the second. Every sentence adds meaningful information without waste.

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?

The description explains the core concept of reusable assets and their referencing, but does not elaborate on the actions such as 'resolve', 'import_url' vs 'import', or the response/return values. Given the schema lists nine actions with no per-action descriptions, the description only partially prepares an agent to invoke arbitrary actions correctly.

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%, so the baseline is 3. The description adds context about the 'name' parameter's role in referencing assets, but does not further elaborate on parameter specifics beyond what the schema already provides. It slightly reinforces the purpose of parameters like 'type' and 'name'.

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 identifies the tool's purpose: registering and managing reusable assets like logos, outros, intros, music, and images. It differentiates from sibling tools by specifying the resource type and how the assets are used (referenced by name in create_clip/manage_reel).

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 states when to use this tool: to register assets so they can be referenced by name instead of full paths. It provides clear context on the usage pattern, but does not explicitly mention exclusions or alternatives, though the context implies using this over direct paths.

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/nmbrthirteen/podcli'

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