YDB MCP

Official
by ydb-platform
Apache 2.0
17
  • Linux
  • Apple

ydb_query

Execute SQL queries on YDB databases via the YDB MCP server to retrieve or manipulate data programmatically, supporting AI-powered database operations.

Instructions

Run a SQL query against YDB database

Input Schema

NameRequiredDescriptionDefault
paramsNo
sqlYes

Input Schema (JSON Schema)

{ "properties": { "params": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "sql": { "title": "Sql", "type": "string" } }, "required": [ "sql" ], "title": "queryArguments", "type": "object" }

You must be authenticated.

Other Tools from YDB MCP

Related Tools

ID: 5f9hipc1tz