HttpToolResult
HTTP tool execution result
Properties
Section titled “Properties”optional data?: unknown;error?
Section titled “error?”optional error?: string;headers?
Section titled “headers?”optional headers?: Record<string, string>;status?
Section titled “status?”optional status?: number;success
Section titled “success”success: boolean;