How to Check Dosage Info with Copilot
Drug dosage data in your IDE with Copilot and ToolRouter.
ToolDrug InfoCopilot delivers dosage data as structured objects for building medication management features. Create dosing calculators from the structured response, build prescription verification logic, and integrate dosage guidelines into clinical workflow applications without manually parsing prescribing information.
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 Drug Info tool:
- In Copilot Chat: "Look up dosage for ciprofloxacin"
- Copilot returns structured dosing data
- Integrate the data into your health application
- Query additional drugs as needed
Example Prompt
Try this with Copilot using the Drug Info tool
Pull dosage information for prednisone so I can build a dosing calculator in our app.
Tips
- Structured data format works well for building dosing calculators
- Include special population warnings in your application UI
- Cache dosage data since it changes infrequently