工具 API

run_sql_transaction

<use_case> Use this tool to execute a SQL transaction against a Neon database, should be used for multiple SQL statements. </use_case> <important_notes> If you have a temporary branch from a prior step, you MUST: 1. Pass the branch ID to this tool unless explicitly told otherwise 2. Tell the user that you are using the temporary branch with ID [branch_id] </important_notes>

devOAuth1 积分

调用信息

工具标识
mcp-server-neon.run_sql_transaction
服务提供方
Neon
平均响应
0 ms
近 7 天调用
0

输入参数

sqlStatements必填

The SQL statements to execute

projectId必填

The ID of the project to execute the query against

branchId

An optional ID of the branch to execute the query against. If not provided the default branch is used.

databaseName

The name of the database. If not provided, the default neondb or first available database is used.