YDB MCP

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

ydb_query_with_params

Execute parameterized SQL queries with JSON parameters using YDB MCP, enabling secure and efficient database interactions through AI-powered operations.

Instructions

Run a parameterized SQL query with JSON parameters

Input Schema

NameRequiredDescriptionDefault
paramsYes
sqlYes

Input Schema (JSON Schema)

{ "properties": { "params": { "title": "Params", "type": "string" }, "sql": { "title": "Sql", "type": "string" } }, "required": [ "sql", "params" ], "title": "query_with_paramsArguments", "type": "object" }

You must be authenticated.

Other Tools from YDB MCP

Related Tools

ID: 5f9hipc1tz