Tools
Route: /projects/:id/tools
Project-scoped catalog of external tools and integrations. Tools are MCP-backed capabilities agents can invoke.
Overview
Tools are how agents interact with external systems. Each tool maps to a command, API, or integration. Tools are project-scoped; define tools your agents need for this project.
Tools are grouped by category.
Tool List
Grid or list view of all tools in your project:
- Tool name
- Category
- Brief description
- MCP server backing it (if available)
- Enabled/disabled status
Click any tool to view or edit.
Sections
Available Tools
Shows all tools registered in this project. Grouped by category for easy browsing.
Empty State
If no tools yet, shows explainer and action buttons.
Actions
Create Tool
New tool:
- Click "Create tool" or "+" button
- Enter tool name
- Choose category
- Select or create MCP server backend
- Write tool description
- Save
Tool name must be unique within the project. Names use snake_case or kebab-case.
Edit Tool
Click existing tool:
- Modify name, category, description
- Update MCP server backing
- Save or delete
Delete tool:
- Click delete icon to remove tool permanently
- Agents can no longer invoke this tool