工具 API
list_ slow_ queries
<use_case> Use this tool to list slow queries from your Neon database. </use_case> <important_notes> This tool queries the pg_stat_statements extension to find queries that are taking longer than expected. The tool will return queries sorted by execution time, with the slowest queries first. </important_notes>
调用信息
- 工具标识
- mcp-server-neon.list_slow_queries
- 服务提供方
- Neon
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
projectId必填The ID of the project to list slow queries from
branchIdAn optional ID of the branch. 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.
computeIdThe ID of the compute/endpoint. If not provided, the read-write compute associated with the branch will be used.
limitMaximum number of slow queries to return
minExecutionTimeMinimum execution time in milliseconds to consider a query as slow