Skip to main content
Glama

manage_env

Manage podcli environment variables: list current settings, set new values for HF_TOKEN or AI CLI paths, or unset to revert to auto-discovery.

Instructions

List, set, or unset global podcli settings stored in .env.

Keys: • HF_TOKEN — HuggingFace token for speaker detection • PODCLI_CLAUDE_PATH — manual path to Claude Code CLI when auto-discovery fails • PODCLI_CODEX_PATH — manual path to Codex CLI when auto-discovery fails

Actions: • list — show all settings, configured values, and AI CLI detection (default) • set — set a key (path must exist for PODCLI_*_PATH keys) • unset — remove a key (falls back to auto-discovery)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoHF_TOKEN | PODCLI_CLAUDE_PATH | PODCLI_CODEX_PATH
valueNoValue to set (required for set)
actionNolist
Behavior4/5

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

With no annotations, the description bears full burden. It discloses that setting PODCLI_*_PATH keys requires the path to exist, and unsetting falls back to auto-discovery. However, it does not mention possible side effects, concurrency, or output behavior.

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 brief, well-structured with bullet points for keys and actions, and immediately states the tool's purpose. Every sentence provides unique information without 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?

The description covers actions and key-value constraints but does not explain the return format (especially for 'list') or error handling. For a management tool with no output schema, this is a moderate gap.

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 67% (action lacks explicit description, but enum values are self-explanatory). The description adds value beyond the schema by explaining value constraints ('path must exist') and key purpose, though it largely restates schema info.

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 lists, sets, or unsets global podcli settings stored in .env, with specific keys enumerated. This distinctively separates it from sibling tools dealing with config, integrations, presets, etc.

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 implies usage through the three actions (list, set, unset) but does not explicitly guide when to use this tool over siblings like manage_config or manage_integrations. No when-not-to-use or alternative guidance is given.

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