[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-ramp-automation":3,"mdc-6dkbia-key":49,"related-org-composio-ramp-automation":1456,"related-repo-composio-ramp-automation":1602},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":44,"sourceUrl":47,"mdContent":48},"ramp-automation","Ramp Automation","manage Ramp corporate card transactions","Ramp Automation: manage corporate card transactions, reimbursements, users, and expense tracking via the Ramp platform",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[14,18,21],{"name":15,"slug":16,"type":17},"Automation","automation","tag",{"name":19,"slug":20,"type":17},"Finance","finance",{"name":22,"slug":23,"type":17},"MCP","mcp",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-12T08:10:06.379837",null,7603,[30,31,32,16,33,34,35,9,36,37,38,23,39,40,41,42,43],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":25,"stars":24,"forks":28,"topics":45,"description":46},[30,31,32,16,33,34,35,9,36,37,38,23,39,40,41,42,43],"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\u002Framp-automation","---\nname: Ramp Automation\ndescription: \"Ramp Automation: manage corporate card transactions, reimbursements, users, and expense tracking via the Ramp platform\"\nrequires:\n  mcp: [rube]\n---\n\n# Ramp Automation\n\nAutomate Ramp corporate finance operations including retrieving transactions, managing reimbursements, searching expenses, viewing card details, and listing users for expense management and accounting workflows.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Framp](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Framp)\n\n---\n\n## Setup\n\nThis skill requires the **Rube MCP server** connected at `https:\u002F\u002Frube.app\u002Fmcp`.\n\nBefore executing any tools, ensure an active connection exists for the `ramp` toolkit. If no connection is active, initiate one via `RUBE_MANAGE_CONNECTIONS`.\n\n---\n\n## Core Workflows\n\n### 1. List All Transactions\n\nRetrieve all corporate card transactions with comprehensive filtering options.\n\n**Tool:** `RAMP_GET_ALL_TRANSACTIONS`\n\n**Key Parameters:**\n- `from_date` -- Transactions after this date (ISO 8601 datetime)\n- `to_date` -- Transactions before this date (ISO 8601 datetime, default: today)\n- `user_id` -- Filter by user UUID\n- `card_id` -- Filter by physical card UUID\n- `department_id` -- Filter by department UUID\n- `merchant_id` -- Filter by merchant UUID\n- `entity_id` -- Filter by business entity UUID\n- `min_amount` \u002F `max_amount` -- Amount range filter (USD)\n- `state` -- Transaction state; set to `\"ALL\"` to include declined transactions\n- `approval_status` -- Filter by approval status\n- `sync_status` -- Filter by ERP sync status (supersedes `sync_ready` and `has_no_sync_commits`)\n- `has_no_sync_commits` -- `true` for unsynced transactions\n- `sync_ready` -- `true` for transactions ready to sync to ERP\n- `requires_memo` -- `true` for transactions missing required memos\n- `include_merchant_data` -- `true` to include full purchase data from merchant\n- `page_size` -- Results per page (2--100, default: 20)\n- `start` -- Pagination cursor: ID of last entity from previous page\n- `order_by_date_desc` \u002F `order_by_date_asc` -- Sort by date\n- `order_by_amount_desc` \u002F `order_by_amount_asc` -- Sort by amount\n\n**Example:**\n```\nTool: RAMP_GET_ALL_TRANSACTIONS\nArguments:\n  from_date: \"2026-02-01T00:00:00Z\"\n  to_date: \"2026-02-11T23:59:59Z\"\n  page_size: 50\n  order_by_date_desc: true\n```\n\n---\n\n### 2. Search Transactions\n\nSearch transactions by merchant name, memo, or other transaction details.\n\n**Tool:** `RAMP_SEARCH_TRANSACTIONS`\n\n**Key Parameters:**\n- `query` (required) -- Search text for merchant name, memo, or other details\n- All filter parameters from `RAMP_GET_ALL_TRANSACTIONS` are also available\n\n**Example:**\n```\nTool: RAMP_SEARCH_TRANSACTIONS\nArguments:\n  query: \"AWS\"\n  from_date: \"2026-01-01T00:00:00Z\"\n  page_size: 25\n```\n\n---\n\n### 3. Get Transaction Details\n\nRetrieve complete details of a specific transaction including merchant details, receipts, accounting codes, and dispute information.\n\n**Tool:** `RAMP_GET_TRANSACTION`\n\n**Key Parameters:**\n- `transaction_id` (required) -- ID of the transaction\n\n**Example:**\n```\nTool: RAMP_GET_TRANSACTION\nArguments:\n  transaction_id: \"txn_abc123def456\"\n```\n\n---\n\n### 4. Manage Reimbursements\n\nList and retrieve reimbursement records for approval workflows and expense analysis.\n\n**Tools:**\n- `RAMP_LIST_REIMBURSEMENTS` -- List reimbursements with filtering\n- `RAMP_GET_REIMBURSEMENT` -- Get complete details of a specific reimbursement\n\n**Key Parameters for `RAMP_LIST_REIMBURSEMENTS`:**\n- `user_id` -- Filter by employee UUID\n- `entity_id` -- Filter by business entity UUID\n- `from_date` \u002F `to_date` -- Date range for creation date\n- `from_submitted_at` \u002F `to_submitted_at` -- Date range for submission date\n- `from_transaction_date` \u002F `to_transaction_date` -- Underlying transaction date range\n- `awaiting_approval_by_user_id` -- Filter for reimbursements pending a specific approver\n- `sync_status` -- Filter by ERP sync status\n- `has_no_sync_commits` -- `true` for unsynced reimbursements\n- `sync_ready` -- `true` for reimbursements ready to sync\n- `direction` -- `\"BUSINESS_TO_USER\"` (default) or `\"USER_TO_BUSINESS\"` (repayments)\n- `page_size` -- Results per page (2--100, default: 20)\n- `start` -- Pagination cursor\n\n**Example:**\n```\nTool: RAMP_LIST_REIMBURSEMENTS\nArguments:\n  from_date: \"2026-02-01T00:00:00Z\"\n  sync_ready: true\n  page_size: 50\n```\n\n---\n\n### 5. List Users and Get My Transactions\n\nView organization users and personal transaction history.\n\n**Tools:**\n- `RAMP_LIST_USERS` -- List users with filtering by department, role, location, entity\n- `RAMP_GET_MY_TRANSACTIONS` -- Get transactions for the authenticated user\n\n**Key Parameters for `RAMP_LIST_USERS`:**\n- `department_id` -- Filter by department UUID\n- `role` -- Filter by user role\n- `email` -- Filter by email address\n- `employee_id` -- Filter by employee ID\n- `entity_id` -- Filter by business entity UUID\n- `location_id` -- Filter by location UUID\n- `page_size` -- Results per page (2--100, default: 20)\n\n**Example:**\n```\nTool: RAMP_LIST_USERS\nArguments:\n  role: \"ADMIN\"\n  page_size: 50\n```\n\n---\n\n### 6. View Card Details and Accounting Fields\n\nRetrieve card information and custom accounting field configurations.\n\n**Tools:**\n- `RAMP_GET_CARD` -- Get detailed card information (spending limits, cardholder, fulfillment status)\n- `RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD` -- Fetch custom accounting field definitions\n\n---\n\n## Known Pitfalls\n\n| Pitfall | Detail |\n|---------|--------|\n| **Pagination required** | All list endpoints return paginated results. Use the `start` parameter with the ID of the last entity from the previous page to iterate. |\n| **Date format** | All date parameters must be ISO 8601 datetime format (e.g., `\"2026-02-11T00:00:00Z\"`). Plain date strings will fail. |\n| **sync_status priority** | When `sync_status` is set, it supersedes both `has_no_sync_commits` and `sync_ready` parameters. |\n| **Amount filters in USD** | `min_amount` and `max_amount` are in USD. Ensure correct currency context when filtering. |\n| **state=ALL for declined** | By default, declined transactions are excluded. Set `state: \"ALL\"` to include them in results. |\n| **page_size bounds** | Must be between 2 and 100. Default is 20. Values outside this range cause errors. |\n\n---\n\n## Quick Reference\n\n| Tool Slug | Description |\n|-----------|-------------|\n| `RAMP_GET_ALL_TRANSACTIONS` | List all transactions with filtering |\n| `RAMP_SEARCH_TRANSACTIONS` | Search transactions by text query |\n| `RAMP_GET_TRANSACTION` | Get details of a specific transaction |\n| `RAMP_GET_MY_TRANSACTIONS` | Get authenticated user's transactions |\n| `RAMP_LIST_REIMBURSEMENTS` | List reimbursements with filtering |\n| `RAMP_GET_REIMBURSEMENT` | Get details of a specific reimbursement |\n| `RAMP_LIST_USERS` | List organization users |\n| `RAMP_GET_CARD` | Get card details |\n| `RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD` | Fetch custom accounting field config |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":50,"body":53},{"name":5,"description":7,"requires":51},{"mcp":52},[40],{"type":54,"children":55},"root",[56,63,69,89,93,100,121,141,144,150,157,162,177,185,469,477,489,492,498,503,517,524,550,557,566,569,575,580,594,601,615,622,631,634,640,645,653,678,693,865,872,881,884,890,895,902,927,940,1014,1021,1030,1033,1039,1044,1051,1076,1079,1085,1263,1266,1272,1438,1441],{"type":57,"tag":58,"props":59,"children":60},"element","h1",{"id":4},[61],{"type":62,"value":5},"text",{"type":57,"tag":64,"props":65,"children":66},"p",{},[67],{"type":62,"value":68},"Automate Ramp corporate finance operations including retrieving transactions, managing reimbursements, searching expenses, viewing card details, and listing users for expense management and accounting workflows.",{"type":57,"tag":64,"props":70,"children":71},{},[72,78,80],{"type":57,"tag":73,"props":74,"children":75},"strong",{},[76],{"type":62,"value":77},"Toolkit docs:",{"type":62,"value":79}," ",{"type":57,"tag":81,"props":82,"children":86},"a",{"href":83,"rel":84},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Framp",[85],"nofollow",[87],{"type":62,"value":88},"composio.dev\u002Ftoolkits\u002Framp",{"type":57,"tag":90,"props":91,"children":92},"hr",{},[],{"type":57,"tag":94,"props":95,"children":97},"h2",{"id":96},"setup",[98],{"type":62,"value":99},"Setup",{"type":57,"tag":64,"props":101,"children":102},{},[103,105,110,112,119],{"type":62,"value":104},"This skill requires the ",{"type":57,"tag":73,"props":106,"children":107},{},[108],{"type":62,"value":109},"Rube MCP server",{"type":62,"value":111}," connected at ",{"type":57,"tag":113,"props":114,"children":116},"code",{"className":115},[],[117],{"type":62,"value":118},"https:\u002F\u002Frube.app\u002Fmcp",{"type":62,"value":120},".",{"type":57,"tag":64,"props":122,"children":123},{},[124,126,132,134,140],{"type":62,"value":125},"Before executing any tools, ensure an active connection exists for the ",{"type":57,"tag":113,"props":127,"children":129},{"className":128},[],[130],{"type":62,"value":131},"ramp",{"type":62,"value":133}," toolkit. If no connection is active, initiate one via ",{"type":57,"tag":113,"props":135,"children":137},{"className":136},[],[138],{"type":62,"value":139},"RUBE_MANAGE_CONNECTIONS",{"type":62,"value":120},{"type":57,"tag":90,"props":142,"children":143},{},[],{"type":57,"tag":94,"props":145,"children":147},{"id":146},"core-workflows",[148],{"type":62,"value":149},"Core Workflows",{"type":57,"tag":151,"props":152,"children":154},"h3",{"id":153},"_1-list-all-transactions",[155],{"type":62,"value":156},"1. List All Transactions",{"type":57,"tag":64,"props":158,"children":159},{},[160],{"type":62,"value":161},"Retrieve all corporate card transactions with comprehensive filtering options.",{"type":57,"tag":64,"props":163,"children":164},{},[165,170,171],{"type":57,"tag":73,"props":166,"children":167},{},[168],{"type":62,"value":169},"Tool:",{"type":62,"value":79},{"type":57,"tag":113,"props":172,"children":174},{"className":173},[],[175],{"type":62,"value":176},"RAMP_GET_ALL_TRANSACTIONS",{"type":57,"tag":64,"props":178,"children":179},{},[180],{"type":57,"tag":73,"props":181,"children":182},{},[183],{"type":62,"value":184},"Key Parameters:",{"type":57,"tag":186,"props":187,"children":188},"ul",{},[189,201,212,223,234,245,256,267,286,305,316,343,361,377,394,411,422,433,451],{"type":57,"tag":190,"props":191,"children":192},"li",{},[193,199],{"type":57,"tag":113,"props":194,"children":196},{"className":195},[],[197],{"type":62,"value":198},"from_date",{"type":62,"value":200}," -- Transactions after this date (ISO 8601 datetime)",{"type":57,"tag":190,"props":202,"children":203},{},[204,210],{"type":57,"tag":113,"props":205,"children":207},{"className":206},[],[208],{"type":62,"value":209},"to_date",{"type":62,"value":211}," -- Transactions before this date (ISO 8601 datetime, default: today)",{"type":57,"tag":190,"props":213,"children":214},{},[215,221],{"type":57,"tag":113,"props":216,"children":218},{"className":217},[],[219],{"type":62,"value":220},"user_id",{"type":62,"value":222}," -- Filter by user UUID",{"type":57,"tag":190,"props":224,"children":225},{},[226,232],{"type":57,"tag":113,"props":227,"children":229},{"className":228},[],[230],{"type":62,"value":231},"card_id",{"type":62,"value":233}," -- Filter by physical card UUID",{"type":57,"tag":190,"props":235,"children":236},{},[237,243],{"type":57,"tag":113,"props":238,"children":240},{"className":239},[],[241],{"type":62,"value":242},"department_id",{"type":62,"value":244}," -- Filter by department UUID",{"type":57,"tag":190,"props":246,"children":247},{},[248,254],{"type":57,"tag":113,"props":249,"children":251},{"className":250},[],[252],{"type":62,"value":253},"merchant_id",{"type":62,"value":255}," -- Filter by merchant UUID",{"type":57,"tag":190,"props":257,"children":258},{},[259,265],{"type":57,"tag":113,"props":260,"children":262},{"className":261},[],[263],{"type":62,"value":264},"entity_id",{"type":62,"value":266}," -- Filter by business entity UUID",{"type":57,"tag":190,"props":268,"children":269},{},[270,276,278,284],{"type":57,"tag":113,"props":271,"children":273},{"className":272},[],[274],{"type":62,"value":275},"min_amount",{"type":62,"value":277}," \u002F ",{"type":57,"tag":113,"props":279,"children":281},{"className":280},[],[282],{"type":62,"value":283},"max_amount",{"type":62,"value":285}," -- Amount range filter (USD)",{"type":57,"tag":190,"props":287,"children":288},{},[289,295,297,303],{"type":57,"tag":113,"props":290,"children":292},{"className":291},[],[293],{"type":62,"value":294},"state",{"type":62,"value":296}," -- Transaction state; set to ",{"type":57,"tag":113,"props":298,"children":300},{"className":299},[],[301],{"type":62,"value":302},"\"ALL\"",{"type":62,"value":304}," to include declined transactions",{"type":57,"tag":190,"props":306,"children":307},{},[308,314],{"type":57,"tag":113,"props":309,"children":311},{"className":310},[],[312],{"type":62,"value":313},"approval_status",{"type":62,"value":315}," -- Filter by approval status",{"type":57,"tag":190,"props":317,"children":318},{},[319,325,327,333,335,341],{"type":57,"tag":113,"props":320,"children":322},{"className":321},[],[323],{"type":62,"value":324},"sync_status",{"type":62,"value":326}," -- Filter by ERP sync status (supersedes ",{"type":57,"tag":113,"props":328,"children":330},{"className":329},[],[331],{"type":62,"value":332},"sync_ready",{"type":62,"value":334}," and ",{"type":57,"tag":113,"props":336,"children":338},{"className":337},[],[339],{"type":62,"value":340},"has_no_sync_commits",{"type":62,"value":342},")",{"type":57,"tag":190,"props":344,"children":345},{},[346,351,353,359],{"type":57,"tag":113,"props":347,"children":349},{"className":348},[],[350],{"type":62,"value":340},{"type":62,"value":352}," -- ",{"type":57,"tag":113,"props":354,"children":356},{"className":355},[],[357],{"type":62,"value":358},"true",{"type":62,"value":360}," for unsynced transactions",{"type":57,"tag":190,"props":362,"children":363},{},[364,369,370,375],{"type":57,"tag":113,"props":365,"children":367},{"className":366},[],[368],{"type":62,"value":332},{"type":62,"value":352},{"type":57,"tag":113,"props":371,"children":373},{"className":372},[],[374],{"type":62,"value":358},{"type":62,"value":376}," for transactions ready to sync to ERP",{"type":57,"tag":190,"props":378,"children":379},{},[380,386,387,392],{"type":57,"tag":113,"props":381,"children":383},{"className":382},[],[384],{"type":62,"value":385},"requires_memo",{"type":62,"value":352},{"type":57,"tag":113,"props":388,"children":390},{"className":389},[],[391],{"type":62,"value":358},{"type":62,"value":393}," for transactions missing required memos",{"type":57,"tag":190,"props":395,"children":396},{},[397,403,404,409],{"type":57,"tag":113,"props":398,"children":400},{"className":399},[],[401],{"type":62,"value":402},"include_merchant_data",{"type":62,"value":352},{"type":57,"tag":113,"props":405,"children":407},{"className":406},[],[408],{"type":62,"value":358},{"type":62,"value":410}," to include full purchase data from merchant",{"type":57,"tag":190,"props":412,"children":413},{},[414,420],{"type":57,"tag":113,"props":415,"children":417},{"className":416},[],[418],{"type":62,"value":419},"page_size",{"type":62,"value":421}," -- Results per page (2--100, default: 20)",{"type":57,"tag":190,"props":423,"children":424},{},[425,431],{"type":57,"tag":113,"props":426,"children":428},{"className":427},[],[429],{"type":62,"value":430},"start",{"type":62,"value":432}," -- Pagination cursor: ID of last entity from previous page",{"type":57,"tag":190,"props":434,"children":435},{},[436,442,443,449],{"type":57,"tag":113,"props":437,"children":439},{"className":438},[],[440],{"type":62,"value":441},"order_by_date_desc",{"type":62,"value":277},{"type":57,"tag":113,"props":444,"children":446},{"className":445},[],[447],{"type":62,"value":448},"order_by_date_asc",{"type":62,"value":450}," -- Sort by date",{"type":57,"tag":190,"props":452,"children":453},{},[454,460,461,467],{"type":57,"tag":113,"props":455,"children":457},{"className":456},[],[458],{"type":62,"value":459},"order_by_amount_desc",{"type":62,"value":277},{"type":57,"tag":113,"props":462,"children":464},{"className":463},[],[465],{"type":62,"value":466},"order_by_amount_asc",{"type":62,"value":468}," -- Sort by amount",{"type":57,"tag":64,"props":470,"children":471},{},[472],{"type":57,"tag":73,"props":473,"children":474},{},[475],{"type":62,"value":476},"Example:",{"type":57,"tag":478,"props":479,"children":483},"pre",{"className":480,"code":482,"language":62},[481],"language-text","Tool: RAMP_GET_ALL_TRANSACTIONS\nArguments:\n  from_date: \"2026-02-01T00:00:00Z\"\n  to_date: \"2026-02-11T23:59:59Z\"\n  page_size: 50\n  order_by_date_desc: true\n",[484],{"type":57,"tag":113,"props":485,"children":487},{"__ignoreMap":486},"",[488],{"type":62,"value":482},{"type":57,"tag":90,"props":490,"children":491},{},[],{"type":57,"tag":151,"props":493,"children":495},{"id":494},"_2-search-transactions",[496],{"type":62,"value":497},"2. Search Transactions",{"type":57,"tag":64,"props":499,"children":500},{},[501],{"type":62,"value":502},"Search transactions by merchant name, memo, or other transaction details.",{"type":57,"tag":64,"props":504,"children":505},{},[506,510,511],{"type":57,"tag":73,"props":507,"children":508},{},[509],{"type":62,"value":169},{"type":62,"value":79},{"type":57,"tag":113,"props":512,"children":514},{"className":513},[],[515],{"type":62,"value":516},"RAMP_SEARCH_TRANSACTIONS",{"type":57,"tag":64,"props":518,"children":519},{},[520],{"type":57,"tag":73,"props":521,"children":522},{},[523],{"type":62,"value":184},{"type":57,"tag":186,"props":525,"children":526},{},[527,538],{"type":57,"tag":190,"props":528,"children":529},{},[530,536],{"type":57,"tag":113,"props":531,"children":533},{"className":532},[],[534],{"type":62,"value":535},"query",{"type":62,"value":537}," (required) -- Search text for merchant name, memo, or other details",{"type":57,"tag":190,"props":539,"children":540},{},[541,543,548],{"type":62,"value":542},"All filter parameters from ",{"type":57,"tag":113,"props":544,"children":546},{"className":545},[],[547],{"type":62,"value":176},{"type":62,"value":549}," are also available",{"type":57,"tag":64,"props":551,"children":552},{},[553],{"type":57,"tag":73,"props":554,"children":555},{},[556],{"type":62,"value":476},{"type":57,"tag":478,"props":558,"children":561},{"className":559,"code":560,"language":62},[481],"Tool: RAMP_SEARCH_TRANSACTIONS\nArguments:\n  query: \"AWS\"\n  from_date: \"2026-01-01T00:00:00Z\"\n  page_size: 25\n",[562],{"type":57,"tag":113,"props":563,"children":564},{"__ignoreMap":486},[565],{"type":62,"value":560},{"type":57,"tag":90,"props":567,"children":568},{},[],{"type":57,"tag":151,"props":570,"children":572},{"id":571},"_3-get-transaction-details",[573],{"type":62,"value":574},"3. Get Transaction Details",{"type":57,"tag":64,"props":576,"children":577},{},[578],{"type":62,"value":579},"Retrieve complete details of a specific transaction including merchant details, receipts, accounting codes, and dispute information.",{"type":57,"tag":64,"props":581,"children":582},{},[583,587,588],{"type":57,"tag":73,"props":584,"children":585},{},[586],{"type":62,"value":169},{"type":62,"value":79},{"type":57,"tag":113,"props":589,"children":591},{"className":590},[],[592],{"type":62,"value":593},"RAMP_GET_TRANSACTION",{"type":57,"tag":64,"props":595,"children":596},{},[597],{"type":57,"tag":73,"props":598,"children":599},{},[600],{"type":62,"value":184},{"type":57,"tag":186,"props":602,"children":603},{},[604],{"type":57,"tag":190,"props":605,"children":606},{},[607,613],{"type":57,"tag":113,"props":608,"children":610},{"className":609},[],[611],{"type":62,"value":612},"transaction_id",{"type":62,"value":614}," (required) -- ID of the transaction",{"type":57,"tag":64,"props":616,"children":617},{},[618],{"type":57,"tag":73,"props":619,"children":620},{},[621],{"type":62,"value":476},{"type":57,"tag":478,"props":623,"children":626},{"className":624,"code":625,"language":62},[481],"Tool: RAMP_GET_TRANSACTION\nArguments:\n  transaction_id: \"txn_abc123def456\"\n",[627],{"type":57,"tag":113,"props":628,"children":629},{"__ignoreMap":486},[630],{"type":62,"value":625},{"type":57,"tag":90,"props":632,"children":633},{},[],{"type":57,"tag":151,"props":635,"children":637},{"id":636},"_4-manage-reimbursements",[638],{"type":62,"value":639},"4. Manage Reimbursements",{"type":57,"tag":64,"props":641,"children":642},{},[643],{"type":62,"value":644},"List and retrieve reimbursement records for approval workflows and expense analysis.",{"type":57,"tag":64,"props":646,"children":647},{},[648],{"type":57,"tag":73,"props":649,"children":650},{},[651],{"type":62,"value":652},"Tools:",{"type":57,"tag":186,"props":654,"children":655},{},[656,667],{"type":57,"tag":190,"props":657,"children":658},{},[659,665],{"type":57,"tag":113,"props":660,"children":662},{"className":661},[],[663],{"type":62,"value":664},"RAMP_LIST_REIMBURSEMENTS",{"type":62,"value":666}," -- List reimbursements with filtering",{"type":57,"tag":190,"props":668,"children":669},{},[670,676],{"type":57,"tag":113,"props":671,"children":673},{"className":672},[],[674],{"type":62,"value":675},"RAMP_GET_REIMBURSEMENT",{"type":62,"value":677}," -- Get complete details of a specific reimbursement",{"type":57,"tag":64,"props":679,"children":680},{},[681],{"type":57,"tag":73,"props":682,"children":683},{},[684,686,691],{"type":62,"value":685},"Key Parameters for ",{"type":57,"tag":113,"props":687,"children":689},{"className":688},[],[690],{"type":62,"value":664},{"type":62,"value":692},":",{"type":57,"tag":186,"props":694,"children":695},{},[696,706,715,731,749,767,778,788,804,820,846,855],{"type":57,"tag":190,"props":697,"children":698},{},[699,704],{"type":57,"tag":113,"props":700,"children":702},{"className":701},[],[703],{"type":62,"value":220},{"type":62,"value":705}," -- Filter by employee UUID",{"type":57,"tag":190,"props":707,"children":708},{},[709,714],{"type":57,"tag":113,"props":710,"children":712},{"className":711},[],[713],{"type":62,"value":264},{"type":62,"value":266},{"type":57,"tag":190,"props":716,"children":717},{},[718,723,724,729],{"type":57,"tag":113,"props":719,"children":721},{"className":720},[],[722],{"type":62,"value":198},{"type":62,"value":277},{"type":57,"tag":113,"props":725,"children":727},{"className":726},[],[728],{"type":62,"value":209},{"type":62,"value":730}," -- Date range for creation date",{"type":57,"tag":190,"props":732,"children":733},{},[734,740,741,747],{"type":57,"tag":113,"props":735,"children":737},{"className":736},[],[738],{"type":62,"value":739},"from_submitted_at",{"type":62,"value":277},{"type":57,"tag":113,"props":742,"children":744},{"className":743},[],[745],{"type":62,"value":746},"to_submitted_at",{"type":62,"value":748}," -- Date range for submission date",{"type":57,"tag":190,"props":750,"children":751},{},[752,758,759,765],{"type":57,"tag":113,"props":753,"children":755},{"className":754},[],[756],{"type":62,"value":757},"from_transaction_date",{"type":62,"value":277},{"type":57,"tag":113,"props":760,"children":762},{"className":761},[],[763],{"type":62,"value":764},"to_transaction_date",{"type":62,"value":766}," -- Underlying transaction date range",{"type":57,"tag":190,"props":768,"children":769},{},[770,776],{"type":57,"tag":113,"props":771,"children":773},{"className":772},[],[774],{"type":62,"value":775},"awaiting_approval_by_user_id",{"type":62,"value":777}," -- Filter for reimbursements pending a specific approver",{"type":57,"tag":190,"props":779,"children":780},{},[781,786],{"type":57,"tag":113,"props":782,"children":784},{"className":783},[],[785],{"type":62,"value":324},{"type":62,"value":787}," -- Filter by ERP sync status",{"type":57,"tag":190,"props":789,"children":790},{},[791,796,797,802],{"type":57,"tag":113,"props":792,"children":794},{"className":793},[],[795],{"type":62,"value":340},{"type":62,"value":352},{"type":57,"tag":113,"props":798,"children":800},{"className":799},[],[801],{"type":62,"value":358},{"type":62,"value":803}," for unsynced reimbursements",{"type":57,"tag":190,"props":805,"children":806},{},[807,812,813,818],{"type":57,"tag":113,"props":808,"children":810},{"className":809},[],[811],{"type":62,"value":332},{"type":62,"value":352},{"type":57,"tag":113,"props":814,"children":816},{"className":815},[],[817],{"type":62,"value":358},{"type":62,"value":819}," for reimbursements ready to sync",{"type":57,"tag":190,"props":821,"children":822},{},[823,829,830,836,838,844],{"type":57,"tag":113,"props":824,"children":826},{"className":825},[],[827],{"type":62,"value":828},"direction",{"type":62,"value":352},{"type":57,"tag":113,"props":831,"children":833},{"className":832},[],[834],{"type":62,"value":835},"\"BUSINESS_TO_USER\"",{"type":62,"value":837}," (default) or ",{"type":57,"tag":113,"props":839,"children":841},{"className":840},[],[842],{"type":62,"value":843},"\"USER_TO_BUSINESS\"",{"type":62,"value":845}," (repayments)",{"type":57,"tag":190,"props":847,"children":848},{},[849,854],{"type":57,"tag":113,"props":850,"children":852},{"className":851},[],[853],{"type":62,"value":419},{"type":62,"value":421},{"type":57,"tag":190,"props":856,"children":857},{},[858,863],{"type":57,"tag":113,"props":859,"children":861},{"className":860},[],[862],{"type":62,"value":430},{"type":62,"value":864}," -- Pagination cursor",{"type":57,"tag":64,"props":866,"children":867},{},[868],{"type":57,"tag":73,"props":869,"children":870},{},[871],{"type":62,"value":476},{"type":57,"tag":478,"props":873,"children":876},{"className":874,"code":875,"language":62},[481],"Tool: RAMP_LIST_REIMBURSEMENTS\nArguments:\n  from_date: \"2026-02-01T00:00:00Z\"\n  sync_ready: true\n  page_size: 50\n",[877],{"type":57,"tag":113,"props":878,"children":879},{"__ignoreMap":486},[880],{"type":62,"value":875},{"type":57,"tag":90,"props":882,"children":883},{},[],{"type":57,"tag":151,"props":885,"children":887},{"id":886},"_5-list-users-and-get-my-transactions",[888],{"type":62,"value":889},"5. List Users and Get My Transactions",{"type":57,"tag":64,"props":891,"children":892},{},[893],{"type":62,"value":894},"View organization users and personal transaction history.",{"type":57,"tag":64,"props":896,"children":897},{},[898],{"type":57,"tag":73,"props":899,"children":900},{},[901],{"type":62,"value":652},{"type":57,"tag":186,"props":903,"children":904},{},[905,916],{"type":57,"tag":190,"props":906,"children":907},{},[908,914],{"type":57,"tag":113,"props":909,"children":911},{"className":910},[],[912],{"type":62,"value":913},"RAMP_LIST_USERS",{"type":62,"value":915}," -- List users with filtering by department, role, location, entity",{"type":57,"tag":190,"props":917,"children":918},{},[919,925],{"type":57,"tag":113,"props":920,"children":922},{"className":921},[],[923],{"type":62,"value":924},"RAMP_GET_MY_TRANSACTIONS",{"type":62,"value":926}," -- Get transactions for the authenticated user",{"type":57,"tag":64,"props":928,"children":929},{},[930],{"type":57,"tag":73,"props":931,"children":932},{},[933,934,939],{"type":62,"value":685},{"type":57,"tag":113,"props":935,"children":937},{"className":936},[],[938],{"type":62,"value":913},{"type":62,"value":692},{"type":57,"tag":186,"props":941,"children":942},{},[943,952,963,974,985,994,1005],{"type":57,"tag":190,"props":944,"children":945},{},[946,951],{"type":57,"tag":113,"props":947,"children":949},{"className":948},[],[950],{"type":62,"value":242},{"type":62,"value":244},{"type":57,"tag":190,"props":953,"children":954},{},[955,961],{"type":57,"tag":113,"props":956,"children":958},{"className":957},[],[959],{"type":62,"value":960},"role",{"type":62,"value":962}," -- Filter by user role",{"type":57,"tag":190,"props":964,"children":965},{},[966,972],{"type":57,"tag":113,"props":967,"children":969},{"className":968},[],[970],{"type":62,"value":971},"email",{"type":62,"value":973}," -- Filter by email address",{"type":57,"tag":190,"props":975,"children":976},{},[977,983],{"type":57,"tag":113,"props":978,"children":980},{"className":979},[],[981],{"type":62,"value":982},"employee_id",{"type":62,"value":984}," -- Filter by employee ID",{"type":57,"tag":190,"props":986,"children":987},{},[988,993],{"type":57,"tag":113,"props":989,"children":991},{"className":990},[],[992],{"type":62,"value":264},{"type":62,"value":266},{"type":57,"tag":190,"props":995,"children":996},{},[997,1003],{"type":57,"tag":113,"props":998,"children":1000},{"className":999},[],[1001],{"type":62,"value":1002},"location_id",{"type":62,"value":1004}," -- Filter by location UUID",{"type":57,"tag":190,"props":1006,"children":1007},{},[1008,1013],{"type":57,"tag":113,"props":1009,"children":1011},{"className":1010},[],[1012],{"type":62,"value":419},{"type":62,"value":421},{"type":57,"tag":64,"props":1015,"children":1016},{},[1017],{"type":57,"tag":73,"props":1018,"children":1019},{},[1020],{"type":62,"value":476},{"type":57,"tag":478,"props":1022,"children":1025},{"className":1023,"code":1024,"language":62},[481],"Tool: RAMP_LIST_USERS\nArguments:\n  role: \"ADMIN\"\n  page_size: 50\n",[1026],{"type":57,"tag":113,"props":1027,"children":1028},{"__ignoreMap":486},[1029],{"type":62,"value":1024},{"type":57,"tag":90,"props":1031,"children":1032},{},[],{"type":57,"tag":151,"props":1034,"children":1036},{"id":1035},"_6-view-card-details-and-accounting-fields",[1037],{"type":62,"value":1038},"6. View Card Details and Accounting Fields",{"type":57,"tag":64,"props":1040,"children":1041},{},[1042],{"type":62,"value":1043},"Retrieve card information and custom accounting field configurations.",{"type":57,"tag":64,"props":1045,"children":1046},{},[1047],{"type":57,"tag":73,"props":1048,"children":1049},{},[1050],{"type":62,"value":652},{"type":57,"tag":186,"props":1052,"children":1053},{},[1054,1065],{"type":57,"tag":190,"props":1055,"children":1056},{},[1057,1063],{"type":57,"tag":113,"props":1058,"children":1060},{"className":1059},[],[1061],{"type":62,"value":1062},"RAMP_GET_CARD",{"type":62,"value":1064}," -- Get detailed card information (spending limits, cardholder, fulfillment status)",{"type":57,"tag":190,"props":1066,"children":1067},{},[1068,1074],{"type":57,"tag":113,"props":1069,"children":1071},{"className":1070},[],[1072],{"type":62,"value":1073},"RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD",{"type":62,"value":1075}," -- Fetch custom accounting field definitions",{"type":57,"tag":90,"props":1077,"children":1078},{},[],{"type":57,"tag":94,"props":1080,"children":1082},{"id":1081},"known-pitfalls",[1083],{"type":62,"value":1084},"Known Pitfalls",{"type":57,"tag":1086,"props":1087,"children":1088},"table",{},[1089,1108],{"type":57,"tag":1090,"props":1091,"children":1092},"thead",{},[1093],{"type":57,"tag":1094,"props":1095,"children":1096},"tr",{},[1097,1103],{"type":57,"tag":1098,"props":1099,"children":1100},"th",{},[1101],{"type":62,"value":1102},"Pitfall",{"type":57,"tag":1098,"props":1104,"children":1105},{},[1106],{"type":62,"value":1107},"Detail",{"type":57,"tag":1109,"props":1110,"children":1111},"tbody",{},[1112,1136,1160,1196,1223,1247],{"type":57,"tag":1094,"props":1113,"children":1114},{},[1115,1124],{"type":57,"tag":1116,"props":1117,"children":1118},"td",{},[1119],{"type":57,"tag":73,"props":1120,"children":1121},{},[1122],{"type":62,"value":1123},"Pagination required",{"type":57,"tag":1116,"props":1125,"children":1126},{},[1127,1129,1134],{"type":62,"value":1128},"All list endpoints return paginated results. Use the ",{"type":57,"tag":113,"props":1130,"children":1132},{"className":1131},[],[1133],{"type":62,"value":430},{"type":62,"value":1135}," parameter with the ID of the last entity from the previous page to iterate.",{"type":57,"tag":1094,"props":1137,"children":1138},{},[1139,1147],{"type":57,"tag":1116,"props":1140,"children":1141},{},[1142],{"type":57,"tag":73,"props":1143,"children":1144},{},[1145],{"type":62,"value":1146},"Date format",{"type":57,"tag":1116,"props":1148,"children":1149},{},[1150,1152,1158],{"type":62,"value":1151},"All date parameters must be ISO 8601 datetime format (e.g., ",{"type":57,"tag":113,"props":1153,"children":1155},{"className":1154},[],[1156],{"type":62,"value":1157},"\"2026-02-11T00:00:00Z\"",{"type":62,"value":1159},"). Plain date strings will fail.",{"type":57,"tag":1094,"props":1161,"children":1162},{},[1163,1171],{"type":57,"tag":1116,"props":1164,"children":1165},{},[1166],{"type":57,"tag":73,"props":1167,"children":1168},{},[1169],{"type":62,"value":1170},"sync_status priority",{"type":57,"tag":1116,"props":1172,"children":1173},{},[1174,1176,1181,1183,1188,1189,1194],{"type":62,"value":1175},"When ",{"type":57,"tag":113,"props":1177,"children":1179},{"className":1178},[],[1180],{"type":62,"value":324},{"type":62,"value":1182}," is set, it supersedes both ",{"type":57,"tag":113,"props":1184,"children":1186},{"className":1185},[],[1187],{"type":62,"value":340},{"type":62,"value":334},{"type":57,"tag":113,"props":1190,"children":1192},{"className":1191},[],[1193],{"type":62,"value":332},{"type":62,"value":1195}," parameters.",{"type":57,"tag":1094,"props":1197,"children":1198},{},[1199,1207],{"type":57,"tag":1116,"props":1200,"children":1201},{},[1202],{"type":57,"tag":73,"props":1203,"children":1204},{},[1205],{"type":62,"value":1206},"Amount filters in USD",{"type":57,"tag":1116,"props":1208,"children":1209},{},[1210,1215,1216,1221],{"type":57,"tag":113,"props":1211,"children":1213},{"className":1212},[],[1214],{"type":62,"value":275},{"type":62,"value":334},{"type":57,"tag":113,"props":1217,"children":1219},{"className":1218},[],[1220],{"type":62,"value":283},{"type":62,"value":1222}," are in USD. Ensure correct currency context when filtering.",{"type":57,"tag":1094,"props":1224,"children":1225},{},[1226,1234],{"type":57,"tag":1116,"props":1227,"children":1228},{},[1229],{"type":57,"tag":73,"props":1230,"children":1231},{},[1232],{"type":62,"value":1233},"state=ALL for declined",{"type":57,"tag":1116,"props":1235,"children":1236},{},[1237,1239,1245],{"type":62,"value":1238},"By default, declined transactions are excluded. Set ",{"type":57,"tag":113,"props":1240,"children":1242},{"className":1241},[],[1243],{"type":62,"value":1244},"state: \"ALL\"",{"type":62,"value":1246}," to include them in results.",{"type":57,"tag":1094,"props":1248,"children":1249},{},[1250,1258],{"type":57,"tag":1116,"props":1251,"children":1252},{},[1253],{"type":57,"tag":73,"props":1254,"children":1255},{},[1256],{"type":62,"value":1257},"page_size bounds",{"type":57,"tag":1116,"props":1259,"children":1260},{},[1261],{"type":62,"value":1262},"Must be between 2 and 100. Default is 20. Values outside this range cause errors.",{"type":57,"tag":90,"props":1264,"children":1265},{},[],{"type":57,"tag":94,"props":1267,"children":1269},{"id":1268},"quick-reference",[1270],{"type":62,"value":1271},"Quick Reference",{"type":57,"tag":1086,"props":1273,"children":1274},{},[1275,1291],{"type":57,"tag":1090,"props":1276,"children":1277},{},[1278],{"type":57,"tag":1094,"props":1279,"children":1280},{},[1281,1286],{"type":57,"tag":1098,"props":1282,"children":1283},{},[1284],{"type":62,"value":1285},"Tool Slug",{"type":57,"tag":1098,"props":1287,"children":1288},{},[1289],{"type":62,"value":1290},"Description",{"type":57,"tag":1109,"props":1292,"children":1293},{},[1294,1310,1326,1342,1358,1374,1390,1406,1422],{"type":57,"tag":1094,"props":1295,"children":1296},{},[1297,1305],{"type":57,"tag":1116,"props":1298,"children":1299},{},[1300],{"type":57,"tag":113,"props":1301,"children":1303},{"className":1302},[],[1304],{"type":62,"value":176},{"type":57,"tag":1116,"props":1306,"children":1307},{},[1308],{"type":62,"value":1309},"List all transactions with filtering",{"type":57,"tag":1094,"props":1311,"children":1312},{},[1313,1321],{"type":57,"tag":1116,"props":1314,"children":1315},{},[1316],{"type":57,"tag":113,"props":1317,"children":1319},{"className":1318},[],[1320],{"type":62,"value":516},{"type":57,"tag":1116,"props":1322,"children":1323},{},[1324],{"type":62,"value":1325},"Search transactions by text query",{"type":57,"tag":1094,"props":1327,"children":1328},{},[1329,1337],{"type":57,"tag":1116,"props":1330,"children":1331},{},[1332],{"type":57,"tag":113,"props":1333,"children":1335},{"className":1334},[],[1336],{"type":62,"value":593},{"type":57,"tag":1116,"props":1338,"children":1339},{},[1340],{"type":62,"value":1341},"Get details of a specific transaction",{"type":57,"tag":1094,"props":1343,"children":1344},{},[1345,1353],{"type":57,"tag":1116,"props":1346,"children":1347},{},[1348],{"type":57,"tag":113,"props":1349,"children":1351},{"className":1350},[],[1352],{"type":62,"value":924},{"type":57,"tag":1116,"props":1354,"children":1355},{},[1356],{"type":62,"value":1357},"Get authenticated user's transactions",{"type":57,"tag":1094,"props":1359,"children":1360},{},[1361,1369],{"type":57,"tag":1116,"props":1362,"children":1363},{},[1364],{"type":57,"tag":113,"props":1365,"children":1367},{"className":1366},[],[1368],{"type":62,"value":664},{"type":57,"tag":1116,"props":1370,"children":1371},{},[1372],{"type":62,"value":1373},"List reimbursements with filtering",{"type":57,"tag":1094,"props":1375,"children":1376},{},[1377,1385],{"type":57,"tag":1116,"props":1378,"children":1379},{},[1380],{"type":57,"tag":113,"props":1381,"children":1383},{"className":1382},[],[1384],{"type":62,"value":675},{"type":57,"tag":1116,"props":1386,"children":1387},{},[1388],{"type":62,"value":1389},"Get details of a specific reimbursement",{"type":57,"tag":1094,"props":1391,"children":1392},{},[1393,1401],{"type":57,"tag":1116,"props":1394,"children":1395},{},[1396],{"type":57,"tag":113,"props":1397,"children":1399},{"className":1398},[],[1400],{"type":62,"value":913},{"type":57,"tag":1116,"props":1402,"children":1403},{},[1404],{"type":62,"value":1405},"List organization users",{"type":57,"tag":1094,"props":1407,"children":1408},{},[1409,1417],{"type":57,"tag":1116,"props":1410,"children":1411},{},[1412],{"type":57,"tag":113,"props":1413,"children":1415},{"className":1414},[],[1416],{"type":62,"value":1062},{"type":57,"tag":1116,"props":1418,"children":1419},{},[1420],{"type":62,"value":1421},"Get card details",{"type":57,"tag":1094,"props":1423,"children":1424},{},[1425,1433],{"type":57,"tag":1116,"props":1426,"children":1427},{},[1428],{"type":57,"tag":113,"props":1429,"children":1431},{"className":1430},[],[1432],{"type":62,"value":1073},{"type":57,"tag":1116,"props":1434,"children":1435},{},[1436],{"type":62,"value":1437},"Fetch custom accounting field config",{"type":57,"tag":90,"props":1439,"children":1440},{},[],{"type":57,"tag":64,"props":1442,"children":1443},{},[1444],{"type":57,"tag":1445,"props":1446,"children":1447},"em",{},[1448,1450],{"type":62,"value":1449},"Powered by ",{"type":57,"tag":81,"props":1451,"children":1454},{"href":1452,"rel":1453},"https:\u002F\u002Fcomposio.dev",[85],[1455],{"type":62,"value":10},{"items":1457,"total":1601},[1458,1472,1488,1497,1507,1519,1528,1541,1555,1568,1581,1591],{"slug":1459,"name":1460,"fn":1461,"description":1462,"org":1463,"tags":1464,"stars":24,"repoUrl":25,"updatedAt":1471},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1465,1466,1467,1468],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":22,"slug":23,"type":17},{"name":1469,"slug":1470,"type":17},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1473,"name":1474,"fn":1475,"description":1476,"org":1477,"tags":1478,"stars":24,"repoUrl":25,"updatedAt":1487},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1479,1480,1483,1484],{"name":15,"slug":16,"type":17},{"name":1481,"slug":1482,"type":17},"Communications","communications",{"name":22,"slug":23,"type":17},{"name":1485,"slug":1486,"type":17},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1489,"name":1489,"fn":1490,"description":1491,"org":1492,"tags":1493,"stars":24,"repoUrl":25,"updatedAt":1496},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1494,1495],{"name":15,"slug":16,"type":17},{"name":22,"slug":23,"type":17},"2026-07-12T08:09:55.453088",{"slug":1498,"name":1498,"fn":1499,"description":1500,"org":1501,"tags":1502,"stars":24,"repoUrl":25,"updatedAt":1506},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1503,1504,1505],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":22,"slug":23,"type":17},"2026-07-15T05:45:16.470309",{"slug":1508,"name":1508,"fn":1509,"description":1510,"org":1511,"tags":1512,"stars":24,"repoUrl":25,"updatedAt":1518},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1513,1514,1515],{"name":15,"slug":16,"type":17},{"name":22,"slug":23,"type":17},{"name":1516,"slug":1517,"type":17},"Security","security","2026-07-15T05:56:20.013366",{"slug":1520,"name":1520,"fn":1521,"description":1522,"org":1523,"tags":1524,"stars":24,"repoUrl":25,"updatedAt":1527},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1525,1526],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},"2026-07-15T05:54:50.762889",{"slug":1529,"name":1529,"fn":1530,"description":1531,"org":1532,"tags":1533,"stars":24,"repoUrl":25,"updatedAt":1540},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1534,1535,1536,1539],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":1537,"slug":1538,"type":17},"CRM","crm",{"name":22,"slug":23,"type":17},"2026-07-15T05:48:43.429136",{"slug":1542,"name":1542,"fn":1543,"description":1544,"org":1545,"tags":1546,"stars":24,"repoUrl":25,"updatedAt":1554},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1547,1548,1551],{"name":15,"slug":16,"type":17},{"name":1549,"slug":1550,"type":17},"Documents","documents",{"name":1552,"slug":1553,"type":17},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1556,"name":1556,"fn":1557,"description":1558,"org":1559,"tags":1560,"stars":24,"repoUrl":25,"updatedAt":1567},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1561,1562,1563,1564],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":22,"slug":23,"type":17},{"name":1565,"slug":1566,"type":17},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1569,"name":1569,"fn":1570,"description":1571,"org":1572,"tags":1573,"stars":24,"repoUrl":25,"updatedAt":1580},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1574,1575,1576,1577],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":1537,"slug":1538,"type":17},{"name":1578,"slug":1579,"type":17},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1582,"name":1582,"fn":1583,"description":1584,"org":1585,"tags":1586,"stars":24,"repoUrl":25,"updatedAt":1590},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1587,1588,1589],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":22,"slug":23,"type":17},"2026-07-15T05:47:51.742515",{"slug":1592,"name":1592,"fn":1593,"description":1594,"org":1595,"tags":1596,"stars":24,"repoUrl":25,"updatedAt":1600},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1597,1598,1599],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":22,"slug":23,"type":17},"2026-07-15T05:45:05.303254",863,{"items":1603,"total":1647},[1604,1611,1618,1623,1629,1635,1640],{"slug":1459,"name":1460,"fn":1461,"description":1462,"org":1605,"tags":1606,"stars":24,"repoUrl":25,"updatedAt":1471},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1607,1608,1609,1610],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":22,"slug":23,"type":17},{"name":1469,"slug":1470,"type":17},{"slug":1473,"name":1474,"fn":1475,"description":1476,"org":1612,"tags":1613,"stars":24,"repoUrl":25,"updatedAt":1487},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1614,1615,1616,1617],{"name":15,"slug":16,"type":17},{"name":1481,"slug":1482,"type":17},{"name":22,"slug":23,"type":17},{"name":1485,"slug":1486,"type":17},{"slug":1489,"name":1489,"fn":1490,"description":1491,"org":1619,"tags":1620,"stars":24,"repoUrl":25,"updatedAt":1496},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1621,1622],{"name":15,"slug":16,"type":17},{"name":22,"slug":23,"type":17},{"slug":1498,"name":1498,"fn":1499,"description":1500,"org":1624,"tags":1625,"stars":24,"repoUrl":25,"updatedAt":1506},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1626,1627,1628],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":22,"slug":23,"type":17},{"slug":1508,"name":1508,"fn":1509,"description":1510,"org":1630,"tags":1631,"stars":24,"repoUrl":25,"updatedAt":1518},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1632,1633,1634],{"name":15,"slug":16,"type":17},{"name":22,"slug":23,"type":17},{"name":1516,"slug":1517,"type":17},{"slug":1520,"name":1520,"fn":1521,"description":1522,"org":1636,"tags":1637,"stars":24,"repoUrl":25,"updatedAt":1527},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1638,1639],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"slug":1529,"name":1529,"fn":1530,"description":1531,"org":1641,"tags":1642,"stars":24,"repoUrl":25,"updatedAt":1540},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1643,1644,1645,1646],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":1537,"slug":1538,"type":17},{"name":22,"slug":23,"type":17},860]