Skip to main content
Glama
constants.ts461 B
/** * Google Play Console API Constants * * Constant values for Google Play Store operations */ export const IMAGE_TYPES = [ "phoneScreenshots", "sevenInchScreenshots", "tenInchScreenshots", "tvScreenshots", "wearScreenshots", "featureGraphic", ] as const; export type ImageType = (typeof IMAGE_TYPES)[number]; export const DEFAULT_TRACK = "production"; export const DEFAULT_LANGUAGE = "en-US"; export const DEFAULT_RELEASE_STATUS = "draft";

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/quartz-labs-dev/pabal-mcp'

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