Skip to main content
Glama

Server Details

Convert files, run PDF/image tools, create billing links, and report feedback.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
100.0% over 37 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.6/5.0

Scored across 17 tools

Disambiguation5/5

Each tool has a clearly distinct purpose, covering different file operations (compress, convert, extract, merge, split, etc.) and billing management. No two tools overlap in functionality.

Naming Consistency4/5

Most tool names follow a verb_noun pattern (compress_image, protect_pdf), but a few deviate (images_to_pdf, list_supported_conversions) causing minor inconsistency. The pattern is largely predictable.

Tool Count4/5

17 tools is slightly above the typical well-scoped range, but still reasonable given the breadth of file manipulation and billing operations. Each tool serves a distinct need.

Completeness4/5

The file conversion and PDF manipulation operations are well-covered (compress, convert, extract, merge, split, protect, etc.). The billing tools are complete for subscription and credit management. Minor gaps exist, such as batch operations or image format conversions.

Available Tools

18 tools
compress_imageCompress Image
Idempotent
Inspect

Compress an image to reduce file size, optionally capping dimensions.

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format (jpeg, png, webp, ...). Defaults to source format.
qualityNoCompression quality 1-100.
max_widthNoOptionally cap the width in pixels.
max_heightNoOptionally cap the height in pixels.
source_urlNoPublic URL of the image.
file_base64NoBase64-encoded image.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

compress_pdfCompress Pdf
Idempotent
Inspect

Reduce the file size of a PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
qualityNoCompression preset.medium
source_urlNoPublic URL of the PDF.
file_base64NoBase64-encoded PDF.
remove_metadataNoStrip PDF metadata to reduce size further.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

convert_fileConvert File
Idempotent
Inspect

Convert a document, spreadsheet, presentation, image, PDF, or data file.

ParametersJSON Schema
NameRequiredDescriptionDefault
filenameNoOriginal filename (with extension); used to detect the source format and name the output.
source_urlNoPublic URL to the source file or webpage (preferred). For a webpage to PDF, point at the page and use target_format='pdf'.
file_base64NoBase64-encoded source file. Use only when there is no URL.
source_formatNoSource format token (e.g. 'docx', 'pdf', 'png', 'html', 'url'). Inferred from filename/URL if omitted.
target_formatYesDesired output format, e.g. 'pdf', 'csv', 'png'.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

create_credit_pack_checkoutCreate Credit Pack CheckoutInspect

Create a Stripe-hosted checkout link for one-time extra credits.

ParametersJSON Schema
NameRequiredDescriptionDefault
pack_idYesCredit pack to buy: pack_1000 or pack_10000.
currencyNoPreferred checkout currency.usd

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

create_subscription_checkoutCreate Subscription CheckoutInspect

Create a Stripe-hosted checkout link for a Pro or Scale subscription.

ParametersJSON Schema
NameRequiredDescriptionDefault
annualNoUse annual billing instead of monthly.
plan_idYesPlan to subscribe to: pro or scale.
currencyNoPreferred checkout currency.usd

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

extract_pdf_textExtract Pdf Text
Idempotent
Inspect

Extract text and optional tables from a PDF as structured JSON.

ParametersJSON Schema
NameRequiredDescriptionDefault
pagesNoOptional pages/ranges to extract, e.g. '1-5'.
source_urlNoPublic URL of the PDF.
file_base64NoBase64-encoded PDF.
extract_tablesNoWhether to extract tables too.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

get_billing_statusGet Billing Status
Idempotent
Inspect

Return current plan, subscription status, and remaining credits.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

images_to_pdfImages To Pdf
Idempotent
Inspect

Combine multiple images into one multi-page PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
filenamesNoOptional filenames matching files_base64, with extensions.
page_sizeNoPage size: fit, A4, or letter.fit
output_nameNoName for the output PDF.images.pdf
source_urlsNoPublic image URLs to combine into a multi-page PDF, in order.
files_base64NoBase64-encoded image files to combine, in order.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

list_supported_conversionsList Supported Conversions
Idempotent
Inspect

List every conversion slug supported by the MCP server.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

manage_auto_rechargeManage Auto RechargeAInspect

Check or change automatic credit-pack recharge: on/off, the trigger threshold, and the last recharge attempts (including the manual payment link when a charge required authentication or was declined). Call with no arguments to just check the current state.

ParametersJSON Schema
NameRequiredDescriptionDefault
enabledNoTurn automatic credit recharge on (true) or off (false). Omit to leave unchanged.
threshold_creditsNoBalance at which auto-recharge should fire. Omit to leave unchanged.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.3/5.0
Behavior4/5

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

