Skip to content

Commit 655b282

Browse files
committed
Document tool selection
1 parent 3db832b commit 655b282

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,23 @@ Get your API key from [AgentMail](https://agentmail.to)
2323
}
2424
}
2525
```
26+
27+
## Tool Selection
28+
29+
By default, all available tools are loaded. You can selectively enable specific tools using the `--tools` argument with a comma-separated list of tool names.
30+
31+
### Example
32+
33+
```json
34+
{
35+
"mcpServers": {
36+
"AgentMail": {
37+
"command": "npx",
38+
"args": ["-y", "agentmail-mcp", "--tools", "get_message,send_message,reply_to_message"],
39+
"env": {
40+
"AGENTMAIL_API_KEY": "YOUR_API_KEY"
41+
}
42+
}
43+
}
44+
}
45+
```

0 commit comments

Comments
 (0)