How to Check Dosage Info with Copilot

Drug dosage data in your IDE with Copilot and ToolRouter.

Tool
Drug Info icon
Drug Info

Copilot 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
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the Drug Info tool:

  1. In Copilot Chat: "Look up dosage for ciprofloxacin"
  2. Copilot returns structured dosing data
  3. Integrate the data into your health application
  4. 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