{% extends "base.html" %} {% set active_nav = "workbench" %} {% block page_title %}{{ tool.name }}{% endblock %} {% block content %}
{{ tool.description }} {% if tool.is_write %}⚠ write tool{% endif %} — Category: {{ tool.category }}
Fill in the parameters and click Run to execute this tool.
{% endif %}