{"files":{"SKILL.md":"---\nname: annunciator-content-api\ndescription: \"Annunciator content API skill. Use when working with Annunciator content for api. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Annunciator content API\nAPI version: v1\n\n## Auth\nNo authentication required.\n\n## Base URL\nNot specified.\n\n## Setup\n1. No auth setup needed\n2. GET /api/Message/message/{annunciator}/current -- return the current message by annunciator type\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Api\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /api/Message/message/{annunciator}/current | Return the current message by annunciator type |\n| GET | /api/Message/message/{annunciator}/{date} | Return the most recent message by annunciator after date time specified |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all current?\" -> GET /api/Message/message/{annunciator}/current\n- \"Get message details?\" -> GET /api/Message/message/{annunciator}/{date}\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Error responses include status codes and descriptions in the spec\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 Annunciator content API\n@version v1\n@endpoints 2\n@toc api(2)\n\n@endpoint GET /api/Message/message/{annunciator}/current\n@desc Return the current message by annunciator type\n@required {annunciator: str # Current message by annunciator}\n@returns(200) {annunciatorDisabled: bool, id: int(int32), slides: [map]?, scrollingMessages: [map]?, annunciatorType: str, publishTime: str(date-time), isSecurityOverride: bool, showCommonsBell: bool, showLordsBell: bool} # Success\n@errors {404: Not Found}\n\n@endpoint GET /api/Message/message/{annunciator}/{date}\n@desc Return the most recent message by annunciator after date time specified\n@required {annunciator: str # Message by annunciator type, date: str(date-time) # First message after date time specified}\n@returns(200) {annunciatorDisabled: bool, id: int(int32), slides: [map]?, scrollingMessages: [map]?, annunciatorType: str, publishTime: str(date-time), isSecurityOverride: bool, showCommonsBell: bool, showLordsBell: bool} # Latest message for given annunciator was issued before specified date\n@errors {400: Date provided wasn't in a valid format, 404: No message for given annunciator was issued before specified date}\n\n@end\n"}}