Skip to main content
Glama
Plan.ts620 B
export interface PlanStep { tool: string; params: Record<string, any>; } export interface Plan { name: string; description?: string; steps: PlanStep[]; metadata?: { createdAt: string; version: string; experiments?: string[]; treatments?: Record<string, string>; featureFlags?: Record<string, any>; generatedFromToolCalls?: boolean; [key: string]: any; // Allow additional metadata }; } export interface PlanExecutionResult { success: boolean; executedSteps: number; totalSteps: number; failedStep?: { stepIndex: number; tool: string; 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/zillow/auto-mobile'

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