Skip to main content
Glama

MCP-WTIT

by yorifuji
get-current-time.usecase.interface.tsโ€ข411 B
import type { ITimeData } from '../../shared/types/time.types.js'; export interface IGetCurrentTimeUseCaseInput { includeMilliseconds?: boolean; timezone?: string; } export interface IGetCurrentTimeUseCaseOutput { success: boolean; data?: ITimeData; error?: string; } export interface IGetCurrentTimeUseCase { execute(input?: IGetCurrentTimeUseCaseInput): Promise<IGetCurrentTimeUseCaseOutput>; }

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/yorifuji/mcp-wtit'

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