packforai-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PACKFORAI_API_KEY | Yes | Your PackForAI API key (Pro plan). Create one at https://packforai.com/account. | |
| PACKFORAI_BASE_URL | No | Override 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_documentA | Convert a document (PDF, DOCX, PPTX, XLSX, CSV, JSON) into clean, compact, AI-ready Markdown using PackForAI. Provide either a local file |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity between tools. The sole tool has a clear and distinct purpose.
With a single tool, naming consistency is trivially perfect. 'convert_document' follows a clear verb_noun pattern.
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.
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.