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?
No annotations are provided, so the description carries full disclosure responsibility. It adequately discloses the return format and timezone (UTC), which covers the key behavioral aspect. It does not state side effects, but for a read-only time fetch this is sufficient.
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?
One sentence, front-loaded with the action and result format. Zero extraneous words; perfectly concise.
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 tool with no output schema, the description fully defines the return value (time, format, timezone). Nothing an agent needs to invoke it correctly is missing.
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, and schema coverage is 100% (empty property set). Per rubric, baseline is 4. The description adds no parameter details, but none are 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 clearly states the tool 'Returns the current server time' with explicit formatting (ISO 8601, UTC). This is a specific verb-resource pair that immediately distinguishes it from sibling tools 'add' and 'echo', which serve unrelated purposes.
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 implies usage (whenever current server time is needed) but does not explicitly discuss alternatives. However, siblings 'add' and 'echo' are clearly unrelated, so no ambiguity exists. The lack of explicit guidance does not impede correct tool selection.
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 has a completely distinct purpose: adding numbers, echoing text, and returning time. No overlap or ambiguity exists between them.
All tool names are single-word lowercase verbs (add, echo, server_time), following a uniform and predictable naming pattern.
Three tools is a reasonable number for a simple utility server, but the server name 'Agentic Ads' suggests a far broader scope, making the count feel inadequate for the implied domain.
The tool set has no relevance to advertising or agentic functionality. It only provides generic utilities, leaving the entire ad-related domain uncovered. The surface is severely incomplete for the stated purpose.