get_episode_tool

Get the full transcript for an episode by guest name.

Server Dropbox Transcripts pedraum/dropbox-transcripts-mcp
Category Read
Risk class Low
Parameters 00 required

What get_episode_tool does on Dropbox Transcripts

AI agents call get_episode_tool to retrieve information from Dropbox Transcripts without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why get_episode_tool needs a policy

This tool retrieves and returns podcast transcript data based on a query parameter (guest name). It has no side effects—it does not create, modify, delete, or execute operations. The worst misuse would be unauthorized access to transcript content, which is a confidentiality concern rather than a system-integrity or financial risk.

From the tool's definition Tool name 'get_episode_tool' and description 'Get the full transcript for an episode by guest name' indicate retrieval of existing data without modification. The server indexes and makes transcripts 'searchable', confirming a read-only data retrieval function.

Questions about get_episode_tool

What does the get_episode_tool tool do? +

Get the full transcript for an episode by guest name. It is categorised as a Read tool in the Dropbox Transcripts MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on get_episode_tool? +

Register the Dropbox Transcripts MCP server in PolicyLayer and add a rule for get_episode_tool: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Dropbox Transcripts. Nothing to install.

What risk level is get_episode_tool? +

get_episode_tool is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_episode_tool? +

Yes. Add a rate_limit block to the get_episode_tool rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block get_episode_tool completely? +

Set action: deny in the PolicyLayer policy for get_episode_tool. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides get_episode_tool? +

get_episode_tool is provided by the Dropbox Transcripts MCP server (pedraum/dropbox-transcripts-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.