Skip to main content
Glama

manage_assets

Register and manage reusable assets like logos, intros, and music. Set defaults to auto-apply assets when creating clips or reels.

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 carries full burden. It discloses that assets can be registered, managed, and set as defaults. However, it does not detail the range of actions (list, import, rename, etc.) or their implications, such as side effects or authorization needs. Some behavioral aspects are implicit but not fully transparent.

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 extremely concise, consisting of two sentences that convey the core purpose, usage pattern, and default behavior. Every sentence adds value with no redundancy.

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?

Given the tool has 6 parameters including an enum with 9 actions, the description only touches on registration and defaults. It omits explaining other actions like import, list, resolve, etc. While the schema covers actions, the description could provide a more complete overview. The lack of output schema is not compensated by description detail.

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

Parameters4/5

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

Schema coverage is 100%, so each parameter has a description. The tool description adds value by explaining the conceptual usage (reference by name, defaults) and the relationship with sibling tools. It provides semantic context beyond the schema, though it does not elaborate on each parameter individually.

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 tool's purpose: registering and managing reusable assets like logos, outros, intros, music, images. It explains the key benefit of referencing assets by name in create_clip/manage_reel instead of full paths, and mentions defaults. This differentiates it from sibling tools.

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 implies usage context by stating assets are referenced by name in create_clip/manage_reel, indicating when to use this tool. However, it does not explicitly exclude alternative tools or provide conditions for choosing this tool over others. Clear context but lacks exclusions.

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