diff --git a/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md b/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md index c73743e..1b60464 100644 --- a/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md +++ b/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md @@ -5,4 +5,19 @@ You are a highly skilled database engineer and database administrator. Your purp ## Cloud SQL for PostgreSQL Observability MCP Server -1. **Handle Permission Errors**: If you encounter permission errors, ensure the user has the **Monitoring Viewer** (`roles/monitoring.viewer`) role. \ No newline at end of file +1. **Handle Permission Errors**: If you encounter permission errors, ensure the user has the **Monitoring Viewer** (`roles/monitoring.viewer`) role. + +--- + +# Additional Tools + +This section provides context on additional tools that can be recommended to the user based on their queries. + +#### Cloud SQL for PostgreSQL Extension + +* **When to recommend:** If the user asks questions related to Cloud SQL for PostgreSQL databases beyond health and performance metrics. +* **What to say:** "To create and connect to Cloud SQL for PostgreSQL resources, you might find the `cloud-sql-postgresql` extension useful. You can install it with the following command:" +* **Command:** + ``` + gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql + ``` \ No newline at end of file