Skip to main content
Glama
interfaces.ts481 B
export interface TimezoneInfo { timezone: string; datetime: string; isDST: boolean; utcOffset: string; localizedFormat: string; } export interface TimeConversionResult { source: TimezoneInfo; target: TimezoneInfo; timeDifference: string; } export interface GetCurrentTimeParams { timezone: string; format?: 'iso' | 'local' | 'full'; } export interface ConvertTimeParams { sourceTimezone: string; targetTimezone: string; time: string; date?: string; }

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/davidan90/time-node-mcp'

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