๐ Build AI agents that seamlessly combine LLM reasoning with real-world actions via MCP tools โ in just a few lines of TypeScript.
| Tool name | Description | Destructive? |
|---|---|---|
| get_user | โ no | |
| send_notification | โ no | |
| test_tool | โ no | |
| remote_greet | โ no | |
| remote_fetch | โ no |
| echo | โ no | |
| mark_item | โ no | |
| process_email | โ no | |
| fetch_profile | โ no | |
| archive_item | โ no | |
| process_item | โ no | |
| get_item | โ no | |
| create_item | โ no | |
| list_directory | โ no | |
| read_file | โ no | |
| write_fileโ | โ yes | |
| search_files | โ no | |
| get_weather | โ no | |
| get_forecast | โ no | |
| create_task | โ no | |
| list_tasks | โ no | |
| complete_task | โ no | |
| get_sign | โ no | |
| get_preferences | โ no | |
| list_unread_emails | โ no | |
| list_all_unread_emails | โ no | |
| get_email_body | โ no | |
| create_label | โ no | |
| mark_as_spam | โ no | |
| mark_as_read | โ no | |
| mark_as_important | โ no |
{
"mcpServers": {
"volcano-agent-sdk": {
"command": "npx",
"args": [
"-y",
"@volcano.dev/agent"
]
}
}
}