How to Convert Data into Presentations with Copilot
Convert structured data to PowerPoint with Copilot and ToolRouter. Build presentations from JSON or CSV in your IDE.
ToolPowerPoint PresentationsCopilot generates presentations from structured data without leaving your development environment — turn a JSON dataset, API response, or query result into a shareable .pptx file as part of your reporting pipeline.
Connect ToolRouter to Copilot
1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the PowerPoint Presentations tool:
- In Copilot Chat: "Create a presentation from this JSON data: [paste JSON]"
- Copilot maps the data to slides and generates the file
- Ask: "Generate TypeScript code to call this skill with live data"
- Integrate the presentation export into your application
Example Prompt
Try this with Copilot using the PowerPoint Presentations tool
Create a 5-slide presentation from this JSON dataset of product performance metrics. Include a summary slide, top 3 products, worst performers, and recommendations: [paste JSON].
Tips
- Use this to add a "Download as Presentation" button to your analytics dashboard
- Pass structured API response data directly to generate a presentation of the results
- Ask Copilot to write both the generation call and the download handler in one pass