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

Capabilities

New Capability

Define a custom capability with a system prompt, tools, MCP servers, and LLM requirements.

Cancel
Lowercase, underscores only (e.g. web_researcher)
Maximum LLM loop iterations before the task is forced to complete
When set, the highest-scoring model for this dimension is selected automatically. Leave blank to use the default model.
Python tools available to this capability
{% for tool in available_tools %} {% endfor %}
{% if available_mcp_servers %}
Model Context Protocol servers this capability can use
{% for srv in available_mcp_servers %} {% endfor %}
{% else %}

No MCP servers configured. Add servers under the mcp.servers key in your config.yaml.

{% endif %}
Specify capabilities the LLM must support for this capability to work correctly
{% for feat in llm_features %} {% endfor %}
Cancel
{% endblock %}