工具 API

explain_sql_statement

Describe the PostgreSQL query execution plan for a query of SQL statement by running EXPLAIN (ANAYLZE...) in the database

devOAuth1 积分

调用信息

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

输入参数

sql必填

The SQL statement to analyze

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.

analyze

Whether to include ANALYZE in the EXPLAIN command