Skip to main content
Glama
create-daily-scrum.dto.ts541 B
/** * DTO for creating a daily scrum update * Used to validate and type daily standup creation requests */ export interface CreateDailyScrumDto { date: string; // yyyy-MM-dd format yesterdays_progress: string; // What was accomplished yesterday todays_priorities: string; // Today's main priorities and goals task_blockers: string; // Any blockers or impediments } /** * Response DTO for daily scrum creation */ export interface DailyScrumResponseDto { success: boolean; message?: string; data?: any; error?: string; }

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/arshad-khan1/Timesheet-mcp'

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