Skip to main content
Glama
darrenjrobinson

Entra.Chat Podcast MCP Server

get_episode

Retrieve a specific Entra.Chat podcast episode by video ID, episode number, or date. Get full metadata with guest profiles, timestamped chapters, and complete transcript.

Instructions

Retrieve a specific Entra.Chat episode by YouTube video ID, episode number, or publication date. Returns full metadata (guests with profile links, chapters with timestamped links) and the complete transcript with [mm:ss] time markers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate in YYYY-MM-DD or YYYY-MM format to find the nearest episode (e.g. "2026-03" or "2026-03-15")
video_idNoYouTube video ID (11 characters)
episode_numberNoEpisode number (e.g. 12)
Behavior3/5

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

With no annotations, the description carries the burden; it discloses return content (metadata and transcript) and lookup keys. However, it doesn't mention behavior when no parameter or multiple parameters are provided, nor any error handling.

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?

One dense sentence, front-loaded with the verb and object, with no filler or redundant repetition of schema content.

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?

Effectively describes the return payload (guests, chapters, transcript timestamps) despite lacking an output schema. Missing edge-case behavior for optional parameters, but adequate for a straightforward lookup tool.

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

Parameters3/5

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

All three parameters have descriptions in the schema, so the baseline is 3. The description only restates lookup-by labels and adds no new syntax or relationship details 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?

Clearly identifies tool as retrieving a specific Entra.Chat episode by three possible identifiers. The phrase 'specific episode' distinguishes it from sibling list/search tools.

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?

Implies use for targeted lookups by video ID, episode number, or date, but does not explicitly name alternatives or state when not to use it. No guidance on conflicting or preferred identifiers.

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/darrenjrobinson/EntraNewsPodcastMCPServer'

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