ExpoFP provides free interactive floor plan software for expos and conferences.
Tool to add a new category to an expo. use when you have both the expo event id and a valid api token. example: "add category 'keynotes' to event 2655."
Tool to list all extras for an expo. use after obtaining a valid exporter api token and expo event id. example: "list all extras for event 2655."
Tool to list all expos. uses mock api endpoint for testing.
Tool to remove a category from an expo. use when you have the category id and a valid api token. example: "remove category #123."
Tool to update an existing category. use when you have the category id and a valid api token. example: "update category #1 name to 'category blue'."