{% extends "_base.html" %}
{% from "_macros.html" import modal %}
{% block title %}Tools{% if project %} · {{ project.name | humanize }}{% endif %} · Urika{% endblock %}
{% block heading %}{% if scope == "global" %}Built-in tools{% else %}Custom tools{% endif %}{% endblock %}
{% block breadcrumb %}
{% endblock %}
{% block content %}
{% if scope == "project" %}
No custom tools yet.
Custom tools live at {{ project.path }}/tools/*.py.
The Tool Builder agent creates them; the
built-in tools are listed at the global level.
No built-in tools registered.
{% endif %}