What this app does
It checks supplied support ticket fields against a caller-provided list of required field names.
When ChatGPT should use it
Use this app when a user wants to check whether a support ticket or customer support record contains the required information before human processing or handoff.
What input it accepts
- Support ticket field data
- Required field names
- Optional source label
- Optional request intent
What output it returns
- Completeness status
- Checked fields
- Present fields
- Missing fields
- Source label
- Structured validation errors
Available tools
validate_support_ticket_completeness
MCP endpoint
POST /mcp
What this app does NOT do
- It does not reply to customers.
- It does not approve or reject refunds.
- It does not close or update tickets.
- It does not determine responsibility.
- It does not modify external support systems.
- It does not call external APIs.
Data handling
The Worker is stateless and processes only the supplied validation input.
Support
Contact sidcraigau@gmail.com.