How to Write Business Reports with Copilot
Generate business documents with Copilot and ToolRouter. Create formatted .docx files from structured data.
ToolWord DocumentsCopilot generates business documents from structured data and technical output — turn a JSON report, database summary, or API response into a formatted Word document that non-technical stakeholders can read and act on.
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 Word Documents tool:
- Paste the data: "Create a business report from this summary data: [paste content]"
- Copilot converts it to a formatted Word document
- Ask: "Generate the TypeScript function that calls this skill"
- Integrate document export into your application
Example Prompt
Try this with Copilot using the Word Documents tool
Create a monthly analytics report Word document from this data summary. Include an executive summary, key metrics table, top findings, and recommendations section.
Tips
- Use this to add a "Download as Word Report" export to your analytics or dashboard application
- Ask Copilot to include both the skill invocation and the response handling code
- Generate documents alongside charts or images for a complete reporting package