Skip to main content
Glama
PSPDFKit

Nutrient Document Engine MCP Server

by PSPDFKit
agent-inbox-interrupt.ts679 B
import { HumanInterrupt } from "@langchain/langgraph/prebuilt"; export function isAgentInboxInterruptSchema( value: unknown, ): value is HumanInterrupt | HumanInterrupt[] { const valueAsObject = Array.isArray(value) ? value[0] : value; return ( valueAsObject && typeof valueAsObject === "object" && "action_request" in valueAsObject && typeof valueAsObject.action_request === "object" && "config" in valueAsObject && typeof valueAsObject.config === "object" && "allow_respond" in valueAsObject.config && "allow_accept" in valueAsObject.config && "allow_edit" in valueAsObject.config && "allow_ignore" in valueAsObject.config ); }

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