Agentic Service Discovery

Resources

M

MySQL

by MySQL

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

DatabaserGratisGrundlæggende godkendelsedatabasesqldatastoragerelational

Sådan bruger agenter 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

Agenthandlinger

Execute QueryExecute a SELECT query and return results

Input: query, parameters

Returnerer: rows, rowCount, fields

Insert DataInsert new records into a table

Input: table, data

Returnerer: insertId, affectedRows

Update DataUpdate existing records in a table

Input: query, parameters

Returnerer: affectedRows, changedRows

Delete DataDelete records from a table

Input: query, parameters

Returnerer: affectedRows

Execute TransactionExecute multiple queries in a transaction

Input: queries

Returnerer: results, success

Execute Stored ProcedureCall a stored procedure

Input: procedure, parameters

Returnerer: results

Get Table SchemaRetrieve table structure and column information

Input: table

Returnerer: columns, primaryKey, indexes

Bulk InsertInsert multiple records efficiently

Input: table, data, batchSize

Returnerer: totalInserted, batches

Eksempel på 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

Om MySQL

Leverandør
MySQL
Pris Tjek altid detaljer med udbyderen
GratisMySQL is open-source and free to use. Cloud hosting may have costs.
Godkendelse
Grundlæggende godkendelse
Kompatible noder
AgentResourceInputOutput

Byg et AI-workflow med MySQL

Brug Agentic Planner til at designe, visualisere og forbinde MySQL med dine andre værktøjer.

Åbn Agentic Planner

Relaterede Databaser-værktøjer

MySQL AI Agent Integration | Fugentic