Skip to main content
Glama
ibrtokmecheng

packforai-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PACKFORAI_API_KEYYesYour PackForAI API key (Pro plan). Create one at https://packforai.com/account.
PACKFORAI_BASE_URLNoOverride the API base URL. Defaults to https://packforai.com/api/v1.

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_documentA

Convert a document (PDF, DOCX, PPTX, XLSX, CSV, JSON) into clean, compact, AI-ready Markdown using PackForAI. Provide either a local file path or a public url. Returns the compact Markdown plus token-savings, ready to read or paste into a prompt. Use ocr: true for scanned / image-only PDFs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity between tools. The sole tool has a clear and distinct purpose.

Naming Consistency5/5

With a single tool, naming consistency is trivially perfect. 'convert_document' follows a clear verb_noun pattern.

Tool Count3/5

A single tool for document conversion is borderline appropriate. While it covers the core task, it may feel thin for a full server; additional tools like format listing or health check could be beneficial.

Completeness4/5

The single tool covers the main document conversion task well, handling multiple input formats and offering OCR. Minor gaps exist, such as no explicit listing of supported formats, but the tool is functionally complete for its stated purpose.

Maintenance

ActivityStale
ResponsivenessNo issues