Server time
server_timeReturns the current server time (ISO 8601, UTC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
server_timeReturns the current server time (ISO 8601, UTC).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral transparency burden. It clearly indicates a safe, read-only operation ('Returns') and specifies the response format as ISO 8601 UTC, which covers the key behavioral expectations for this simple tool.
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 a single, front-loaded sentence with no filler. Every word adds value by communicating the action, resource, format, and timezone.
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?
For a no-parameter, no-output-schema utility tool, the description is fully sufficient. It tells the agent exactly what is returned and in what format, and there are no hidden inputs, prerequisites, or edge cases to document.
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 tool has zero parameters, so schema coverage is complete and there is nothing to explain. The baseline score of 4 applies because no parameter documentation is needed.
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 states a specific action ('Returns'), a clear resource ('the current server time'), and includes the output format and timezone. It is easily distinguishable from the sibling tools 'add' and 'echo'.
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?
The description implicitly makes it clear this tool is for retrieving the server time, but it does not explicitly state when to use it versus alternatives or mention any exclusions. For such a simple tool with unrelated siblings, this is adequate though not fully explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
add, echo, and server_time perform completely distinct functions with no behavioral overlap. An agent selecting among them would have no difficulty choosing the right tool.
add and echo are simple imperative verb names, while server_time is a noun phrase with an underscore. The names are readable and lowercase, but there is no consistent verb-noun pattern across the set.
Three tools is a reasonable count for a small utility server, but for a server named SentinelScan Cloud it is far too thin. The actual tools are generic helpers and do not align with the security scanning purpose implied by the server name.
The server's apparent domain is cloud security scanning, yet none of the tools address scanning, security findings, cloud resources, or related workflows. The available tools provide almost no coverage for the stated purpose.