Tool calling

Run MCP, nested-model, search, and fetch tools inside BitRouter's bounded server-side loop.

1 min readEdit this page

Tool customizations let BitRouter execute selected tool calls and continue the model loop before returning a response. The deployment enables each capability; an individual request still has to opt into it.

Use MCP gateway when BitRouter should proxy tool servers without owning the model loop. Use server tools when the router itself should advertise, execute, and feed tool results back to the model.

How is this guide?