Keyword in, a fully formatted event out — dates, location, organizer, participants — which is exactly the lookup you want mid-conversation. Two things to know before you build on it: the fetch is scoped to the PRP environment for now, and the token is there for the write endpoints the author has yet to add.
A small server over the Wisembly API for pulling event data into a conversation. One tool does the work: give it a keyword and it returns the matching event as a formatted record instead of an API payload.
- `get_wisembly_event` fetches event data from the Wisembly API for any keyword
- Formatted output covering event ID, name, description, status, start and end date, location, organizer, participants and URL
- Distinct errors rather than a generic failure: not-found, unauthorized and server-side errors are separate classes
A Wisembly API token, passed as `API_TOKEN` in the client config. Clone the repository, `npm install`, `npm run build`, then run `build/index.js` under node. Version 1.0.0.
