Skip to main content
Glama
PSPDFKit

Nutrient DWS MCP Server

by PSPDFKit

document_signer

Destructive

Digitally sign PDF files using CMS or CAdES signatures with customizable appearance, positioning, and metadata.

Instructions

Digitally sign PDF files using the Nutrient Sign API. Reads input files from the local file system or sandbox (if enabled) and writes signed output back locally.

Signature types: • CMS/PKCS#7 (standard digital signatures) • CAdES (advanced electronic signatures)

Appearance options: • Visible or invisible signatures • Multiple display modes (signature only, description only, or both) • Customizable elements (signer name, reason, location, date) • Support for watermarks and custom graphics

Positioning: • Place on specific page coordinates • Use existing signature form fields

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesThe path to the file to be signed. Resolves to sandbox path if enabled, otherwise resolves to the local file system.
outputPathYesA path to the output file to. Resolves to sandbox path if enabled, otherwise resolves to the local file system.
graphicImagePathNoThe path to the graphic image to be used as part of the signature's appearance. Optional. Resolves to sandbox path if enabled, otherwise resolves to the local file system.
signatureOptionsNoOptions for creating the digital signature. If not provided, defaults will be used.
watermarkImagePathNoThe path to the watermark image to be used as part of the signature's appearance. Optional. Resolves to sandbox path if enabled, otherwise resolves to the local file system.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate destructiveHint=true, so the tool modifies files. The description confirms it writes signed output back locally, which aligns. It adds significant behavioral detail: signature types, appearance customization, positioning options, and reading/writing behavior. This goes beyond the basic annotation hints to inform the agent about the tool's capabilities and behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections, bullet points, and no redundant information. Every sentence provides useful context. It is appropriately sized for the complexity of the tool, front-loading the main purpose and then detailing options efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (5 parameters, nested objects, no output schema), the description covers the main aspects: input/output paths, signature types, appearance, positioning. It does not explain the return value or error handling, but since the tool writes a file, the agent can infer output is the signed PDF. The description could mention that the output is a new signed file and whether it overwrites existing files, but it still provides substantial contextual completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, so each parameter is well-documented in the schema. The tool description adds value by grouping options into categories (signature types, appearance, positioning) and summarizing at a high level, but it does not add significant detail beyond what the schema already provides. Thus a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Digitally sign PDF files using the Nutrient Sign API.' It specifies the type of files (PDF), the API used, and the input/output locations (local file system or sandbox). The sibling tools are different (e.g., ai_redactor for redaction, document_processor for general processing), so this tool is well-distinguished.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains what the tool does and lists signature types and options, but it does not provide explicit guidance on when to use this tool versus alternatives. For example, it does not mention when to prefer CMS over CAdES or when to use this instead of document_processor. The context of use is implied by the detailed options, but no direct comparison with siblings is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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-dws-mcp-server'

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