/** * @fileoverview List the canvas dataframes materialized by bls_get_series, * with provenance, TTL, row count, and column schema. Requires * CANVAS_PROVIDER_TYPE=duckdb. * @module mcp-server/tools/definitions/bls-dataframe-describe */ import { z } from '@cyanheads/mcp-ts-core'; import { JsonRpcErrorCode } from '@cyanheads/mcp-ts-core/errors'; export declare const blsDataframeDescribeTool: import("@cyanheads/mcp-ts-core").ToolDefinition; }, z.core.$strip>, z.ZodObject<{ dataframes: z.ZodArray; created_at: z.ZodString; expires_at: z.ZodString; row_count: z.ZodNumber; truncated: z.ZodBoolean; max_rows: z.ZodOptional; column_schema: z.ZodArray>; }, z.core.$strip>>; }, z.core.$strip>, readonly [{ readonly reason: "canvas_unavailable"; readonly code: JsonRpcErrorCode.ServiceUnavailable; readonly when: "The DataCanvas service is not configured for this deployment."; readonly recovery: "Set CANVAS_PROVIDER_TYPE=duckdb in the server environment and restart to enable dataframe tools."; }], undefined>; //# sourceMappingURL=bls-dataframe-describe.tool.d.ts.map