Tools Tools are used to make things. GET https://api.opendnd.org/v1/tools Get all tools. POST https://api.opendnd.org/v1/tools Create a tool. If passing the save=true option this will save it to the API. Otherwise it will generate without saving. GET https://api.opendnd.org/v1/tools/:tool_id Get a tool. PUT https://api.opendnd.org/v1/tools/:tool_id Update a tool. DELETE https://api.opendnd.org/v1/tools/:tool_id Delete a tool.