{"capabilities":{"pushNotifications":false,"streaming":true},"defaultInputModes":["text/plain"],"defaultOutputModes":["text/plain","application/json"],"description":"An AI-powered agent that generates MySQL queries from natural language descriptions. It can create SELECT, INSERT, UPDATE, DELETE statements, as well as DDL statements like CREATE TABLE and ALTER TABLE. Powered by OpenAI via LiteLLM.","name":"MySQL Query Generator Agent","preferredTransport":"JSONRPC","protocolVersion":"0.3.0","skills":[{"description":"Generates MySQL queries based on natural language descriptions. Supports SELECT, INSERT, UPDATE, DELETE, CREATE TABLE, ALTER TABLE, and other common MySQL operations. Provide a description of what you want to query or manipulate, and optionally include table schema information for more accurate queries.","examples":["Generate a SELECT query to get all users older than 25","Create a query to insert a new product with name, price, and category","Write a JOIN query to get orders with customer names","Generate a query to update user email where id is 5","Create a table for storing blog posts with title, content, and timestamps"],"id":"mysql-query-generator","inputModes":["text/plain"],"name":"MySQL Query Generator","outputModes":["text/plain","application/json"],"tags":["mysql","sql","database","query","generator"]}],"url":"http://0.0.0.0:8010","version":"1.0.0"}