Skip to main content
Glama
jeromeetienne

mcp-now

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_datetimeC

Get the current date and time

get_current_dateA

Get the current date (without time)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one returns only the current date, the other returns both date and time. No ambiguity exists between them.

Naming Consistency5/5

Both tools follow a consistent 'get_current_' prefix pattern with specific suffixes 'date' and 'datetime', making them predictable and easy to understand.

Tool Count5/5

For a server focused solely on providing current date/time information, two tools is appropriate and covers the essential use cases without being excessive or insufficient.

Completeness4/5

The server covers the primary need for current date and datetime but lacks timezone support or other date-related operations, which could be considered a minor gap.

Maintenance

ActivityStale
ResponsivenessNo issues