{"files":{"SKILL.md":"---\nname: medcorder-nearby-doctor-api\ndescription: \"Medcorder Nearby Doctor API skill. Use when working with Medcorder Nearby Doctor for doctors. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Medcorder Nearby Doctor API\nAPI version: 1.0.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://api.medcorder.com\n\n## Setup\n1. No auth setup needed\n2. GET /doctors -- fetch a list of nearby medical providers\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Doctors\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /doctors | Fetch a list of nearby medical providers |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Search doctors?\" -> GET /doctors\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Paginated endpoints accept limit/offset or cursor parameters\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 Medcorder Nearby Doctor API\n@base https://api.medcorder.com\n@version 1.0.0\n@endpoints 1\n@toc doctors(1)\n\n@endpoint GET /doctors\n@desc Fetch a list of nearby medical providers\n@optional {search: any # The search text so far for autocomplete, latitude: any # The latitude of the client, around which to search, longitude: any # The longitude of the client, around which to search, limit: any # The number of results desired}\n@returns(200) A list of doctors\n\n@end\n"}}