Agent Tools

Agents in JetAdmin use tools to interact with data, perform actions, and extend their capabilities.

Instead of defining logic manually, you can enable tools that allow the agent to fetch information, take actions, and process results.

Tool Capabilities

Data Access & Operations

Connect data sources and MCP integrations to let the agent:

  • Read and query records

  • Create new entries

  • Update existing data

  • Delete records when needed

This is essential for building agents that work with your application data.

Internal Actions

Use built-in tools to perform actions inside your app, such as:

  • Sending emails

  • Accessing user or team data

  • Triggering internal processes

spinner

External Information

Enable tools that allow the agent to retrieve information from outside your system:

  • Internet Search: find up-to-date information

  • Fetch URL Content: read and analyze specific web pages

Content Generation

Allow the agent to generate new content:

  • Image generation: create visuals from prompts

  • Code execution: process data, run logic, or perform calculations

circle-info

Best Practice

Focus on enabling only the tools required for your use case. Fewer tools lead to more predictable behavior and better performance.

Last updated

Was this helpful?