[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-breezy-hr-automation":3,"mdc--xzj5h7-key":52,"related-repo-composio-breezy-hr-automation":555,"related-org-composio-breezy-hr-automation":641},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":27,"repoUrl":28,"updatedAt":29,"license":30,"forks":31,"topics":32,"repo":47,"sourceUrl":50,"mdContent":51},"breezy-hr-automation","automate Breezy HR tasks via Composio","Automate Breezy HR tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[13,15,18,21,24],{"name":9,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Automation","automation",{"name":19,"slug":20,"type":14},"MCP","mcp",{"name":22,"slug":23,"type":14},"Recruiting","recruiting",{"name":25,"slug":26,"type":14},"HR","hr",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:53:22.058517",null,7603,[33,34,35,17,36,37,38,8,39,40,41,20,42,43,44,45,46],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":28,"stars":27,"forks":31,"topics":48,"description":49},[33,34,35,17,36,37,38,8,39,40,41,20,42,43,44,45,46],"A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows","https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills\u002Ftree\u002FHEAD\u002Fcomposio-skills\u002Fbreezy-hr-automation","---\nname: breezy-hr-automation\ndescription: \"Automate Breezy HR tasks via Rube MCP (Composio). Always search tools first for current schemas.\"\nrequires:\n  mcp: [rube]\n---\n\n# Breezy HR Automation via Rube MCP\n\nAutomate Breezy HR operations through Composio's Breezy HR toolkit via Rube MCP.\n\n**Toolkit docs**: [composio.dev\u002Ftoolkits\u002Fbreezy_hr](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fbreezy_hr)\n\n## Prerequisites\n\n- Rube MCP must be connected (RUBE_SEARCH_TOOLS available)\n- Active Breezy HR connection via `RUBE_MANAGE_CONNECTIONS` with toolkit `breezy_hr`\n- Always call `RUBE_SEARCH_TOOLS` first to get current tool schemas\n\n## Setup\n\n**Get Rube MCP**: Add `https:\u002F\u002Frube.app\u002Fmcp` as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.\n\n1. Verify Rube MCP is available by confirming `RUBE_SEARCH_TOOLS` responds\n2. Call `RUBE_MANAGE_CONNECTIONS` with toolkit `breezy_hr`\n3. If connection is not ACTIVE, follow the returned auth link to complete setup\n4. Confirm connection status shows ACTIVE before running any workflows\n\n## Tool Discovery\n\nAlways discover available tools before executing workflows:\n\n```\nRUBE_SEARCH_TOOLS\nqueries: [{use_case: \"Breezy HR operations\", known_fields: \"\"}]\nsession: {generate_id: true}\n```\n\nThis returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.\n\n## Core Workflow Pattern\n\n### Step 1: Discover Available Tools\n\n```\nRUBE_SEARCH_TOOLS\nqueries: [{use_case: \"your specific Breezy HR task\"}]\nsession: {id: \"existing_session_id\"}\n```\n\n### Step 2: Check Connection\n\n```\nRUBE_MANAGE_CONNECTIONS\ntoolkits: [\"breezy_hr\"]\nsession_id: \"your_session_id\"\n```\n\n### Step 3: Execute Tools\n\n```\nRUBE_MULTI_EXECUTE_TOOL\ntools: [{\n  tool_slug: \"TOOL_SLUG_FROM_SEARCH\",\n  arguments: {\u002F* schema-compliant args from search results *\u002F}\n}]\nmemory: {}\nsession_id: \"your_session_id\"\n```\n\n## Known Pitfalls\n\n- **Always search first**: Tool schemas change. Never hardcode tool slugs or arguments without calling `RUBE_SEARCH_TOOLS`\n- **Check connection**: Verify `RUBE_MANAGE_CONNECTIONS` shows ACTIVE status before executing tools\n- **Schema compliance**: Use exact field names and types from the search results\n- **Memory parameter**: Always include `memory` in `RUBE_MULTI_EXECUTE_TOOL` calls, even if empty (`{}`)\n- **Session reuse**: Reuse session IDs within a workflow. Generate new ones for new workflows\n- **Pagination**: Check responses for pagination tokens and continue fetching until complete\n\n## Quick Reference\n\n| Operation | Approach |\n|-----------|----------|\n| Find tools | `RUBE_SEARCH_TOOLS` with Breezy HR-specific use case |\n| Connect | `RUBE_MANAGE_CONNECTIONS` with toolkit `breezy_hr` |\n| Execute | `RUBE_MULTI_EXECUTE_TOOL` with discovered tool slugs |\n| Bulk ops | `RUBE_REMOTE_WORKBENCH` with `run_composio_tool()` |\n| Full schema | `RUBE_GET_TOOL_SCHEMAS` for tools with `schemaRef` |\n\n---\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":53,"body":56},{"name":4,"description":6,"requires":54},{"mcp":55},[43],{"type":57,"children":58},"root",[59,68,74,94,101,144,150,168,210,216,221,233,238,244,251,260,266,275,281,290,296,395,401,537,540],{"type":60,"tag":61,"props":62,"children":64},"element","h1",{"id":63},"breezy-hr-automation-via-rube-mcp",[65],{"type":66,"value":67},"text","Breezy HR Automation via Rube MCP",{"type":60,"tag":69,"props":70,"children":71},"p",{},[72],{"type":66,"value":73},"Automate Breezy HR operations through Composio's Breezy HR toolkit via Rube MCP.",{"type":60,"tag":69,"props":75,"children":76},{},[77,83,85],{"type":60,"tag":78,"props":79,"children":80},"strong",{},[81],{"type":66,"value":82},"Toolkit docs",{"type":66,"value":84},": ",{"type":60,"tag":86,"props":87,"children":91},"a",{"href":88,"rel":89},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fbreezy_hr",[90],"nofollow",[92],{"type":66,"value":93},"composio.dev\u002Ftoolkits\u002Fbreezy_hr",{"type":60,"tag":95,"props":96,"children":98},"h2",{"id":97},"prerequisites",[99],{"type":66,"value":100},"Prerequisites",{"type":60,"tag":102,"props":103,"children":104},"ul",{},[105,111,131],{"type":60,"tag":106,"props":107,"children":108},"li",{},[109],{"type":66,"value":110},"Rube MCP must be connected (RUBE_SEARCH_TOOLS available)",{"type":60,"tag":106,"props":112,"children":113},{},[114,116,123,125],{"type":66,"value":115},"Active Breezy HR connection via ",{"type":60,"tag":117,"props":118,"children":120},"code",{"className":119},[],[121],{"type":66,"value":122},"RUBE_MANAGE_CONNECTIONS",{"type":66,"value":124}," with toolkit ",{"type":60,"tag":117,"props":126,"children":128},{"className":127},[],[129],{"type":66,"value":130},"breezy_hr",{"type":60,"tag":106,"props":132,"children":133},{},[134,136,142],{"type":66,"value":135},"Always call ",{"type":60,"tag":117,"props":137,"children":139},{"className":138},[],[140],{"type":66,"value":141},"RUBE_SEARCH_TOOLS",{"type":66,"value":143}," first to get current tool schemas",{"type":60,"tag":95,"props":145,"children":147},{"id":146},"setup",[148],{"type":66,"value":149},"Setup",{"type":60,"tag":69,"props":151,"children":152},{},[153,158,160,166],{"type":60,"tag":78,"props":154,"children":155},{},[156],{"type":66,"value":157},"Get Rube MCP",{"type":66,"value":159},": Add ",{"type":60,"tag":117,"props":161,"children":163},{"className":162},[],[164],{"type":66,"value":165},"https:\u002F\u002Frube.app\u002Fmcp",{"type":66,"value":167}," as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.",{"type":60,"tag":169,"props":170,"children":171},"ol",{},[172,184,200,205],{"type":60,"tag":106,"props":173,"children":174},{},[175,177,182],{"type":66,"value":176},"Verify Rube MCP is available by confirming ",{"type":60,"tag":117,"props":178,"children":180},{"className":179},[],[181],{"type":66,"value":141},{"type":66,"value":183}," responds",{"type":60,"tag":106,"props":185,"children":186},{},[187,189,194,195],{"type":66,"value":188},"Call ",{"type":60,"tag":117,"props":190,"children":192},{"className":191},[],[193],{"type":66,"value":122},{"type":66,"value":124},{"type":60,"tag":117,"props":196,"children":198},{"className":197},[],[199],{"type":66,"value":130},{"type":60,"tag":106,"props":201,"children":202},{},[203],{"type":66,"value":204},"If connection is not ACTIVE, follow the returned auth link to complete setup",{"type":60,"tag":106,"props":206,"children":207},{},[208],{"type":66,"value":209},"Confirm connection status shows ACTIVE before running any workflows",{"type":60,"tag":95,"props":211,"children":213},{"id":212},"tool-discovery",[214],{"type":66,"value":215},"Tool Discovery",{"type":60,"tag":69,"props":217,"children":218},{},[219],{"type":66,"value":220},"Always discover available tools before executing workflows:",{"type":60,"tag":222,"props":223,"children":227},"pre",{"className":224,"code":226,"language":66},[225],"language-text","RUBE_SEARCH_TOOLS\nqueries: [{use_case: \"Breezy HR operations\", known_fields: \"\"}]\nsession: {generate_id: true}\n",[228],{"type":60,"tag":117,"props":229,"children":231},{"__ignoreMap":230},"",[232],{"type":66,"value":226},{"type":60,"tag":69,"props":234,"children":235},{},[236],{"type":66,"value":237},"This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.",{"type":60,"tag":95,"props":239,"children":241},{"id":240},"core-workflow-pattern",[242],{"type":66,"value":243},"Core Workflow Pattern",{"type":60,"tag":245,"props":246,"children":248},"h3",{"id":247},"step-1-discover-available-tools",[249],{"type":66,"value":250},"Step 1: Discover Available Tools",{"type":60,"tag":222,"props":252,"children":255},{"className":253,"code":254,"language":66},[225],"RUBE_SEARCH_TOOLS\nqueries: [{use_case: \"your specific Breezy HR task\"}]\nsession: {id: \"existing_session_id\"}\n",[256],{"type":60,"tag":117,"props":257,"children":258},{"__ignoreMap":230},[259],{"type":66,"value":254},{"type":60,"tag":245,"props":261,"children":263},{"id":262},"step-2-check-connection",[264],{"type":66,"value":265},"Step 2: Check Connection",{"type":60,"tag":222,"props":267,"children":270},{"className":268,"code":269,"language":66},[225],"RUBE_MANAGE_CONNECTIONS\ntoolkits: [\"breezy_hr\"]\nsession_id: \"your_session_id\"\n",[271],{"type":60,"tag":117,"props":272,"children":273},{"__ignoreMap":230},[274],{"type":66,"value":269},{"type":60,"tag":245,"props":276,"children":278},{"id":277},"step-3-execute-tools",[279],{"type":66,"value":280},"Step 3: Execute Tools",{"type":60,"tag":222,"props":282,"children":285},{"className":283,"code":284,"language":66},[225],"RUBE_MULTI_EXECUTE_TOOL\ntools: [{\n  tool_slug: \"TOOL_SLUG_FROM_SEARCH\",\n  arguments: {\u002F* schema-compliant args from search results *\u002F}\n}]\nmemory: {}\nsession_id: \"your_session_id\"\n",[286],{"type":60,"tag":117,"props":287,"children":288},{"__ignoreMap":230},[289],{"type":66,"value":284},{"type":60,"tag":95,"props":291,"children":293},{"id":292},"known-pitfalls",[294],{"type":66,"value":295},"Known Pitfalls",{"type":60,"tag":102,"props":297,"children":298},{},[299,314,331,341,375,385],{"type":60,"tag":106,"props":300,"children":301},{},[302,307,309],{"type":60,"tag":78,"props":303,"children":304},{},[305],{"type":66,"value":306},"Always search first",{"type":66,"value":308},": Tool schemas change. Never hardcode tool slugs or arguments without calling ",{"type":60,"tag":117,"props":310,"children":312},{"className":311},[],[313],{"type":66,"value":141},{"type":60,"tag":106,"props":315,"children":316},{},[317,322,324,329],{"type":60,"tag":78,"props":318,"children":319},{},[320],{"type":66,"value":321},"Check connection",{"type":66,"value":323},": Verify ",{"type":60,"tag":117,"props":325,"children":327},{"className":326},[],[328],{"type":66,"value":122},{"type":66,"value":330}," shows ACTIVE status before executing tools",{"type":60,"tag":106,"props":332,"children":333},{},[334,339],{"type":60,"tag":78,"props":335,"children":336},{},[337],{"type":66,"value":338},"Schema compliance",{"type":66,"value":340},": Use exact field names and types from the search results",{"type":60,"tag":106,"props":342,"children":343},{},[344,349,351,357,359,365,367,373],{"type":60,"tag":78,"props":345,"children":346},{},[347],{"type":66,"value":348},"Memory parameter",{"type":66,"value":350},": Always include ",{"type":60,"tag":117,"props":352,"children":354},{"className":353},[],[355],{"type":66,"value":356},"memory",{"type":66,"value":358}," in ",{"type":60,"tag":117,"props":360,"children":362},{"className":361},[],[363],{"type":66,"value":364},"RUBE_MULTI_EXECUTE_TOOL",{"type":66,"value":366}," calls, even if empty (",{"type":60,"tag":117,"props":368,"children":370},{"className":369},[],[371],{"type":66,"value":372},"{}",{"type":66,"value":374},")",{"type":60,"tag":106,"props":376,"children":377},{},[378,383],{"type":60,"tag":78,"props":379,"children":380},{},[381],{"type":66,"value":382},"Session reuse",{"type":66,"value":384},": Reuse session IDs within a workflow. Generate new ones for new workflows",{"type":60,"tag":106,"props":386,"children":387},{},[388,393],{"type":60,"tag":78,"props":389,"children":390},{},[391],{"type":66,"value":392},"Pagination",{"type":66,"value":394},": Check responses for pagination tokens and continue fetching until complete",{"type":60,"tag":95,"props":396,"children":398},{"id":397},"quick-reference",[399],{"type":66,"value":400},"Quick Reference",{"type":60,"tag":402,"props":403,"children":404},"table",{},[405,424],{"type":60,"tag":406,"props":407,"children":408},"thead",{},[409],{"type":60,"tag":410,"props":411,"children":412},"tr",{},[413,419],{"type":60,"tag":414,"props":415,"children":416},"th",{},[417],{"type":66,"value":418},"Operation",{"type":60,"tag":414,"props":420,"children":421},{},[422],{"type":66,"value":423},"Approach",{"type":60,"tag":425,"props":426,"children":427},"tbody",{},[428,447,469,487,512],{"type":60,"tag":410,"props":429,"children":430},{},[431,437],{"type":60,"tag":432,"props":433,"children":434},"td",{},[435],{"type":66,"value":436},"Find tools",{"type":60,"tag":432,"props":438,"children":439},{},[440,445],{"type":60,"tag":117,"props":441,"children":443},{"className":442},[],[444],{"type":66,"value":141},{"type":66,"value":446}," with Breezy HR-specific use case",{"type":60,"tag":410,"props":448,"children":449},{},[450,455],{"type":60,"tag":432,"props":451,"children":452},{},[453],{"type":66,"value":454},"Connect",{"type":60,"tag":432,"props":456,"children":457},{},[458,463,464],{"type":60,"tag":117,"props":459,"children":461},{"className":460},[],[462],{"type":66,"value":122},{"type":66,"value":124},{"type":60,"tag":117,"props":465,"children":467},{"className":466},[],[468],{"type":66,"value":130},{"type":60,"tag":410,"props":470,"children":471},{},[472,477],{"type":60,"tag":432,"props":473,"children":474},{},[475],{"type":66,"value":476},"Execute",{"type":60,"tag":432,"props":478,"children":479},{},[480,485],{"type":60,"tag":117,"props":481,"children":483},{"className":482},[],[484],{"type":66,"value":364},{"type":66,"value":486}," with discovered tool slugs",{"type":60,"tag":410,"props":488,"children":489},{},[490,495],{"type":60,"tag":432,"props":491,"children":492},{},[493],{"type":66,"value":494},"Bulk ops",{"type":60,"tag":432,"props":496,"children":497},{},[498,504,506],{"type":60,"tag":117,"props":499,"children":501},{"className":500},[],[502],{"type":66,"value":503},"RUBE_REMOTE_WORKBENCH",{"type":66,"value":505}," with ",{"type":60,"tag":117,"props":507,"children":509},{"className":508},[],[510],{"type":66,"value":511},"run_composio_tool()",{"type":60,"tag":410,"props":513,"children":514},{},[515,520],{"type":60,"tag":432,"props":516,"children":517},{},[518],{"type":66,"value":519},"Full schema",{"type":60,"tag":432,"props":521,"children":522},{},[523,529,531],{"type":60,"tag":117,"props":524,"children":526},{"className":525},[],[527],{"type":66,"value":528},"RUBE_GET_TOOL_SCHEMAS",{"type":66,"value":530}," for tools with ",{"type":60,"tag":117,"props":532,"children":534},{"className":533},[],[535],{"type":66,"value":536},"schemaRef",{"type":60,"tag":26,"props":538,"children":539},{},[],{"type":60,"tag":69,"props":541,"children":542},{},[543],{"type":60,"tag":544,"props":545,"children":546},"em",{},[547,549],{"type":66,"value":548},"Powered by ",{"type":60,"tag":86,"props":550,"children":553},{"href":551,"rel":552},"https:\u002F\u002Fcomposio.dev",[90],[554],{"type":66,"value":9},{"items":556,"total":640},[557,571,587,596,606,618,627],{"slug":558,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":27,"repoUrl":28,"updatedAt":570},"21risk-automation","-21risk-automation","automate 21risk compliance and safety tasks","Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[564,565,566,567],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":568,"slug":569,"type":14},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":572,"name":573,"fn":574,"description":575,"org":576,"tags":577,"stars":27,"repoUrl":28,"updatedAt":586},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[578,579,582,583],{"name":16,"slug":17,"type":14},{"name":580,"slug":581,"type":14},"Communications","communications",{"name":19,"slug":20,"type":14},{"name":584,"slug":585,"type":14},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":588,"name":588,"fn":589,"description":590,"org":591,"tags":592,"stars":27,"repoUrl":28,"updatedAt":595},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[593,594],{"name":16,"slug":17,"type":14},{"name":19,"slug":20,"type":14},"2026-07-12T08:09:55.453088",{"slug":597,"name":597,"fn":598,"description":599,"org":600,"tags":601,"stars":27,"repoUrl":28,"updatedAt":605},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[602,603,604],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},"2026-07-15T05:45:16.470309",{"slug":607,"name":607,"fn":608,"description":609,"org":610,"tags":611,"stars":27,"repoUrl":28,"updatedAt":617},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[612,613,614],{"name":16,"slug":17,"type":14},{"name":19,"slug":20,"type":14},{"name":615,"slug":616,"type":14},"Security","security","2026-07-15T05:56:20.013366",{"slug":619,"name":619,"fn":620,"description":621,"org":622,"tags":623,"stars":27,"repoUrl":28,"updatedAt":626},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[624,625],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},"2026-07-15T05:54:50.762889",{"slug":628,"name":628,"fn":629,"description":630,"org":631,"tags":632,"stars":27,"repoUrl":28,"updatedAt":639},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[633,634,635,638],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":636,"slug":637,"type":14},"CRM","crm",{"name":19,"slug":20,"type":14},"2026-07-15T05:48:43.429136",860,{"items":642,"total":746},[643,650,657,662,668,674,679,686,700,713,726,736],{"slug":558,"name":559,"fn":560,"description":561,"org":644,"tags":645,"stars":27,"repoUrl":28,"updatedAt":570},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[646,647,648,649],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":568,"slug":569,"type":14},{"slug":572,"name":573,"fn":574,"description":575,"org":651,"tags":652,"stars":27,"repoUrl":28,"updatedAt":586},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[653,654,655,656],{"name":16,"slug":17,"type":14},{"name":580,"slug":581,"type":14},{"name":19,"slug":20,"type":14},{"name":584,"slug":585,"type":14},{"slug":588,"name":588,"fn":589,"description":590,"org":658,"tags":659,"stars":27,"repoUrl":28,"updatedAt":595},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[660,661],{"name":16,"slug":17,"type":14},{"name":19,"slug":20,"type":14},{"slug":597,"name":597,"fn":598,"description":599,"org":663,"tags":664,"stars":27,"repoUrl":28,"updatedAt":605},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[665,666,667],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"slug":607,"name":607,"fn":608,"description":609,"org":669,"tags":670,"stars":27,"repoUrl":28,"updatedAt":617},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[671,672,673],{"name":16,"slug":17,"type":14},{"name":19,"slug":20,"type":14},{"name":615,"slug":616,"type":14},{"slug":619,"name":619,"fn":620,"description":621,"org":675,"tags":676,"stars":27,"repoUrl":28,"updatedAt":626},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[677,678],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"slug":628,"name":628,"fn":629,"description":630,"org":680,"tags":681,"stars":27,"repoUrl":28,"updatedAt":639},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[682,683,684,685],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":636,"slug":637,"type":14},{"name":19,"slug":20,"type":14},{"slug":687,"name":687,"fn":688,"description":689,"org":690,"tags":691,"stars":27,"repoUrl":28,"updatedAt":699},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[692,693,696],{"name":16,"slug":17,"type":14},{"name":694,"slug":695,"type":14},"Documents","documents",{"name":697,"slug":698,"type":14},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":701,"name":701,"fn":702,"description":703,"org":704,"tags":705,"stars":27,"repoUrl":28,"updatedAt":712},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[706,707,708,709],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":710,"slug":711,"type":14},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":714,"name":714,"fn":715,"description":716,"org":717,"tags":718,"stars":27,"repoUrl":28,"updatedAt":725},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[719,720,721,722],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":636,"slug":637,"type":14},{"name":723,"slug":724,"type":14},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":727,"name":727,"fn":728,"description":729,"org":730,"tags":731,"stars":27,"repoUrl":28,"updatedAt":735},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[732,733,734],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},"2026-07-15T05:47:51.742515",{"slug":737,"name":737,"fn":738,"description":739,"org":740,"tags":741,"stars":27,"repoUrl":28,"updatedAt":745},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[742,743,744],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},"2026-07-15T05:45:05.303254",863]