Configuring Tools
Customize tool descriptions and parameters for your toolkit.
Enabling Tools
- Open the toolkit editor
- Go to the Tools tab
- Find the integration you want to configure
- Toggle Enable for toolkit to include it
Selecting Specific Tools
When an integration is enabled, you can choose which specific tools to include:
- The enabled tools appear as tags (e.g.,
create_or_update_file,search_repositories) - Click Remove All to clear all tools
- Click the × on a tool tag to remove it
- Click on a tool tag to configure it
Customizing Tool Descriptions
Click on a tool tag to open the configuration modal. You can customize:
Tool Description
The description explains what the tool does. Click the pencil icon to edit it.
Example:
Create or update a single file in a GitHub repository
Parameter Descriptions
Each parameter has a description that helps the AI understand how to use it. Click the pencil icon next to any parameter to edit its description.
Example parameters for create_or_update_file:
| Parameter | Type | Description |
|---|---|---|
sha | string | File SHA if updating (optional) |
path | string | File path |
repo | string | Repository name |
owner | string | Repository owner |
branch | string | Branch name (optional) |
content | string | File content as text |
message | string | Commit message |
Saving Tool Configuration
Click Save to save your tool customizations.
Click Cancel to discard changes.