{% extends "base.html" %} {% block content %} Capabilities New Capability Define a custom capability with a system prompt, tools, MCP servers, and LLM requirements. Cancel Name * Lowercase, underscores only (e.g. web_researcher) Risk Level {% for r in risk_levels %} {{ r }} {% endfor %} Description Max Iterations Maximum LLM loop iterations before the task is forced to complete Preferred Score Dimension When set, the highest-scoring model for this dimension is selected automatically. Leave blank to use the default model. System Prompt * Tools Python tools available to this capability {% for tool in available_tools %} {{ tool }} {% endfor %} {% if available_mcp_servers %} MCP Servers Model Context Protocol servers this capability can use {% for srv in available_mcp_servers %} {{ srv }} {% endfor %} {% else %} MCP Servers No MCP servers configured. Add servers under the mcp.servers key in your config.yaml. {% endif %} LLM Feature Requirements Specify capabilities the LLM must support for this capability to work correctly {% for feat in llm_features %} {{ feat }} {% endfor %} Cancel Create Capability {% endblock %}
Capabilities
Define a custom capability with a system prompt, tools, MCP servers, and LLM requirements.
No MCP servers configured. Add servers under the mcp.servers key in your config.yaml.
mcp.servers
config.yaml