Google Super
GOOGLESUPER_GET_ACCOUNT
Tool to retrieve a single Account by its resource name. Use when you need detailed account info after confirming the account resource name (e.g., accounts/100).
Remote googlesuper
Other tools also called GOOGLESUPER_GET_ACCOUNT?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"pattern": "^accounts/[^/]+$",
"examples": [
"accounts/100"
],
"description": "Required. The resource name of the Account to retrieve. Format: accounts/{account_id}, e.g., 'accounts/100'."
}
}
}