{% extends "base.html" %} {% block content %}

Capabilities · {% if cap.is_user %}user {% else %}built-in{% endif %}

{{ cap.name }}

{% if cap.description %}

{{ cap.description }}

{% endif %}
Back {% if cap.is_user %} {% endif %}
{% if cap.is_user %}

Edit Capability

Name cannot be changed after creation
Highest-scoring model for this dimension is selected automatically.
{% for tool in available_tools %} {% endfor %}
{% if available_mcp_servers %}
{% for srv in available_mcp_servers %} {% endfor %}
{% else %}

No MCP servers configured in config.yaml.

{% endif %}
{% for feat in llm_features %} {% endfor %}
{% else %}

Details

Risk Level
{{ cap.risk_level }}
Max Iterations
{{ cap.max_iterations }}
Preferred Score
{{ cap.preferred_score if cap.preferred_score else '—' }}
Tools
{% if cap.tools %}{% for t in cap.tools %}{{ t }}{% endfor %}{% else %}—{% endif %}
MCP Servers
{% if cap.mcp_servers %}{% for m in cap.mcp_servers %}{{ m }}{% endfor %}{% else %}—{% endif %}
LLM Features
{% if cap.llm_features %}{% for f in cap.llm_features %}{{ f }}{% endfor %}{% else %}—{% endif %}

System Prompt

{{ cap.system_prompt }}
{% endif %} {% endblock %}