{{ cap.name }}
{% if cap.is_user %}
user
{% else %}
built-in
{% endif %}
{{ 'enabled' if cap.enabled else 'disabled' }}
{% if cap.description %}
{{ cap.description }}
{% endif %}
{{ cap.risk_level }}
{% for t in cap.tools %}{{ t }}{% endfor %}
{% for f in cap.llm_features %}requires: {{ f }}{% endfor %}
{% for c in cap.availability_conditions %}{{ c }}{% endfor %}
{% for m in cap.mcp_servers %}MCP: {{ m }}{% endfor %}