Skip to main content
Glama
JoyTruepath

TruePath PDF MCP Server

by JoyTruepath

Open in TruePath PDF (Mac app)

open_in_truepath

Opens a local PDF in the TruePath PDF Mac app via its URL scheme, enabling annotation, signing, form filling, and redaction in a GUI. Requires the app installed.

Instructions

Hand a local PDF to the TruePath PDF Mac app via its truepath:// URL scheme so the user can finish work in a GUI (annotate, sign, fill forms, redact). The bridge is fire-and-forget — the app handles opening from there. Requires the app installed (https://joytruepath.com/truepath-pdf).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute path to the PDF to open in the TruePath PDF Mac app.
schemeNoURL scheme of the receiving app. Default "truepath". Set this if you're handing off to a re-branded build of the engine — e.g. "yochenpdf" for the Yochen core build, or whatever urlScheme the destination's Brand.plist exposes.
Behavior3/5

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

With no annotations provided, the description discloses key behaviors: fire-and-forget, requires app installation, and links to download. However, it does not specify error handling (e.g., if app is missing or path invalid) or whether the function returns any status. This leaves some behavioral transparency gaps.

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 two sentences, efficiently front-loading the purpose. Every sentence adds value: first sentence gives action and use case, second explains mechanism and requirement. No extraneous words.

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 no output schema, the description explains the fire-and-forget nature and app requirement. It lacks explicit error handling or return value details, but for a simple open-in-app tool, the context is fairly complete for an agent to use correctly.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaning for the 'scheme' parameter by explaining its default and when to override it (re-branded builds), which goes beyond the schema's description. The 'path' parameter is similarly clarified as absolute path.

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 hands a local PDF to the TruePath PDF Mac app via URL scheme, with a specific verb 'hand' and resource 'local PDF'. It distinguishes itself from sibling tools like extract_images, merge, etc., which serve different purposes.

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

Usage Guidelines4/5

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

The description provides clear context: use when the user needs GUI-based work on a PDF (annotate, sign, fill forms, redact) and notes it's fire-and-forget. However, it lacks explicit when-not-to-use instructions or alternatives, though the context is sufficient for an agent.

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/JoyTruepath/truepath-pdf-mcp'

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