工具 API
get_ connection_ string
Get a PostgreSQL connection string for a Neon database with all parameters being optional
devOAuth1 积分
调用信息
- 工具标识
- mcp-server-neon.get_connection_string
- 服务提供方
- Neon
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
projectId必填The ID of the project. If not provided, the only available project will be used.
branchIdThe ID or name of the branch. If not provided, the default branch will be used.
computeIdThe ID of the compute/endpoint. If not provided, the read-write compute associated with the branch will be used.
databaseNameThe name of the database. If not provided, the default neondb or first available database is used.
roleNameThe name of the role to connect with. If not provided, the database owner name will be used.