{"files":{"SKILL.md":"---\nname: mailboxvalidator-email-validation\ndescription: \"MailboxValidator Email Validation API skill. Use when working with MailboxValidator Email Validation for validation. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# MailboxValidator Email Validation\nAPI version: 0.1\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/validation/single -- the single validation api does validation on a single email address and returns all the validation results 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### Validation\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/validation/single | The Single Validation API does validation on a single email address and returns all the validation results 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 single?\" -> GET /v1/validation/single\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 Email Validation\n@base https://api.mailboxvalidator.com\n@version 0.1\n@auth ApiKey key in query\n@endpoints 1\n@toc validation(1)\n\n@endpoint GET /v1/validation/single\n@desc The Single Validation API does validation on a single email address and returns all the validation results in either JSON or XML format.\n@required {email: str # The email address to be validated., key: str # API key.}\n@optional {format: str(json/xml) # Return the result in json (default) or xml format.}\n@returns(200) single email validation response\n\n@end\n"}}