Skip to main content
Glama

manage_presets

Save, list, load, or delete rendering presets to reuse caption style, crop strategy, logo, and outro settings for podcast clips.

Instructions

Save, load, list, or delete rendering presets. Presets store caption_style, crop_strategy, logo_path, and outro_path for quick reuse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoPreset name (required for save/load/delete)
actionYesPreset action
configNoPreset config (for save action)
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool can mutate state (save/delete) and lists supported actions, but does not detail side effects, such as whether loading overwrites current settings or whether deletes are irreversible, or any permission requirements. It is adequate for a simple CRUD tool but lacks deeper behavioral context.

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 two concise sentences with no filler. The action list is front-loaded, and the stored fields are stated clearly, ensuring an agent immediately understands the tool's scope.

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 is reasonably complete for a CRUD tool: it explains the config contents and actions. However, since there is no output schema, the description does not hint at return values (e.g., what list returns or what save/load/delete return). It also does not clarify that name is only required for specific actions, though the schema states that. This is a minor gap for a simple tool.

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?

The schema covers all parameters with descriptions, so the baseline is 3. The description adds value by explaining that presets store these specific fields and that they enable quick reuse, which clarifies the purpose of the config object and reinforces the meaning of the action enum. It does not add syntax details beyond the schema but complements it effectively.

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 manages rendering presets with four specific actions (save, load, list, delete) and enumerates the stored fields (caption_style, crop_strategy, logo_path, outro_path). This provides a distinct resource and verb, and no sibling tool addresses presets, so it is easily distinguishable.

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 for managing presets (e.g., 'for quick reuse') and no sibling tool overlaps this function, making the context clear. It does not explicitly state when not to use it or name alternatives, but given the unique purpose, the absence of explicit exclusions is acceptable.

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