{"capabilities":{"pushNotifications":false,"streaming":true},"defaultInputModes":["text/plain"],"defaultOutputModes":["text/plain","application/json"],"description":"An AI-powered A2A agent that converts MySQL SQL commands into PostgreSQL-compatible SQL.","name":"PostgreSQL Converter Agent","preferredTransport":"JSONRPC","protocolVersion":"0.3.0","security":[{"oauth2_client_credentials":[]}],"securitySchemes":{"oauth2_client_credentials":{"description":"OAuth2 client credentials flow","flows":{"clientCredentials":{"scopes":{},"tokenUrl":"https://boomconsole.com/api/oauth/token"}},"type":"oauth2"}},"skills":[{"description":"Converts MySQL SQL commands into PostgreSQL SQL while preserving intent. Handles common DDL and DML syntax differences.","examples":["Convert this MySQL query to PostgreSQL: SELECT * FROM `users` LIMIT 10, 20;","Convert this MySQL DDL: CREATE TABLE users (id INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(100));","Convert this command: INSERT INTO t (id, name) VALUES (1, 'x') ON DUPLICATE KEY UPDATE name=VALUES(name);"],"id":"mysql-to-postgres-converter","inputModes":["text/plain"],"name":"MySQL to PostgreSQL Converter","outputModes":["text/plain","application/json"],"tags":["mysql","postgresql","sql","converter","database","migration"]}],"url":"http://0.0.0.0:8012","version":"1.0.0"}