get_slide_deep_dive
Slide-by-slide preview of a Flevy document (a "doc-<n>" content_id). Returns every showcased slide with its name, a text description of what the slide contains (you cannot see the image, so use the description), a preview image URL, and a deep link to that slide on flevy.com. Use when a user want...
This record as markdown: /tools/com-flevy-flevy/get-slide-deep-dive.md
What get_slide_deep_dive does on Flevy
AI agents call get_slide_deep_dive to retrieve information from Flevy without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
content_id | string | Yes | A document content_id from search_content, e.g. "doc-1234". |
Parameters from the server's own tool schema.
Why get_slide_deep_dive is rated Low
This tool retrieves and displays information about existing content (slide details, descriptions, and preview URLs) without any side effects. It performs a read-only query operation on a content catalog. There is no capability to modify, execute, delete, or financially transact. The blast radius of misuse is negligible—an agent could only retrieve more preview data than intended, which causes no harm.
From the tool's definition Tool 'get_slide_deep_dive' returns slide previews, descriptions, and URLs from existing documents. The description explicitly states it is used 'when a user wants to know what is inside a specific presentation before purchasing' and 'to reference an…
Attacks that exploit this kind of access
The rule that runs get_slide_deep_dive safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Flevy, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For get_slide_deep_dive, this is the rule to start with:
get_slide_deep_dive is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Flevy, apply this rule, and every get_slide_deep_dive call is checked against it from then on.
Questions about get_slide_deep_dive
Slide-by-slide preview of a Flevy document (a "doc-<n>" content_id). Returns every showcased slide with its name, a text description of what the slide contains (you cannot see the image, so use the description), a preview image URL, and a deep link to that slide on flevy.com. Use when a user wants to know what is inside a specific presentation before purchasing, or to reference an individual slide. Only some documents have deep dives; get_content_details reports the count. It is categorised as a Read tool in the Flevy MCP Server, which means it retrieves data without modifying state.
get_slide_deep_dive accepts 1 parameter: content_id. Required: content_id. The full parameter table on this page comes from the server's own tool schema.
Register the Flevy MCP server in PolicyLayer and add a rule for get_slide_deep_dive: 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 Flevy. Nothing to install.
get_slide_deep_dive is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the get_slide_deep_dive 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.
Set action: deny in the PolicyLayer policy for get_slide_deep_dive. 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.
get_slide_deep_dive is provided by the Flevy MCP server (https://flevy.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Flevy, and thousands of servers like it.
This server
Across the catalogue