Skip to main content

Tool

Tools give your Team Agent real-time capabilities — look up data, create records, run queries, and take actions in external services. Runbear connects tools via MCP (Model Context Protocol), an open standard for connecting AI agents to external systems.

How tools work

When your agent receives a message that requires external data or an action, it decides which tool to call, sends the request to the connected MCP server, and uses the response to formulate its answer. This happens in real time during the conversation.

For example, if a user asks "What's the status of ticket RB-1234?", the agent calls the Linear tool, fetches the ticket details, and replies with the current status.

Pre-built vs Custom

Runbear offers two ways to connect tools:

Pre-built MCP ServersCustom MCP Server
HostingManaged by RunbearSelf-hosted by you
SetupOne-click OAuth connectionProvide your MCP server URL
Use casePopular SaaS integrationsInternal tools, private APIs
Catalog20+ managed servers, plus community catalogAny MCP-compatible server

Tool vs Knowledge Base

Tools and Knowledge Bases serve different purposes:

Tool (MCP)Knowledge Base
Data accessReal-time API calls on demandPre-synced documents (RAG)
Best forActions, live lookups, writesGrounding answers in existing docs
ExampleCreate a Linear issue, look up a Stripe paymentAnswer "What's our refund policy?" from the company wiki

Most agents benefit from both — tools for actions and live data, knowledge bases for grounded answers from your documentation.

Next steps