1.0.2npm · mcp-mysql · current release
Observed 2026-08-18T10:49:48.506Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
describe_tableテーブルのカラム情報を取得します。Input schema{
"type": "object",
"properties": {
"tableName": {
"type": "string"
}
},
"required": [
"tableName"
]
} | — | — · — | — |
list_tablesデータベース内のテーブル一覧を取得します。Input schema{
"type": "object"
} | — | — · — | — |
query読み取り専用のSQLクエリを実行します。Input schema{
"type": "object",
"properties": {
"sql": {
"type": "string"
}
},
"required": [
"sql"
]
} | — | — · — | — |
test_executeSQLが実行可能か確認し、最後にロールバックします。Input schema{
"type": "object",
"properties": {
"sql": {
"type": "string"
}
},
"required": [
"sql"
]
} | — | — · — | — |