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 must carry the full behavioral disclosure burden. It does this well by specifying not just the value returned but its format (ISO 8601) and timezone (UTC), giving an agent the exact expected semantics.
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 efficient sentence that front-loads the core action and resource, then appends the essential format details. Every word earns its place.
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 parameterless, read-only utility tool with no output schema, the description is complete. An agent knows exactly what to expect and exactly how to invoke it, with no hidden dependencies or special conditions.
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 there is nothing for the description to disambiguate. The baseline of 4 for a zero-parameter tool is appropriate; no parameter explanation 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 uses a specific verb ('Returns') with a clear resource ('current server time') and adds format and timezone details ('ISO 8601, UTC'). This makes the tool's purpose immediately distinguishable from siblings like 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 makes the usage context obvious: call this tool when the current server time is needed. It does not explicitly name alternatives, but the tool's function is so distinct that exclusionary guidance is unnecessary.
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.
Each tool performs a completely distinct operation: arithmetic, text reflection, and time retrieval. There is zero overlap in purpose, so an agent cannot confuse them.
Tool names are short and mostly verb-like: add, echo, server_time. server_time uses a noun-based convention while the others are imperative, but the pattern is still predictable and readable.
With 3 small utility tools, the count is minimal but appropriate for a self-described general utility server. It feels slightly thin but not unreasonably so.
The server doesn't claim a unified domain, so there are no obvious missing operations. For a generic utility toolkit, add/echo/time is a reasonable if small representative set.