list_gcp_projects
Retrieve all Google Cloud Platform projects available to the authenticated user, returning a list of project IDs for seamless resource management.
Instructions
List all available GCP projects for the authenticated user.
Returns:
List of project IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_gcp_projectsArguments",
"type": "object"
}