say-hello
Says hello to the world or a specified name. Input a name to get a personalized greeting.
Instructions
Say hello to the world
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | World |
Says hello to the world or a specified name. Input a name to get a personalized greeting.
Say hello to the world
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | World |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations and a minimal description, the description does not disclose any behavioral traits such as side effects, idempotency, or required permissions. The agent has no information about the tool's behavior beyond the generic verb 'say'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short, but this is under-specification rather than conciseness. It does not provide enough information to be useful, and every sentence is needed but missing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema and no explanation of return values. The description is insufficient for an agent to understand how to invoke the tool or what to expect as a result, given the low schema coverage and lack of annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage, and the description does not explain the parameter 'name' at all. It only mentions 'the world' in the description, failing to clarify that 'name' customizes the greeting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Say hello to the world' is vague and does not specify what the tool actually does (e.g., returns a greeting or logs a message). With a sibling tool 'say-hi', there is no differentiation, making it hard for an agent to select the correct tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus the sibling 'say-hi' or in what context. The description lacks any usage context or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pjqdyd/mcp-ts-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server