{% extends 'base.html' %} {% load static %} {% block title %}Nautobot MCP Tools{% endblock %} {% block content %}
Tool Name | Description | Module | Parameters |
---|---|---|---|
{{ tool.name }} |
{{ tool.description|truncatechars:200 }} | {{ tool.module_path }} |
{% if tool.parameters %}
{{ tool.parameters }}{% else %} No parameters defined {% endif %} |