name: amcards-automation description: "Automate Amcards tasks via Rube MCP (Composio). Always search tools first for current schemas." requires: mcp: [rube]
Automate Amcards operations through Composio's Amcards toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/amcards
RUBE_MANAGE_CONNECTIONS with toolkit amcardsRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit amcards7w4.net小蔥技能。
Always discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Amcards operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Amcards task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["amcards"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Amcards-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit amcards |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
這是一個專門用於自動化處理 Amcards 名片管理任務的工具。文件組織清晰,提供了詳細的設定步驟和操作流程,安全性提醒也比較到位。優點是上手指南寫得清楚,有陷阱提示避免常見錯誤。不足是功能比較專一(只針對 Amcards 這一個平臺),沒有實際使用案例可參考,而且來源許可證不明確,可能影響商業使用。整體屬於文件質量尚可但功能單一的垂直場景工具。