Customer Info Validator
Checks customer information against caller-provided required fields and returns present and missing fields.
What This App Does
- Checks supplied customer information against a caller-provided list of required fields.
- Identifies fields containing valid values.
- Identifies missing fields or fields without valid content.
- Returns a structured completeness result.
When ChatGPT Should Use It
Use this app when a user wants to check whether customer information contains all required details before CRM entry, internal handoff, or sales preparation.
What Input It Accepts
- Customer information fields
- 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_customer_info_completeness
MCP Endpoint
POST /mcp
https://customer-info-validator.sidcraigau.workers.dev/mcp
What This App Does Not Do
- It does not invent or complete missing customer information.
- It does not score customer quality.
- It does not predict conversion probability.
- It does not create sales strategies.
- It does not contact customers.
- It does not create or send quotes.
- It does not write to CRM systems.
- It does not call external APIs.
- It does not modify external systems.
Data Handling
- Input is used only for the completeness check in the current request.
- The service is read-only and stateless.
- It does not require login or OAuth.
- It does not use a database to store input.
- It does not call external APIs.
- It does not share input with external services.
Support
Contact sidcraigau@gmail.com.