Beyond the annotations, the description adds meaningful behavioral context: the tool both reads and mutates auto-recharge settings, and its output can include last recharge attempts and a manual payment link when a charge required auth or was declined. It does not mention all side-effect caveats, but it does not contradict the annotations and gives useful non-obvious 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 compact and front-loaded, leading with the core verb and resource, then listing the key behaviors and the no-argument usage hint. Every clause earns its place; there is no filler or redundancy.

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

Completeness5/5

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

Given only two optional parameters, an existing output schema, and the description's coverage of both read and write behavior plus the noteworthy payment-link output detail, an agent has enough information to decide when and how to call the tool. No critical calling information is missing.

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?

Schema description coverage is 100%, and the schema already explains both parameters, including 'Omit to leave unchanged.' The description adds overall context about thresholds and attempts but does not provide param-specific semantics beyond what the schema states, so the baseline 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 names a specific operation, 'check or change', on a specific resource, 'automatic credit-pack recharge', and enumerates the exact aspects involved (on/off, threshold, last recharge attempts, manual payment link). This clearly differentiates it from billing/checkout siblings by scoping it to auto-recharge management.

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 gives an explicit usage instruction: 'Call with no arguments to just check the current state,' which effectively distinguishes the read path from the change path. However, it does not explicitly name alternatives or exclusions, such as using get_billing_status for general billing status or create_credit_pack_checkout for manual purchases.

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

merge_pdfsMerge Pdfs
Idempotent
Inspect

Merge multiple PDFs into a single PDF, preserving the given order.

ParametersJSON Schema
NameRequiredDescriptionDefault
output_nameNoName for the merged PDF.merged.pdf
source_urlsNoPublic URLs of the PDFs to merge, in order (minimum 2).
files_base64NoBase64-encoded PDFs to merge, in order (minimum 2). Use when there are no URLs.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

protect_pdfProtect Pdf
Idempotent
Inspect

Add password protection (encryption) to a PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
passwordYesPassword to set on the PDF.
source_urlNoPublic URL of the PDF.
file_base64NoBase64-encoded PDF.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

report_feedbackReport FeedbackInspect

Report a bug, missing conversion, or quality issue to the ConvertFileFast team.

ParametersJSON Schema
NameRequiredDescriptionDefault
toolNoTool or conversion involved, e.g. 'convert_file pdf-to-docx'.
contextNoExtra detail: error message, input format, expected vs actual.
summaryYesShort description of what went wrong or what is missing.
categoryNoFeedback category.other

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

resize_imageResize Image
Idempotent
Inspect

Resize an image to the given width/height.

ParametersJSON Schema
NameRequiredDescriptionDefault
fitNoHow to fit within width/height.contain
widthNoTarget width in pixels.
formatNoOutput format (jpeg, png, webp, ...). Defaults to source format.
heightNoTarget height in pixels.
source_urlNoPublic URL of the image.
file_base64NoBase64-encoded image.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

rotate_pdfRotate Pdf
Idempotent
Inspect

Rotate pages in a PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
angleYesRotation in degrees (clockwise).
pagesNoPages to rotate, e.g. '1,3,5-7'. Omit to rotate all pages.
source_urlNoPublic URL of the PDF.
file_base64NoBase64-encoded PDF.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

split_pdfSplit Pdf
Idempotent
Inspect

Extract specific pages/ranges from a PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
pagesYesPages/ranges to extract, e.g. '1,3,5-7' or '1-5'.
source_urlNoPublic URL of the PDF.
file_base64NoBase64-encoded PDF.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

unlock_pdfUnlock Pdf
Idempotent
Inspect

Remove password protection from a PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
passwordYesCurrent password of the PDF.
source_urlNoPublic URL of the PDF.
file_base64NoBase64-encoded PDF.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Addedmanage_auto_recharge
  2. 4 tool updates
    • Addedcreate_billing_portal_link
    • Addedcreate_credit_pack_checkout
    • Addedcreate_subscription_checkout
    • Addedget_billing_status
  3. 13 tool updates
    • First observedcompress_image
    • First observedcompress_pdf
    • First observedconvert_file
    • First observedextract_pdf_text
    • First observedimages_to_pdf
    • First observedlist_supported_conversions
    • First observedmerge_pdfs
    • First observedprotect_pdf
    • First observedreport_feedback
    • First observedresize_image
    • First observedrotate_pdf
    • First observedsplit_pdf
    • First observedunlock_pdf

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables document conversion and processing through MCP, including Office/PDF/Markdown conversions, OCR, and PDF operations like split, rotate, encrypt, and extract.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    File conversion for AI agents: office docs to PDF, PDF to Word, document interchange (Markdown/HTML/EPUB/LaTeX), and audio/video transcodes via the hushvert hosted API. Tools: convert_file, convert_poll, list_formats, check_usage.
    4
    37 npm
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources