{"files":{"SKILL.md":"---\nname: timestags-api\ndescription: \"TimesTags API skill. Use when working with TimesTags for timestags. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# TimesTags API\nAPI version: 1.0.0\n\n## Auth\nApiKey api-key in query\n\n## Base URL\nhttp://api.nytimes.com/svc/suggest/v1\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /timestags -- verify access\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Timestags\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /timestags |  |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Search timestags?\" -> GET /timestags\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 TimesTags API\n@base http://api.nytimes.com/svc/suggest/v1\n@version 1.0.0\n@auth ApiKey api-key in query\n@endpoints 1\n@toc timestags(1)\n\n@endpoint GET /timestags\n@required {query: any # Your search query}\n@optional {filter: any # If you do not specify a value for filter (see the Optional Parameters), your query will be matched to tags in all four Times dictionaries: subject, geographic location, organization and person. To use more than one, separate with commas., max: any # Sets the maximum number of results}\n@returns(200) An array of tags\n\n@end\n"}}