{"files":{"SKILL.md":"---\nname: mailboxvalidator-free-email-checker\ndescription: \"MailboxValidator Free Email Checker API skill. Use when working with MailboxValidator Free Email Checker for email. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# MailboxValidator Free Email Checker\nAPI version: 1.0.0\n\n## Auth\nApiKey key in query\n\n## Base URL\nhttps://api.mailboxvalidator.com/\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /v1/email/free -- the free email checker api does validation on a single email address and returns if it is from a free email provider in either json or xml format.\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Email\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/email/free | The Free Email Checker API does validation on a single email address and returns if it is from a free email provider in either JSON or XML format. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all free?\" -> GET /v1/email/free\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api MailboxValidator Free Email Checker\n@base https://api.mailboxvalidator.com/\n@version 1.0.0\n@auth ApiKey key in query\n@endpoints 1\n@toc email(1)\n\n@endpoint GET /v1/email/free\n@desc The Free Email Checker API does validation on a single email address and returns if it is from a free email provider in either JSON or XML format.\n@required {email: str # The email address to check if is from a free email provider., key: str # API key.}\n@optional {format: str(json/xml) # Return the result in json (default) or xml format.}\n@returns(200) free email checker response\n\n@end\n"}}