Skip to main content
Glama
update-tasks.js305 B
import { z } from 'zod'; import { BaseTaskSchema, SubtaskSchema } from './base-schemas.js'; export const UpdatedTaskSchema = BaseTaskSchema.extend({ subtasks: z.array(SubtaskSchema).nullable().default(null) }); export const UpdateTasksResponseSchema = z.object({ tasks: z.array(UpdatedTaskSchema) });

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/eyaltoledano/claude-task-master'

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