Skip to main content
Glama

Timezone MCP Server

by sam-artuso
cities-response.dto.tsβ€’529 B
import { ApiProperty } from '@nestjs/swagger' export class CitiesResponseDto { @ApiProperty({ description: 'The region name', example: 'America', type: String, }) region!: string @ApiProperty({ description: 'List of cities/locations in the region', example: ['New_York', 'Los_Angeles', 'Chicago', 'Denver', 'Phoenix'], type: [String], }) cities!: string[] @ApiProperty({ description: 'Total number of cities in the region', example: 150, type: Number, }) count!: number }

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/sam-artuso/demo-mcp'

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