say_hello
Greet a person by name using the GCP MCP server, which manages Google Cloud Platform resources through natural language commands in Claude Desktop without manual credential setup.
Instructions
Say hello to a person.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "say_helloArguments",
"type": "object"
}