Skip to main content
Glama
PSPDFKit

Nutrient Document Engine MCP Server

by PSPDFKit
index.ts602 B
/** * Focused LLM Tool Usage Evaluation * * Evaluates whether LLMs can: * 1. Call the right tools at the right time * 2. Use tools in the correct order * 3. Minimize unnecessary tool calls * * No performance metrics, no robustness testing, just tool usage correctness. * * This file now serves as the main entry point and re-exports the modular components. */ import { runFocusedEvaluation } from './runner.js'; import dotenv from 'dotenv'; dotenv.config(); // Run if called directly if (import.meta.url === `file://${process.argv[1]}`) { runFocusedEvaluation().catch(console.error); }

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