Skip to main content
Glama
hulin42

keynote-harvest-mcp

by hulin42

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KEYNOTE_HARVEST_ROOTNoThe harvest root directory. Defaults to .harvests if not set.
KEYNOTE_HARVEST_LIST_SOURCENoSet to '1' to list source PDFs as MCP resources. Source PDFs are unlisted by default.
KEYNOTE_HARVEST_POPPLER_PATHNoPath to a directory containing Poppler binaries (pdfinfo, pdftoppm, pdftotext, pdfimages) if they are not found in the default search locations.
KEYNOTE_HARVEST_RESOURCE_SCHEMENoThe URI scheme used for MCP resources. Configurable.
KEYNOTE_HARVEST_WORKING_DIRECTORYNoThe working directory for the MCP server. Overrides the caller's current directory for resolving relative input and output paths.
KEYNOTE_HARVEST_COMMAND_TIMEOUT_MSNoTimeout in milliseconds for long-running harvest commands. Defaults to 600000 (10 minutes).
KEYNOTE_HARVEST_MAX_RESOURCE_BYTESNoMaximum file size in bytes for resource reads. Defaults to 10485760 (10 MB).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_keynote_appsC

List installed Keynote-like macOS apps and the recommended explicit app path for native export.

export_keynote_to_pdfB

Export a native Keynote .key file to PDF using macOS Keynote automation.

harvest_keynote_pdfC

Harvest an exported Keynote PDF into a KeynoteHarvestManifest using the local PDF-first pipeline.

get_harvest_manifestB

Read summary metadata from a KeynoteHarvestManifest. Defaults to display-safe source metadata; use redactionMode local-debug or raw for local paths.

list_harvest_outputsC

List known harvest output folders and whether they contain a harvest manifest.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool occupies a distinct stage in the Keynote-to-manifest pipeline: app discovery, PDF export, harvesting, manifest reading, and output listing. No two tools share overlapping responsibilities, so an agent can confidently select the right one based on the current workflow step.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with domain-specific context (list_, export_, harvest_, get_, list_). The naming is uniform and predictable, with only minor formatting differences that do not hinder readability.

Tool Count5/5

With exactly 5 tools, the server maps to a focused and complete workflow without unnecessary bloat. Each tool contributes a necessary step or query, making the count well-scoped for the server's purpose.

Completeness5/5

The tool set covers the full lifecycle from identifying Keynote apps, exporting to PDF, harvesting into a manifest, reading its metadata, and listing output directories. There are no obvious dead ends or missing operations for the stated purpose of Keynote PDF harvesting and manifest access.

Maintenance

ActivityMaintained
ResponsivenessNo issues