Skip to main content
Glama
sshekar87

Mikensey MCP Server

by sshekar87

Get Mikensey Episode Transcript

mikensey_get_episode
Read-onlyIdempotent

Access full or partial transcripts of specific podcast episodes for detailed analysis of conversations. Use episode IDs from search results to retrieve content with customizable line ranges.

Instructions

Read the full or partial transcript of a specific podcast episode.

Use this to deep-dive into a specific conversation. Use mikensey_list_episodes or mikensey_search first to find the episode id.

Args:

  • episode_id (string): Episode slug (e.g., "justin-messer-hand-to-hand-combat-in-mortgage")

  • offset (number): Start reading from this line number (default: 0)

  • limit (number): Number of lines to return (default: 200)

Returns: Episode transcript text with metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
episode_idYesEpisode id/slug from mikensey_list_episodes
offsetNoStart from this line number
limitNoNumber of lines to return
Behavior4/5

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

The annotations already indicate this is a read-only, non-destructive, idempotent operation with a closed world. The description adds context about the tool's purpose ('deep-dive into a specific conversation') and the need to find episode IDs first, which provides useful behavioral insight beyond the annotations. It doesn't contradict annotations, but could mention more about rate limits or 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?

The description is well-structured and front-loaded with the core purpose, followed by usage guidelines and parameter details. Every sentence serves a clear purpose without redundancy, making it efficient and easy to parse for an AI agent.

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 annotations cover safety and idempotency, and the schema fully describes parameters, the description provides good context about usage and purpose. However, without an output schema, it could benefit from more detail on return values (e.g., format of 'metadata' mentioned). It's mostly complete but has a minor gap in output clarification.

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?

Schema description coverage is 100%, so the schema already fully documents all parameters. The description adds minimal value by listing parameters with brief examples (e.g., episode slug format) and default values, but doesn't provide significant additional semantics beyond what's in the schema. This meets the baseline for high schema coverage.

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 specific action ('Read the full or partial transcript') and resource ('of a specific podcast episode'), distinguishing it from siblings like mikensey_list_episodes (which lists episodes) or mikensey_search (which searches content). It explicitly mentions what the tool does beyond just the title.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool ('Use this to deep-dive into a specific conversation') and when not to use it ('Use mikensey_list_episodes or mikensey_search first to find the episode id'), naming specific alternatives. This helps the agent understand the proper workflow and tool selection.

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/sshekar87/mikensey-mcp-server'

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