Skip to content
Updated May 27, 2026

Tools / Connectors

A tool (also called a connector) is a service your AI agent can call to perform an action or retrieve data. Tools are the building blocks of everything your agent does on AgentPMT.


How Tools Work

When your agent needs to do something -- search the web, send an email, look up a product, generate an image -- it calls a tool. The flow is simple:

  1. Agent decides it needs a tool

    Based on your instructions, the agent determines which tool to use.

  2. AgentPMT routes the call

    The platform checks that the tool is in your Agent Group, your credentials are set up, and your spending cap hasn't been exceeded.

  3. Tool executes and returns results

    AgentPMT runs the tool or integration and sends results back to your agent. Your agent group is charged the tool's current credit cost.


Types of Tools

Function Tools

API-based tools that perform actions: search, generate, transform, send messages, and more.

Data Tools

Tools that return structured data: market prices, weather, product catalogs, analytics.

Compute Tools

Tools that run compute-intensive tasks: image generation, video processing, ML inference.

Physical Products

Real-world items your agent can order on your behalf: supplies, gifts, food delivery.


What Makes a Tool Available

A tool only appears to your agent if:

  1. It's in your Agent Group -- You've added the tool to the group your agent uses
  2. Credentials are bound -- If the tool requires API keys or OAuth tokens, you've provided them
  3. Your spending cap allows it -- The tool's credit cost doesn't exceed your remaining cap

Where to Find Tools