Skip to content

Commit ae386b5

Browse files
committed
tool to skill for skill descriptions
1 parent 400b363 commit ae386b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

skills/cloud-sql-postgres-data/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Note: The scripts automatically load the environment variables from various .env
1919

2020
### execute_sql
2121

22-
Use this tool to execute sql.
22+
Use this skill to execute sql.
2323

2424
#### Parameters
2525

skills/cloud-sql-postgres-health/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Identifies all locks held by active processes showing the process ID, user, quer
178178

179179
### list_query_stats
180180

181-
Lists performance statistics for executed queries ordered by total time, filtering by database name pattern if provided. This tool requires the pg_stat_statements extension to be installed. The tool returns the database name, query text, execution count, timing metrics (total, min, max, mean), rows affected, and buffer cache I/O statistics (hits and reads).
181+
Lists performance statistics for executed queries ordered by total time, filtering by database name pattern if provided. This skill requires the pg_stat_statements extension to be installed. The skill returns the database name, query text, execution count, timing metrics (total, min, max, mean), rows affected, and buffer cache I/O statistics (hits and reads).
182182

183183
#### Parameters
184184

skills/cloud-sql-postgres-monitor/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Identifies all locks held by active processes showing the process ID, user, quer
178178

179179
### list_query_stats
180180

181-
Lists performance statistics for executed queries ordered by total time, filtering by database name pattern if provided. This tool requires the pg_stat_statements extension to be installed. The tool returns the database name, query text, execution count, timing metrics (total, min, max, mean), rows affected, and buffer cache I/O statistics (hits and reads).
181+
Lists performance statistics for executed queries ordered by total time, filtering by database name pattern if provided. This skill requires the pg_stat_statements extension to be installed. The skill returns the database name, query text, execution count, timing metrics (total, min, max, mean), rows affected, and buffer cache I/O statistics (hits and reads).
182182

183183
#### Parameters
184184

0 commit comments

Comments
 (0)