工具 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
branchIdAn optional ID of the branch to execute the query against. If not provided the default branch is used.
databaseNameThe name of the database. If not provided, the default neondb or first available database is used.
analyzeWhether to include ANALYZE in the EXPLAIN command