Skip to main content
Glama
PSPDFKit

Nutrient Document Engine MCP Server

by PSPDFKit
DocumentFingerprintSchema.ts602 B
import { z } from 'zod'; /** * Shared Zod schema for DocumentFingerprint that can be used across all tools */ export const DocumentFingerprintSchema = z .object({ document_id: z .string() .min(1, 'Document ID is required') .describe('The ID on the Document Engine to identify the document'), layer: z .string() .optional() .describe('Optional layer name. If not specified, operations will use the default layer'), }) .describe('Document identifier with optional layer'); export type DocumentFingerprint = z.infer<typeof DocumentFingerprintSchema>;

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/PSPDFKit/nutrient-document-engine-mcp-server'

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