Connect and configure agent tools
Tools let a Fast Line Pro agent use external capabilities (for example APIs or bundled integrations) according to the catalog available in your environment. This guide covers the Tools section on the agent card and the Publish step so changes apply to live conversations.
When Needed
- You want the agent to call external data or services from the tools catalog.
- You need to disable a tool temporarily without removing it from the list.
- You must fill in tool parameters when the catalog exposes fields for that tool.
What's Important to Know
- Available tools come from the Tools catalog in the Fast Line Pro module.
- Adding, disabling, or removing tools first updates only the agent card in the UI.
- To apply changes to real agent behavior in bots, click Publish at the top of the agent card.
- When parameters exist, use actions such as Configure parameters or the Parameters & settings dialog — complete required fields before publishing.
Prerequisites
You are logged in with integrator permissions. You opened Fast Line Pro via Menu → Fast Line Proand are on the relevant agent card.
Step-by-Step Instructions
- On the agent card, open the Tools section.
- Open Tools catalog.
- Find the tool you need and add it to the agent (items already connected are usually marked Connected).
- If shown, open Configure parameters or Parameters & settings and fill in the fields.
- In the connected tools list, use the enable/disable switch to control whether each tool is active.
- To remove a tool, use the remove action and confirm in the dialog.
- Click Publish to save the configuration on the Fast Line Pro side and apply it to subsequent agent calls from scenarios.
What Happens After
After a successful publish, the agent uses the updated tool configuration. If you skip publish, dialogs keep using the last published configuration.
How to Verify It Worked
- The Tools section shows the expected list and on/off states.
- After Publish, you see a success confirmation when the UI provides one.
- Run a test message through your scenario to confirm the agent behaves as expected with the tools.
MCP servers
MCP servers let an agent use external services through the Model Context Protocol. They appear under the MCP tab of the Tools catalog, and you add their tools to the agent like any other tool.
Add your own MCP server:
- In the Tools catalog, click Add MCP server.
- Fill in:
- Name — a clear display name.
- Server URL — the MCP server address (
https://…). - Server Identifier — a unique id: lowercase letters, numbers,
_or-, up to 24 characters. - Timeout / SSE read timeout — keep the defaults (30 / 300 seconds) unless the server requires otherwise.
- Headers (optional) — for example an
Authorizationheader if the server needs a token. In most ConnectiveOne environments, headers are saved and work after you add the server. If headers are not supported in your environment, contact your ConnectiveOne administrator for the supported auth setup.
- Click Add. The connection is checked automatically and the server's tools are loaded; the server appears on the MCP tab — add its tools to the agent and Publish as usual.
If the connection check fails, the form stays open with a warning: fix the headers and click Add again with the same Server Identifier to retry. If the server requires additional authorization on the provider side (OAuth), contact your administrator — the tools appear after authorization.
Connection status: every MCP server in the catalog shows a status dot next to its name — green means the server is connected and authorized, grey means it is not. The refresh button next to it re-checks the connection and reloads the server's tools; the result is shown above the list.
Visibility: MCP servers are scoped to your ConnectiveOne environment — you see only the servers you add in this account, and they are not shown to other platform customers.
If you get a message that the name, server URL, or Server Identifier already exists, choose different values and try again.
Scenario Builder MCP Tool sections
If the logic already lives in a scenario MCP Tool section, you do not need a separate MCP URL for Fast Line Pro.
- In Tools, click Add MCP Tool from scenario (visible when Scenario MCP ↔ FLP agent binding is enabled under Settings → Instance settings (platform feature toggles)).
- Select sections in the modal and click Add selected tools.
- Click Publish on the agent card.
You can bind the same tool from Scenario Builder — Connect to Fast Line Pro in the MCP Tool trigger config. See Bind a Scenario MCP Tool section to an agent.