MCPcopy Create free account

hub / github.com/PSPDFKit/nutrient-document-engine-mcp-server / functions

Functions448 in github.com/PSPDFKit/nutrient-document-engine-mcp-server

↓ 1 callersFunctioncreateClient
(apiUrl: string, apiKey: string | undefined)
examples/document-chat/apps/web/src/providers/client.ts:3
↓ 1 callersFunctioncreateComplianceAgents
* Creates all the specialized agents for compliance processing
examples/openai-agents/document-processor.js:27
↓ 1 callersFunctioncreateContractProcessingAgents
* Creates all the specialized agents for contract processing
examples/openai-agents/contract-processor.js:28
↓ 1 callersFunctioncreateDashboardRouter
(client: DocumentEngineClient)
src/dashboard/index.ts:17
↓ 1 callersFunctioncreateDataExtractionAgents
* Creates all the specialized agents for data extraction showcase
examples/openai-agents/data-extraction-showcase.js:27
↓ 1 callersFunctioncreateDefaultHumanResponse
( interrupt: HumanInterrupt, initialHumanInterruptEditValue: React.MutableRefObject< Record<string, st
examples/document-chat/apps/web/src/components/thread/agent-inbox/utils.ts:84
↓ 1 callersFunctioncreateDocumentAnnotation
( client: DocumentEngineClient, fingerprint: DocumentFingerprint, annotation: AnnotationCreateSingle )
src/api/DocumentLayerAbstraction.ts:78
↓ 1 callersFunctioncreateDocumentAssemblyAgents
* Creates all the specialized agents for document assembly
examples/openai-agents/document-assembler.js:27
↓ 1 callersFunctioncreateDocumentEngineClient
(config: ClientConfig)
src/api/Client.ts:23
↓ 1 callersFunctioncreateDocumentRedactions
( client: DocumentEngineClient, fingerprint: DocumentFingerprint, redactionPayload: CreateRedactions )
src/api/DocumentLayerAbstraction.ts:249
↓ 1 callersFunctioncreateFormProcessingAgent
* Creates the specialized agent for form processing
examples/openai-agents/form-processor.js:33
↓ 1 callersFunctioncreateImageWatermarkAction
* Create image watermark action * * Note: Using string values for width/height instead of WatermarkDimension objects * because the actual API expec
src/tools/document-editing/addWatermark.ts:71
↓ 1 callersFunctioncreateMCPClient
(mcpUrl: string)
examples/procurement-agent-ts/src/utils/MCPClient.ts:10
↓ 1 callersFunctioncreateMCPServer
()
examples/openai-agents/shared/common.js:7
↓ 1 callersFunctioncreateOrphans
* Create orphan documents with suggested actions
examples/procurement-agent-ts/src/nodes/MatchingNode.ts:204
↓ 1 callersFunctioncreateReportGenerationAgents
* Creates all the specialized agents for report generation
examples/openai-agents/report-generator.js:28
↓ 1 callersFunctioncreateTextWatermarkAction
* Create text watermark action * * Note: Using string values for width/height instead of WatermarkDimension objects * because the actual API expect
src/tools/document-editing/addWatermark.ts:46
↓ 1 callersFunctioncreateToolHandler
* Creates a tool handler with automatic logging
src/mcpTools.ts:103
↓ 1 callersFunctiondashboardHandler
(client: DocumentEngineClient, req: Request, res: Response)
src/dashboard/routes.ts:38
↓ 1 callersFunctiondashboardTemplate
( // eslint-disable-next-line @typescript-eslint/no-explicit-any -- Document type is intentionally generic f
src/dashboard/templates/dashboard.ts:1
↓ 1 callersFunctiondeleteDocumentAnnotation
( client: DocumentEngineClient, fingerprint: DocumentFingerprint, annotationId: string )
src/api/DocumentLayerAbstraction.ts:127
↓ 1 callersFunctiondeleteHandler
(client: DocumentEngineClient, req: Request, res: Response)
src/dashboard/routes.ts:191
↓ 1 callersFunctiondownloadFile
* Downloads a file from a URL and saves it to the specified path * @param documentId * @param {string} filepath - The local file path to save to *
examples/openai-agents/shared/fileHandlers.js:171
↓ 1 callersFunctiondownloadFile
* Downloads a file from a URL and saves it to the specified path * @param documentId * @param {string} filepath - The local file path to save to *
examples/langgraphjs/shared/fileHandlers.js:171
↓ 1 callersFunctiondownloadHandler
(client: DocumentEngineClient, req: Request, res: Response)
src/dashboard/routes.ts:145
↓ 1 callersFunctionensureConfiguration
( config: RunnableConfig )
examples/document-chat/apps/agents/src/react-agent/configuration.ts:15
↓ 1 callersFunctionensureRunnableConfig
(config: RunnableConfig)
examples/procurement-agent-ts/src/State.ts:13
↓ 1 callersFunctionensureToolCallsHaveResponses
(messages: Message[])
examples/document-chat/apps/web/src/lib/ensure-tool-responses.ts:6
↓ 1 callersMethodevaluateCorrectOrder
* Check if tools were used in correct order
evaluation/evaluator.ts:107
↓ 1 callersMethodevaluateCorrectTools
* Check if correct tools were used
evaluation/evaluator.ts:80
↓ 1 callersMethodevaluateEfficiency
* Check if tool usage was efficient
evaluation/evaluator.ts:123
↓ 1 callersMethodevaluateModel
* Evaluate a single model
evaluation/runner.ts:201
↓ 1 callersMethodevaluateModels
* Evaluate multiple models on tool usage
evaluation/runner.ts:179
↓ 1 callersMethodevaluateScenario
* Evaluate a single scenario
evaluation/evaluator.ts:16
↓ 1 callersMethodextractToolCalls
* Extract tool calls from agent messages
evaluation/evaluator.ts:131
↓ 1 callersFunctionfixIndexSignatureConflictsSimple
(content)
scripts/generateSchema.js:17
↓ 1 callersFunctionformatAnnotationType
* Format annotation type for display
src/tools/annotations/addAnnotation.ts:354
↓ 1 callersMethodformatLogEntry
(level: string, message: string, context?: unknown)
src/utils/Logger.ts:64
↓ 1 callersFunctionformatPartName
* Format operation type for display
src/tools/document-editing/splitDocument.ts:50
↓ 1 callersFunctionformatRotationDirection
* Format rotation direction for display
src/tools/document-editing/rotatePages.ts:117
↓ 1 callersFunctionformatUptime
* Formats uptime in a human-readable format
src/tools/healthCheck.ts:83
↓ 1 callersFunctiongenerateContentDescription
* Generate content description based on page range
src/tools/document-editing/splitDocument.ts:57
↓ 1 callersFunctiongenerateReport
* Generates a business intelligence report from multiple data sources * @param {Array<string>} dataDocumentIds - Array of document IDs containing dat
examples/langgraphjs/report-generator.js:39
↓ 1 callersFunctiongenerateSummaryStats
* Generate summary statistics
src/tools/annotations/readAnnotations.ts:84
↓ 1 callersFunctiongetDocumentAnnotation
( client: DocumentEngineClient, fingerprint: DocumentFingerprint, annotationId: string )
src/api/DocumentLayerAbstraction.ts:102
↓ 1 callersFunctiongetDocumentAnnotations
( client: DocumentEngineClient, fingerprint: DocumentFingerprint, pageIndex?: number )
src/api/DocumentLayerAbstraction.ts:47
↓ 1 callersFunctiongetDocumentFormFieldValues
( client: DocumentEngineClient, fingerprint: DocumentFingerprint )
src/api/DocumentLayerAbstraction.ts:152
↓ 1 callersFunctiongetDocumentPageText
( client: DocumentEngineClient, fingerprint: DocumentFingerprint, pageIndex: number, ocr?: boolean )
src/api/DocumentLayerAbstraction.ts:21
↓ 1 callersFunctiongetPresetDescription
* Get human-readable description for preset type
src/tools/annotations/createRedaction.ts:77
↓ 1 callersMethodgetReporter
* Get the reporter instance for external use
evaluation/runner.ts:303
↓ 1 callersFunctiongetThreadSearchMetadata
( assistantId: string, )
examples/document-chat/apps/web/src/providers/Thread.tsx:26
↓ 1 callersFunctiongroupAnnotationsByPage
* Group annotations by page
src/tools/annotations/readAnnotations.ts:66
↓ 1 callersFunctionhandleCopy
(e: React.MouseEvent<HTMLButtonElement, MouseEvent>)
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/thread-id.tsx:41
↓ 1 callersFunctionhandleCopy
(e: React.MouseEvent<HTMLButtonElement, MouseEvent>)
examples/document-chat/apps/web/src/components/thread/messages/shared.tsx:25
↓ 1 callersFunctionhandleRegenerate
( parentCheckpoint: Checkpoint | null | undefined, )
examples/document-chat/apps/web/src/components/thread/index.tsx:191
↓ 1 callersFunctionhaveArgsChanged
( args: unknown, initialValues: Record<string, string>, )
examples/document-chat/apps/web/src/components/thread/agent-inbox/utils.ts:207
↓ 1 callersMethodinitialize
* Initialize the runner
evaluation/runner.ts:114
↓ 1 callersFunctionisArrayOfMessages
( value: Record<string, any>[], )
examples/document-chat/apps/web/src/components/thread/agent-inbox/utils.ts:11
↓ 1 callersFunctionmain
()
src/index.ts:307
↓ 1 callersFunctionmain
* Main execution function
examples/openai-agents/document-assembler.js:111
↓ 1 callersFunctionmain
* Main execution function
examples/openai-agents/form-processor.js:92
↓ 1 callersFunctionmain
* Main execution function
examples/openai-agents/document-processor.js:106
↓ 1 callersFunctionmain
* Main execution function
examples/openai-agents/report-generator.js:108
↓ 1 callersFunctionmain
* Main execution function
examples/openai-agents/contract-processor.js:131
↓ 1 callersFunctionmain
* Main execution function
examples/openai-agents/data-extraction-showcase.js:129
↓ 1 callersFunctionmain
()
examples/procurement-agent-ts/src/index.ts:15
↓ 1 callersFunctionmaskUrl
* Masks sensitive parts of URLs for security
src/tools/healthCheck.ts:101
↓ 1 callersFunctionmatchByReferences
* Match documents by reference numbers (most reliable)
examples/procurement-agent-ts/src/nodes/MatchingNode.ts:39
↓ 1 callersFunctionmatchByVendorAndAmount
* Match remaining documents by vendor and amount similarity
examples/procurement-agent-ts/src/nodes/MatchingNode.ts:115
↓ 1 callersFunctionmergeDocuments
* Merge document pages using document-create-from-instructions API
src/tools/document-editing/mergeDocumentPages.ts:84
↓ 1 callersFunctionmessageTypeToLabel
(message: BaseMessage)
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/state-view.tsx:22
↓ 1 callersFunctionnormalizeHostForHeader
(host: string)
src/index.ts:117
↓ 1 callersFunctionparseAnthropicStreamedToolCalls
( content: MessageContentComplex[], )
examples/document-chat/apps/web/src/components/thread/messages/ai.tsx:44
↓ 1 callersMethodprintComparison
* Print comparison results
evaluation/reporter.ts:17
↓ 1 callersMethodprintModelSummary
* Print model evaluation summary
evaluation/reporter.ts:109
↓ 1 callersMethodprintScenarioError
* Print error for failed scenario
evaluation/reporter.ts:97
↓ 1 callersMethodprintScenarioProgress
* Print progress update for a single scenario
evaluation/reporter.ts:82
↓ 1 callersFunctionprocessCompliance
(filePaths)
examples/langgraphjs/document-processor.js:31
↓ 1 callersFunctionprocessContract
(filePaths)
examples/langgraphjs/contract-processor.js:29
↓ 1 callersFunctionprocessDocument
( document: BaseDocument, config: RunnableConfig )
examples/procurement-agent-ts/src/nodes/ClassificationNode.ts:74
↓ 1 callersFunctionprocessEntries
()
examples/document-chat/apps/web/src/components/thread/messages/generic-interrupt.tsx:42
↓ 1 callersFunctionprocessForm
(filePaths)
examples/langgraphjs/form-processor.js:29
↓ 1 callersFunctionprocessReportGeneration
* Main function to handle the report generation process * @param {Array<string>} filePaths - Array of file paths to process
examples/langgraphjs/report-generator.js:134
↓ 1 callersFunctionremovePages
* Remove pages from a document using apply_instructions with multiple DocumentParts and page ranges
src/tools/document-editing/splitDocument.ts:78
↓ 1 callersFunctionrunFocusedEvaluation
()
evaluation/runner.ts:311
↓ 1 callersMethodsaveResults
* Save results to file
evaluation/reporter.ts:119
↓ 1 callersFunctionsetApiKey
(key: string)
examples/document-chat/apps/web/src/providers/Stream.tsx:151
↓ 1 callersFunctionsetupInterceptors
* Set up request and response interceptors
src/api/Client.ts:69
↓ 1 callersFunctionshouldRetryError
* Determines if an error should be retried
src/api/Client.ts:160
↓ 1 callersMethodshouldServerLog
(logLevel: MCPLogLevel)
src/utils/Logger.ts:60
↓ 1 callersFunctionsleep
(ms = 4000)
examples/document-chat/apps/web/src/providers/Stream.tsx:42
↓ 1 callersFunctionstartHttpServer
()
src/index.ts:200
↓ 1 callersFunctionstartStdioServer
()
src/index.ts:169
↓ 1 callersFunctiontruncateValue
(value: any)
examples/document-chat/apps/web/src/components/thread/messages/generic-interrupt.tsx:21
↓ 1 callersFunctionupdateDocumentFormFieldValues
( client: DocumentEngineClient, fingerprint: DocumentFingerprint, formFieldValues: FormFieldValuesRecord
src/api/DocumentLayerAbstraction.ts:187
↓ 1 callersFunctionuploadDocument
* Uploads a single document to the Document Engine * @param {string} filePath - Path to the file to upload * @param {Object} options - Upload option
examples/openai-agents/shared/fileHandlers.js:21
↓ 1 callersFunctionuploadDocument
(filePath: string)
examples/procurement-agent-ts/src/utils/FileHandlers.ts:20
↓ 1 callersFunctionuploadDocument
* Uploads a single document to the Document Engine * @param {string} filePath - Path to the file to upload * @param {Object} options - Upload option
examples/langgraphjs/shared/fileHandlers.js:21
↓ 1 callersFunctionuploadDocuments
(filePaths: string[])
examples/procurement-agent-ts/src/utils/FileHandlers.ts:84
↓ 1 callersFunctionuploadFilePaths
* Uploads multiple documents to the Document Engine * @param {Array<string>} filePaths - Array of file paths to upload * @param {Object} options - U
examples/openai-agents/shared/fileHandlers.js:91
← previousnext →101–200 of 448, ranked by callers