{% extends "base.html" %} {% block title %}tools ยท Maverick{% endblock %} {% block content %}

registered tools

{% if error %}

Could not build the tool registry: {{ error }}

{% elif tools %}

{{ tools | length }} tool(s) available after ACL + rate-limit filtering. Configure in [security].allowed_tools / [security].denied_tools / [rate_limits].

{% for t in tools %} {% endfor %}
namedescription
{{ t.name }} {{ t.description }}
{% else %}

No tools registered.

{% endif %}
{% endblock %}