MCP App Store
Data & Analytics
Formester icon

Formester

by Formester Inc.

Overview

Read and analyze form submissions through ChatGPT. Search submissions with natural language, filter by date or status, and get AI-generated insights like sentiment, categories, and summaries and saved back as custom fields. Process file attachments including PDFs and images. Works with any form built on Formester.

Tools

fetch_file

ChatGPT
Downloads and returns file content from a submission attachment. Supports multiple file types: - Images (PNG, JPG, GIF, WebP, SVG): Returns base64-encoded image data that vision-capable AI models can analyze directly. - PDFs: Extracts text content for analysis. Use extract_text=true for readable text, or extract_text=false for base64. - Text files (TXT, MD, CSV, JSON, XML, HTML): Returns the text content directly. - Other files: Returns base64-encoded content with mime type for specialized processing. Call this AFTER read_submission to get file content. First call read_submission with include_files=true to get attachment IDs.

query_submissions

ChatGPT
Searches and retrieves multiple submissions from a form with optional filters. Use this to find similar past submissions, analyze trends, compare values, or gather historical context. Returns paginated results with submission data and custom fields.

read_submission

ChatGPT
Retrieves submission data including form fields, custom fields, and file attachment metadata. Returns URLs and IDs for attachments, NOT file content. To read actual file content, use fetch_file with the attachment ID from this response.

update_submission

ChatGPT
Saves computed values, AI-generated insights, or categorizations back to the submission as custom fields. Fields are automatically prefixed with 'custom_' if not already. Use this to persist analysis results, scores, labels, or any derived data. Supports typed columns (number, date, radio, etc.) for proper data handling. Returns confirmation with the list of updated field names.

Example Prompts

Click any prompt to copy it.

App Stats

4

Tools

2

Prompts

May 6, 2026

First seen

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily