Skip to main content
Glama
TaskCustomFields.ts366 B
/** * CustomFields is the custom fields type. */ export interface TaskCustomFields { Values?: CustomFieldValue[]; } /** * CustomFieldValue contains all the information returned from a customfield. */ export interface CustomFieldValue { countryCode?: string; currencySymbol?: string; customfieldId?: number; urlTextToDisplay?: string; value?: any; }

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/Vizioz/Teamwork-MCP'

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