import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { z } from 'zod'; import { CplaceApiClient } from '../api.js'; export declare const GET_OPERATIONS_TOOL_DEFINITIONS: { readonly cplace_get_by_uid: { readonly description: "Get entity by UID. Retrieves detailed information for a page or person by their UID. Entity type is automatically detected from the UID format (page/... or person/...)."; readonly inputSchema: { readonly uid: z.ZodString; readonly exclude: z.ZodOptional>; readonly attributes: z.ZodOptional>; }; readonly annotations: { readonly title: "Get Entity by UID"; }; }; }; export declare function registerGetOperationTools(server: McpServer, client: CplaceApiClient): void; //# sourceMappingURL=get-operations.d.ts.map