Skip to main content
Glama
agishub

AgisHub MCP Server

Official
by agishub

now_in

Get the current local time in any IANA timezone, including UTC offset, abbreviation, and daylight saving status. Use to check what time it is right now in a specific location.

Instructions

Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect. Use whenever you need to know what time it is 'now' somewhere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timezoneYesIANA timezone, e.g. 'Europe/Madrid', 'Asia/Kolkata'.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the specific outputs (UTC offset, zone abbreviation, DST status) and the real-time 'now' nature, which is useful behavioral context. It does not discuss error handling or invalid timezone behavior, but for a simple read-only tool this is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences, front-loaded with the purpose and followed by usage guidance. Every word earns its place with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with a well-described schema and clear purpose, the description adequately states what it does, when to use it, and what information it returns. Minor gaps like explicit return structure or error behavior are not critical given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully documents the timezone parameter with format and examples (100% coverage). The description adds no additional parameter-specific detail beyond the schema, meeting the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb and resource: 'Get the current local time in an IANA timezone'. It also lists the included details (UTC offset, zone abbreviation, DST), distinguishing it from sibling tools like convert_timezone by emphasizing 'now'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage guidance is provided: 'Use whenever you need to know what time it is now somewhere.' This gives a clear context for when to use, though it does not explicitly name alternatives or exclusions, which would earn a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agishub/agishub-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server