Agentic Service Discovery

Resources

M

MySQL

by MySQL

Connect to MySQL databases to query, insert, update, and manage data

DatabasesFreeBasic authdatabasesqldatastoragerelational

How agents use MySQL

  • Agent queries a MySQL table to retrieve records needed as context before generating a response
  • Agent inserts workflow results — events, outputs, logs — into a table for persistence and auditability
  • Agent updates order status, inventory counts, or user data as part of an e-commerce workflow
  • Agent runs aggregation queries to compute metrics or summaries used in a reporting step
  • Agent performs a transactional write to ensure data consistency when multiple records must change together

Agent actions

Execute QueryExecute a SELECT query and return results

Inputs: query, parameters

Returns: rows, rowCount, fields

Insert DataInsert new records into a table

Inputs: table, data

Returns: insertId, affectedRows

Update DataUpdate existing records in a table

Inputs: query, parameters

Returns: affectedRows, changedRows

Delete DataDelete records from a table

Inputs: query, parameters

Returns: affectedRows

Execute TransactionExecute multiple queries in a transaction

Inputs: queries

Returns: results, success

Execute Stored ProcedureCall a stored procedure

Inputs: procedure, parameters

Returns: results

Get Table SchemaRetrieve table structure and column information

Inputs: table

Returns: columns, primaryKey, indexes

Bulk InsertInsert multiple records efficiently

Inputs: table, data, batchSize

Returns: totalInserted, batches

Example workflows

1

User management system

Query and manage user data in MySQL

2

Analytics data warehouse

Store and query analytics data

3

E-commerce order processing

Manage orders, inventory, and customer data

About MySQL

Vendor
MySQL
Pricing Always review details with the vendor
FreeMySQL is open-source and free to use. Cloud hosting may have costs.
Authentication
Basic auth
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with MySQL

Use the Agentic Planner to design, visualize, and connect MySQL with your other tools.

Open Agentic Planner

Related Databases tools

MySQL AI Agent Integration | Fugentic