Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Implementation Reference

  • The async handler function for the 'say_hello' tool, decorated with @mcp.tool() which registers it with the MCP server. It takes a string name and returns a personalized greeting.
    @mcp.tool() async def say_hello(name: str) -> str: """Say hello to a person.""" return f"Hello, {name}!"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/henihaddad/gcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server