Skip to main content
Glama

create_episode

Create and schedule podcast episodes with AI-generated transcripts, chapters, and clips. Upload media files, set publish dates, and enhance audio for shows in PodHome MCP Server.

Instructions

Create a new episode for a specific show.

Args: show: One of the slugs configured in PODHOME_SHOWS (e.g., "my-main-podcast") file_url: Publicly accessible URL to the media file title: Episode title description: Optional episode description (can contain HTML) link: Optional canonical link for the episode publish_date: UTC ISO-8601 future date to schedule publishing use_podhome_ai: Run Podhome AI to generate transcript and artifacts suggest_chapters: Generate chapters (requires use_podhome_ai=true) suggest_details: Generate description and title suggestions suggest_clips: Generate clips (requires use_podhome_ai=true) enhance_audio: Run audio enhancement (paid feature)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
showYes
file_urlYes
titleYes
descriptionNoOptional episode description (can contain HTML)
linkNoOptional canonical link for the episode
publish_dateNoUTC ISO-8601 future date to schedule publishing
use_podhome_aiNoRun Podhome AI to generate transcript and artifacts
suggest_chaptersNoGenerate chapters (requires use_podhome_ai=true)
suggest_detailsNoGenerate description and title suggestions (requires use_podhome_ai=true)
suggest_clipsNoGenerate clips (requires use_podhome_ai=true)
enhance_audioNoRun audio enhancement (paid feature)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it creates a new episode, schedules publishing with a future date, mentions paid features ('enhance_audio'), and specifies requirements between parameters. However, it doesn't cover error conditions, rate limits, or authentication needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement followed by parameter explanations. It's appropriately sized for 11 parameters, though some redundancy exists (e.g., repeating 'Optional' from schema). Every sentence adds value, but it could be more front-loaded with critical usage information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (11 parameters, creation operation) and no annotations, the description does a good job covering purpose, parameters, and some behavioral aspects. With an output schema present, it doesn't need to explain return values. However, it lacks details on error handling, authentication, or side effects that would be helpful for a creation 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?

Schema description coverage is 73%, so the description adds value by providing context beyond the schema. It clarifies parameter relationships (e.g., 'requires use_podhome_ai=true'), notes that 'description' can contain HTML, and identifies 'enhance_audio' as a paid feature, compensating for the 27% coverage gap in 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 verb 'create' and resource 'new episode for a specific show', making the purpose explicit. It distinguishes from siblings like 'list_episodes', 'modify_episode', and 'schedule_episode' by focusing on creation rather than listing, modification, or scheduling operations.

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 parameter explanations (e.g., 'requires use_podhome_ai=true'), but lacks explicit guidance on when to use this tool versus alternatives like 'schedule_episode' or 'modify_episode'. No clear exclusions or prerequisites are stated beyond parameter dependencies.

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/ChrisLAS/podhome-mcp'

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