{{ selected_role.group }}

{{ selected_role.label }}

{{ selected_role.purpose }}

Owned Skills

{% for skill in selected_role.skills %} {{ skill }} {% endfor %}

Allowed MCP Tools

{% for tool in selected_role.allowed_tools %}
{{ tool.risk_level }} {{ tool.name }} {% if tool.requires_approval %}approval required{% endif %}
{% empty %}

No MCP tools are exposed to this role.

{% endfor %}

Forbidden Actions

Latest Artifacts

{% for artifact in selected_role.latest_artifacts %}
{{ artifact.title }} {{ artifact.artifact_type }} · {{ artifact.universe }} · {{ artifact.readiness_label }}
{% empty %}

No artifacts recorded for this role yet.

{% endfor %}

Latest Activity

{% for item in selected_role.latest_activity %}
{{ item.title }} {{ item.status }} · {{ item.created_at|date:"Y-m-d H:i" }}
{% empty %}

No role-specific MCP calls yet.

{% endfor %}