Skip to main content
Glama

manage_config

Manage portable config profiles and migrate legacy paths. Export, import, or activate config home bundles, preview moves with dry-run, and restore backups.

Instructions

Manage portable config profiles and legacy path migration.

Actions: • status — active config home, cache dir, migration state (default) • migrate — move legacy project/.podcli/cache into data/cache (idempotent) • export — zip the active config home (knowledge, presets, assets, settings) • import — restore a bundle; backs up existing config before overwrite • use — activate a config home path (writes .podcli-home marker)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
homeNoConfig home override or target for import/use
actionNostatus
dry_runNoFor migrate: preview moves without changing files
activateNoAfter import, set imported home as active
bundle_pathNoZip path for export/import
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses idempotency for migrate, backup behavior for import, and the use action writes a marker. However, it does not cover error handling, auth requirements, or side effects.

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: one introductory sentence and five bullet points. Every sentence adds distinct value, and the structure is clear and front-loaded.

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?

The tool has 5 parameters and no output schema. The description describes actions but does not specify return values or output format for any action (e.g., status likely returns config info, export returns a zip path). This omission leaves the agent underinformed.

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 80% (high), so baseline is 3. The description adds value by explaining the context of the action parameter (via bullet points) and mentioning dry_run and activate within action descriptions, but does not add semantics for home or bundle_path beyond the schema.

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 portable config profiles and legacy path migration, listing specific actions (status, migrate, export, import, use) that distinguish it from sibling tools like manage_assets or manage_presets.

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?

The description lists actions and their purposes but does not explicitly state when to use this tool versus alternatives or when not to use it; usage is implied through action descriptions.

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