[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-productboard-automation":3,"mdc--hl47d5-key":50,"related-repo-composio-productboard-automation":1360,"related-org-composio-productboard-automation":1446},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":45,"sourceUrl":48,"mdContent":49},"productboard-automation","Productboard Automation","automate product management workflows in Productboard","Automate product management workflows in Productboard -- manage features, notes, objectives, components, and releases through natural language commands.",{"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,16,19,22],{"name":10,"slug":9,"type":15},"tag",{"name":17,"slug":18,"type":15},"Automation","automation",{"name":20,"slug":21,"type":15},"Product Management","product-management",{"name":23,"slug":24,"type":15},"MCP","mcp",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:46:29.401602",null,7603,[31,32,33,18,34,35,36,9,37,38,39,24,40,41,42,43,44],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":26,"stars":25,"forks":29,"topics":46,"description":47},[31,32,33,18,34,35,36,9,37,38,39,24,40,41,42,43,44],"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\u002Fproductboard-automation","---\nname: Productboard Automation\ndescription: \"Automate product management workflows in Productboard -- manage features, notes, objectives, components, and releases through natural language commands.\"\nrequires:\n  mcp:\n    - rube\n---\n\n# Productboard Automation\n\nAutomate your Productboard product management operations directly from Claude Code. Create notes from customer feedback, browse features and objectives, link entities, and track releases -- all without leaving your terminal.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fproductboard](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fproductboard)\n\n---\n\n## Setup\n\n1. Add the Rube MCP server to your Claude Code config with URL: `https:\u002F\u002Frube.app\u002Fmcp`\n2. When prompted, authenticate your Productboard account through the connection link provided\n3. Start automating your product management workflows with natural language\n\n---\n\n## Core Workflows\n\n### 1. Manage Customer Notes\n\nCreate notes from customer feedback and organize them with tags, links, and followers.\n\n**Tools:** `PRODUCTBOARD_CREATE_NOTE`, `PRODUCTBOARD_LIST_NOTES`, `PRODUCTBOARD_ADD_NOTE_TAG`, `PRODUCTBOARD_ADD_NOTE_FOLLOWERS`, `PRODUCTBOARD_CREATE_NOTE_LINK`\n\n```\nCreate a note titled \"Mobile app crash report\" with content from customer feedback, tagged \"bug\" and linked to feature abc-123\n```\n\nKey parameters for `PRODUCTBOARD_CREATE_NOTE`:\n- `title` (required) and `content` (required) -- note title and body\n- `customer_email` or `user.email` -- attribute to a customer\u002Fuser\n- `tags` -- array of tag strings for categorization\n- `display_url` -- URL linked from the note title\n- `source` -- origin system with `origin` and `record_id`\n- `company` -- associate with a company\n\nKey parameters for `PRODUCTBOARD_LIST_NOTES`:\n- `createdFrom` \u002F `createdTo` -- ISO 8601 date range\n- `last` -- relative time window (e.g., `\"6m\"`, `\"10d\"`, `\"24h\"`)\n- `term` -- full-text search by title or content\n- `allTags` \u002F `anyTag` -- filter by tags (cannot combine both)\n- `featureId`, `companyId`, `ownerEmail`, `source` -- entity filters\n- `pageLimit` (max 100) \u002F `pageCursor` -- pagination\n\n### 2. Browse and Retrieve Features\n\nList all features\u002Fsubfeatures and retrieve detailed information.\n\n**Tools:** `PRODUCTBOARD_LIST_FEATURES`, `PRODUCTBOARD_RETRIEVE_FEATURE`\n\n```\nList the first 50 features in Productboard, then get details on feature abc-def-123\n```\n\n- `PRODUCTBOARD_LIST_FEATURES` supports `pageLimit` (default 100) and `pageOffset` for pagination\n- `PRODUCTBOARD_RETRIEVE_FEATURE` requires feature `id` (UUID) to get complete details\n\n### 3. Objectives and Key Results (OKRs)\n\nList objectives, view feature-objective links, and browse key results.\n\n**Tools:** `PRODUCTBOARD_LIST_OBJECTIVES`, `PRODUCTBOARD_LIST_FEATURE_OBJECTIVES`, `PRODUCTBOARD_LIST_KEY_RESULTS`\n\n```\nShow me all in-progress objectives owned by alice@example.com\n```\n\nKey parameters for `PRODUCTBOARD_LIST_OBJECTIVES`:\n- `status.name` -- filter by status (e.g., `\"In Progress\"`)\n- `owner.email` -- filter by owner email\n- `parent.id` -- filter by parent objective\n- `archived` -- filter by archived state\n\n`PRODUCTBOARD_LIST_FEATURE_OBJECTIVES`:\n- Requires `id` (UUID) of a **top-level feature** (not subfeatures)\n- Supports `pageCursor` for pagination\n\n### 4. Component Management\n\nList product components for organizing features and the product hierarchy.\n\n**Tool:** `PRODUCTBOARD_LIST_COMPONENTS`\n\n```\nList all components in our Productboard workspace\n```\n\n- Supports `page_limit` and `page_offset` for pagination\n- Follow `links.next` for additional pages\n\n### 5. Release Tracking\n\nView feature-release assignments with state and date filters.\n\n**Tool:** `PRODUCTBOARD_LIST_FEATURE_RELEASE_ASSIGNMENTS`\n\n```\nShow all active release assignments for feature abc-123\n```\n\n- Filter by `feature.id`, `release.id`, `release.state` (planned, active, closed)\n- Date range filters: `release.timeframe.endDate.from` and `release.timeframe.endDate.to` (YYYY-MM-DD)\n\n### 6. Link Notes to Features\n\nConnect customer feedback notes to product features for insight aggregation.\n\n**Tool:** `PRODUCTBOARD_CREATE_NOTE_LINK`\n\n```\nLink note 3fa85f64-5717 to feature 1b6c8c76-8f5d for tracking\n```\n\n- Requires `noteId` (UUID) and `entityId` (UUID of feature, component, or product)\n- Use after creating notes to ensure feedback is connected to the right product areas\n\n---\n\n## Known Pitfalls\n\n- **Top-level features only for objectives:** `PRODUCTBOARD_LIST_FEATURE_OBJECTIVES` only works with top-level feature IDs, not subfeature IDs. Use `PRODUCTBOARD_LIST_FEATURES` to identify which features are top-level.\n- **Tag filter exclusivity:** `allTags` and `anyTag` cannot be combined in `PRODUCTBOARD_LIST_NOTES`. Choose one filter strategy per query.\n- **Relative vs. absolute dates:** The `last` parameter (e.g., `\"24h\"`) cannot be combined with `createdFrom`\u002F`createdTo` in `PRODUCTBOARD_LIST_NOTES`. Use one approach, not both.\n- **Cursor-based pagination:** Follow `links.next` or use `pageCursor` from responses for multi-page results. Offset-based and cursor-based pagination are used on different endpoints -- check each tool.\n- **Note attribution:** Either `user.email` or `customer_email` must be provided in `PRODUCTBOARD_CREATE_NOTE` to attribute feedback. Without it, the note will have no customer association.\n- **UUID formats required:** All entity IDs (features, notes, components) must be valid UUIDs. Passing malformed IDs causes 400 errors.\n\n---\n\n## Quick Reference\n\n| Tool Slug | Description |\n|---|---|\n| `PRODUCTBOARD_CREATE_NOTE` | Create a customer feedback note (requires `title`, `content`) |\n| `PRODUCTBOARD_LIST_NOTES` | List notes with search, date, and tag filters |\n| `PRODUCTBOARD_ADD_NOTE_TAG` | Add a tag to a note |\n| `PRODUCTBOARD_ADD_NOTE_FOLLOWERS` | Add followers to a note by email |\n| `PRODUCTBOARD_CREATE_NOTE_LINK` | Link a note to a feature\u002Fcomponent (requires `noteId`, `entityId`) |\n| `PRODUCTBOARD_LIST_FEATURES` | List all features with pagination |\n| `PRODUCTBOARD_RETRIEVE_FEATURE` | Get detailed feature info by UUID |\n| `PRODUCTBOARD_LIST_OBJECTIVES` | List objectives with status\u002Fowner filters |\n| `PRODUCTBOARD_LIST_FEATURE_OBJECTIVES` | List objectives linked to a top-level feature |\n| `PRODUCTBOARD_LIST_KEY_RESULTS` | List key results for objectives |\n| `PRODUCTBOARD_LIST_COMPONENTS` | List product components with pagination |\n| `PRODUCTBOARD_LIST_FEATURE_RELEASE_ASSIGNMENTS` | List feature-release assignments with filters |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":51,"body":54},{"name":5,"description":7,"requires":52},{"mcp":53},[41],{"type":55,"children":56},"root",[57,64,70,90,94,101,128,131,137,144,149,193,205,217,317,327,461,467,472,493,502,548,554,559,587,596,606,660,669,702,708,713,728,737,771,777,782,796,805,855,861,866,879,888,916,919,925,1089,1092,1098,1342,1345],{"type":58,"tag":59,"props":60,"children":61},"element","h1",{"id":4},[62],{"type":63,"value":5},"text",{"type":58,"tag":65,"props":66,"children":67},"p",{},[68],{"type":63,"value":69},"Automate your Productboard product management operations directly from Claude Code. Create notes from customer feedback, browse features and objectives, link entities, and track releases -- all without leaving your terminal.",{"type":58,"tag":65,"props":71,"children":72},{},[73,79,81],{"type":58,"tag":74,"props":75,"children":76},"strong",{},[77],{"type":63,"value":78},"Toolkit docs:",{"type":63,"value":80}," ",{"type":58,"tag":82,"props":83,"children":87},"a",{"href":84,"rel":85},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fproductboard",[86],"nofollow",[88],{"type":63,"value":89},"composio.dev\u002Ftoolkits\u002Fproductboard",{"type":58,"tag":91,"props":92,"children":93},"hr",{},[],{"type":58,"tag":95,"props":96,"children":98},"h2",{"id":97},"setup",[99],{"type":63,"value":100},"Setup",{"type":58,"tag":102,"props":103,"children":104},"ol",{},[105,118,123],{"type":58,"tag":106,"props":107,"children":108},"li",{},[109,111],{"type":63,"value":110},"Add the Rube MCP server to your Claude Code config with URL: ",{"type":58,"tag":112,"props":113,"children":115},"code",{"className":114},[],[116],{"type":63,"value":117},"https:\u002F\u002Frube.app\u002Fmcp",{"type":58,"tag":106,"props":119,"children":120},{},[121],{"type":63,"value":122},"When prompted, authenticate your Productboard account through the connection link provided",{"type":58,"tag":106,"props":124,"children":125},{},[126],{"type":63,"value":127},"Start automating your product management workflows with natural language",{"type":58,"tag":91,"props":129,"children":130},{},[],{"type":58,"tag":95,"props":132,"children":134},{"id":133},"core-workflows",[135],{"type":63,"value":136},"Core Workflows",{"type":58,"tag":138,"props":139,"children":141},"h3",{"id":140},"_1-manage-customer-notes",[142],{"type":63,"value":143},"1. Manage Customer Notes",{"type":58,"tag":65,"props":145,"children":146},{},[147],{"type":63,"value":148},"Create notes from customer feedback and organize them with tags, links, and followers.",{"type":58,"tag":65,"props":150,"children":151},{},[152,157,158,164,166,172,173,179,180,186,187],{"type":58,"tag":74,"props":153,"children":154},{},[155],{"type":63,"value":156},"Tools:",{"type":63,"value":80},{"type":58,"tag":112,"props":159,"children":161},{"className":160},[],[162],{"type":63,"value":163},"PRODUCTBOARD_CREATE_NOTE",{"type":63,"value":165},", ",{"type":58,"tag":112,"props":167,"children":169},{"className":168},[],[170],{"type":63,"value":171},"PRODUCTBOARD_LIST_NOTES",{"type":63,"value":165},{"type":58,"tag":112,"props":174,"children":176},{"className":175},[],[177],{"type":63,"value":178},"PRODUCTBOARD_ADD_NOTE_TAG",{"type":63,"value":165},{"type":58,"tag":112,"props":181,"children":183},{"className":182},[],[184],{"type":63,"value":185},"PRODUCTBOARD_ADD_NOTE_FOLLOWERS",{"type":63,"value":165},{"type":58,"tag":112,"props":188,"children":190},{"className":189},[],[191],{"type":63,"value":192},"PRODUCTBOARD_CREATE_NOTE_LINK",{"type":58,"tag":194,"props":195,"children":199},"pre",{"className":196,"code":198,"language":63},[197],"language-text","Create a note titled \"Mobile app crash report\" with content from customer feedback, tagged \"bug\" and linked to feature abc-123\n",[200],{"type":58,"tag":112,"props":201,"children":203},{"__ignoreMap":202},"",[204],{"type":63,"value":198},{"type":58,"tag":65,"props":206,"children":207},{},[208,210,215],{"type":63,"value":209},"Key parameters for ",{"type":58,"tag":112,"props":211,"children":213},{"className":212},[],[214],{"type":63,"value":163},{"type":63,"value":216},":",{"type":58,"tag":218,"props":219,"children":220},"ul",{},[221,240,259,270,281,306],{"type":58,"tag":106,"props":222,"children":223},{},[224,230,232,238],{"type":58,"tag":112,"props":225,"children":227},{"className":226},[],[228],{"type":63,"value":229},"title",{"type":63,"value":231}," (required) and ",{"type":58,"tag":112,"props":233,"children":235},{"className":234},[],[236],{"type":63,"value":237},"content",{"type":63,"value":239}," (required) -- note title and body",{"type":58,"tag":106,"props":241,"children":242},{},[243,249,251,257],{"type":58,"tag":112,"props":244,"children":246},{"className":245},[],[247],{"type":63,"value":248},"customer_email",{"type":63,"value":250}," or ",{"type":58,"tag":112,"props":252,"children":254},{"className":253},[],[255],{"type":63,"value":256},"user.email",{"type":63,"value":258}," -- attribute to a customer\u002Fuser",{"type":58,"tag":106,"props":260,"children":261},{},[262,268],{"type":58,"tag":112,"props":263,"children":265},{"className":264},[],[266],{"type":63,"value":267},"tags",{"type":63,"value":269}," -- array of tag strings for categorization",{"type":58,"tag":106,"props":271,"children":272},{},[273,279],{"type":58,"tag":112,"props":274,"children":276},{"className":275},[],[277],{"type":63,"value":278},"display_url",{"type":63,"value":280}," -- URL linked from the note title",{"type":58,"tag":106,"props":282,"children":283},{},[284,290,292,298,300],{"type":58,"tag":112,"props":285,"children":287},{"className":286},[],[288],{"type":63,"value":289},"source",{"type":63,"value":291}," -- origin system with ",{"type":58,"tag":112,"props":293,"children":295},{"className":294},[],[296],{"type":63,"value":297},"origin",{"type":63,"value":299}," and ",{"type":58,"tag":112,"props":301,"children":303},{"className":302},[],[304],{"type":63,"value":305},"record_id",{"type":58,"tag":106,"props":307,"children":308},{},[309,315],{"type":58,"tag":112,"props":310,"children":312},{"className":311},[],[313],{"type":63,"value":314},"company",{"type":63,"value":316}," -- associate with a company",{"type":58,"tag":65,"props":318,"children":319},{},[320,321,326],{"type":63,"value":209},{"type":58,"tag":112,"props":322,"children":324},{"className":323},[],[325],{"type":63,"value":171},{"type":63,"value":216},{"type":58,"tag":218,"props":328,"children":329},{},[330,349,382,393,411,442],{"type":58,"tag":106,"props":331,"children":332},{},[333,339,341,347],{"type":58,"tag":112,"props":334,"children":336},{"className":335},[],[337],{"type":63,"value":338},"createdFrom",{"type":63,"value":340}," \u002F ",{"type":58,"tag":112,"props":342,"children":344},{"className":343},[],[345],{"type":63,"value":346},"createdTo",{"type":63,"value":348}," -- ISO 8601 date range",{"type":58,"tag":106,"props":350,"children":351},{},[352,358,360,366,367,373,374,380],{"type":58,"tag":112,"props":353,"children":355},{"className":354},[],[356],{"type":63,"value":357},"last",{"type":63,"value":359}," -- relative time window (e.g., ",{"type":58,"tag":112,"props":361,"children":363},{"className":362},[],[364],{"type":63,"value":365},"\"6m\"",{"type":63,"value":165},{"type":58,"tag":112,"props":368,"children":370},{"className":369},[],[371],{"type":63,"value":372},"\"10d\"",{"type":63,"value":165},{"type":58,"tag":112,"props":375,"children":377},{"className":376},[],[378],{"type":63,"value":379},"\"24h\"",{"type":63,"value":381},")",{"type":58,"tag":106,"props":383,"children":384},{},[385,391],{"type":58,"tag":112,"props":386,"children":388},{"className":387},[],[389],{"type":63,"value":390},"term",{"type":63,"value":392}," -- full-text search by title or content",{"type":58,"tag":106,"props":394,"children":395},{},[396,402,403,409],{"type":58,"tag":112,"props":397,"children":399},{"className":398},[],[400],{"type":63,"value":401},"allTags",{"type":63,"value":340},{"type":58,"tag":112,"props":404,"children":406},{"className":405},[],[407],{"type":63,"value":408},"anyTag",{"type":63,"value":410}," -- filter by tags (cannot combine both)",{"type":58,"tag":106,"props":412,"children":413},{},[414,420,421,427,428,434,435,440],{"type":58,"tag":112,"props":415,"children":417},{"className":416},[],[418],{"type":63,"value":419},"featureId",{"type":63,"value":165},{"type":58,"tag":112,"props":422,"children":424},{"className":423},[],[425],{"type":63,"value":426},"companyId",{"type":63,"value":165},{"type":58,"tag":112,"props":429,"children":431},{"className":430},[],[432],{"type":63,"value":433},"ownerEmail",{"type":63,"value":165},{"type":58,"tag":112,"props":436,"children":438},{"className":437},[],[439],{"type":63,"value":289},{"type":63,"value":441}," -- entity filters",{"type":58,"tag":106,"props":443,"children":444},{},[445,451,453,459],{"type":58,"tag":112,"props":446,"children":448},{"className":447},[],[449],{"type":63,"value":450},"pageLimit",{"type":63,"value":452}," (max 100) \u002F ",{"type":58,"tag":112,"props":454,"children":456},{"className":455},[],[457],{"type":63,"value":458},"pageCursor",{"type":63,"value":460}," -- pagination",{"type":58,"tag":138,"props":462,"children":464},{"id":463},"_2-browse-and-retrieve-features",[465],{"type":63,"value":466},"2. Browse and Retrieve Features",{"type":58,"tag":65,"props":468,"children":469},{},[470],{"type":63,"value":471},"List all features\u002Fsubfeatures and retrieve detailed information.",{"type":58,"tag":65,"props":473,"children":474},{},[475,479,480,486,487],{"type":58,"tag":74,"props":476,"children":477},{},[478],{"type":63,"value":156},{"type":63,"value":80},{"type":58,"tag":112,"props":481,"children":483},{"className":482},[],[484],{"type":63,"value":485},"PRODUCTBOARD_LIST_FEATURES",{"type":63,"value":165},{"type":58,"tag":112,"props":488,"children":490},{"className":489},[],[491],{"type":63,"value":492},"PRODUCTBOARD_RETRIEVE_FEATURE",{"type":58,"tag":194,"props":494,"children":497},{"className":495,"code":496,"language":63},[197],"List the first 50 features in Productboard, then get details on feature abc-def-123\n",[498],{"type":58,"tag":112,"props":499,"children":500},{"__ignoreMap":202},[501],{"type":63,"value":496},{"type":58,"tag":218,"props":503,"children":504},{},[505,530],{"type":58,"tag":106,"props":506,"children":507},{},[508,513,515,520,522,528],{"type":58,"tag":112,"props":509,"children":511},{"className":510},[],[512],{"type":63,"value":485},{"type":63,"value":514}," supports ",{"type":58,"tag":112,"props":516,"children":518},{"className":517},[],[519],{"type":63,"value":450},{"type":63,"value":521}," (default 100) and ",{"type":58,"tag":112,"props":523,"children":525},{"className":524},[],[526],{"type":63,"value":527},"pageOffset",{"type":63,"value":529}," for pagination",{"type":58,"tag":106,"props":531,"children":532},{},[533,538,540,546],{"type":58,"tag":112,"props":534,"children":536},{"className":535},[],[537],{"type":63,"value":492},{"type":63,"value":539}," requires feature ",{"type":58,"tag":112,"props":541,"children":543},{"className":542},[],[544],{"type":63,"value":545},"id",{"type":63,"value":547}," (UUID) to get complete details",{"type":58,"tag":138,"props":549,"children":551},{"id":550},"_3-objectives-and-key-results-okrs",[552],{"type":63,"value":553},"3. Objectives and Key Results (OKRs)",{"type":58,"tag":65,"props":555,"children":556},{},[557],{"type":63,"value":558},"List objectives, view feature-objective links, and browse key results.",{"type":58,"tag":65,"props":560,"children":561},{},[562,566,567,573,574,580,581],{"type":58,"tag":74,"props":563,"children":564},{},[565],{"type":63,"value":156},{"type":63,"value":80},{"type":58,"tag":112,"props":568,"children":570},{"className":569},[],[571],{"type":63,"value":572},"PRODUCTBOARD_LIST_OBJECTIVES",{"type":63,"value":165},{"type":58,"tag":112,"props":575,"children":577},{"className":576},[],[578],{"type":63,"value":579},"PRODUCTBOARD_LIST_FEATURE_OBJECTIVES",{"type":63,"value":165},{"type":58,"tag":112,"props":582,"children":584},{"className":583},[],[585],{"type":63,"value":586},"PRODUCTBOARD_LIST_KEY_RESULTS",{"type":58,"tag":194,"props":588,"children":591},{"className":589,"code":590,"language":63},[197],"Show me all in-progress objectives owned by alice@example.com\n",[592],{"type":58,"tag":112,"props":593,"children":594},{"__ignoreMap":202},[595],{"type":63,"value":590},{"type":58,"tag":65,"props":597,"children":598},{},[599,600,605],{"type":63,"value":209},{"type":58,"tag":112,"props":601,"children":603},{"className":602},[],[604],{"type":63,"value":572},{"type":63,"value":216},{"type":58,"tag":218,"props":607,"children":608},{},[609,627,638,649],{"type":58,"tag":106,"props":610,"children":611},{},[612,618,620,626],{"type":58,"tag":112,"props":613,"children":615},{"className":614},[],[616],{"type":63,"value":617},"status.name",{"type":63,"value":619}," -- filter by status (e.g., ",{"type":58,"tag":112,"props":621,"children":623},{"className":622},[],[624],{"type":63,"value":625},"\"In Progress\"",{"type":63,"value":381},{"type":58,"tag":106,"props":628,"children":629},{},[630,636],{"type":58,"tag":112,"props":631,"children":633},{"className":632},[],[634],{"type":63,"value":635},"owner.email",{"type":63,"value":637}," -- filter by owner email",{"type":58,"tag":106,"props":639,"children":640},{},[641,647],{"type":58,"tag":112,"props":642,"children":644},{"className":643},[],[645],{"type":63,"value":646},"parent.id",{"type":63,"value":648}," -- filter by parent objective",{"type":58,"tag":106,"props":650,"children":651},{},[652,658],{"type":58,"tag":112,"props":653,"children":655},{"className":654},[],[656],{"type":63,"value":657},"archived",{"type":63,"value":659}," -- filter by archived state",{"type":58,"tag":65,"props":661,"children":662},{},[663,668],{"type":58,"tag":112,"props":664,"children":666},{"className":665},[],[667],{"type":63,"value":579},{"type":63,"value":216},{"type":58,"tag":218,"props":670,"children":671},{},[672,691],{"type":58,"tag":106,"props":673,"children":674},{},[675,677,682,684,689],{"type":63,"value":676},"Requires ",{"type":58,"tag":112,"props":678,"children":680},{"className":679},[],[681],{"type":63,"value":545},{"type":63,"value":683}," (UUID) of a ",{"type":58,"tag":74,"props":685,"children":686},{},[687],{"type":63,"value":688},"top-level feature",{"type":63,"value":690}," (not subfeatures)",{"type":58,"tag":106,"props":692,"children":693},{},[694,696,701],{"type":63,"value":695},"Supports ",{"type":58,"tag":112,"props":697,"children":699},{"className":698},[],[700],{"type":63,"value":458},{"type":63,"value":529},{"type":58,"tag":138,"props":703,"children":705},{"id":704},"_4-component-management",[706],{"type":63,"value":707},"4. Component Management",{"type":58,"tag":65,"props":709,"children":710},{},[711],{"type":63,"value":712},"List product components for organizing features and the product hierarchy.",{"type":58,"tag":65,"props":714,"children":715},{},[716,721,722],{"type":58,"tag":74,"props":717,"children":718},{},[719],{"type":63,"value":720},"Tool:",{"type":63,"value":80},{"type":58,"tag":112,"props":723,"children":725},{"className":724},[],[726],{"type":63,"value":727},"PRODUCTBOARD_LIST_COMPONENTS",{"type":58,"tag":194,"props":729,"children":732},{"className":730,"code":731,"language":63},[197],"List all components in our Productboard workspace\n",[733],{"type":58,"tag":112,"props":734,"children":735},{"__ignoreMap":202},[736],{"type":63,"value":731},{"type":58,"tag":218,"props":738,"children":739},{},[740,758],{"type":58,"tag":106,"props":741,"children":742},{},[743,744,750,751,757],{"type":63,"value":695},{"type":58,"tag":112,"props":745,"children":747},{"className":746},[],[748],{"type":63,"value":749},"page_limit",{"type":63,"value":299},{"type":58,"tag":112,"props":752,"children":754},{"className":753},[],[755],{"type":63,"value":756},"page_offset",{"type":63,"value":529},{"type":58,"tag":106,"props":759,"children":760},{},[761,763,769],{"type":63,"value":762},"Follow ",{"type":58,"tag":112,"props":764,"children":766},{"className":765},[],[767],{"type":63,"value":768},"links.next",{"type":63,"value":770}," for additional pages",{"type":58,"tag":138,"props":772,"children":774},{"id":773},"_5-release-tracking",[775],{"type":63,"value":776},"5. Release Tracking",{"type":58,"tag":65,"props":778,"children":779},{},[780],{"type":63,"value":781},"View feature-release assignments with state and date filters.",{"type":58,"tag":65,"props":783,"children":784},{},[785,789,790],{"type":58,"tag":74,"props":786,"children":787},{},[788],{"type":63,"value":720},{"type":63,"value":80},{"type":58,"tag":112,"props":791,"children":793},{"className":792},[],[794],{"type":63,"value":795},"PRODUCTBOARD_LIST_FEATURE_RELEASE_ASSIGNMENTS",{"type":58,"tag":194,"props":797,"children":800},{"className":798,"code":799,"language":63},[197],"Show all active release assignments for feature abc-123\n",[801],{"type":58,"tag":112,"props":802,"children":803},{"__ignoreMap":202},[804],{"type":63,"value":799},{"type":58,"tag":218,"props":806,"children":807},{},[808,835],{"type":58,"tag":106,"props":809,"children":810},{},[811,813,819,820,826,827,833],{"type":63,"value":812},"Filter by ",{"type":58,"tag":112,"props":814,"children":816},{"className":815},[],[817],{"type":63,"value":818},"feature.id",{"type":63,"value":165},{"type":58,"tag":112,"props":821,"children":823},{"className":822},[],[824],{"type":63,"value":825},"release.id",{"type":63,"value":165},{"type":58,"tag":112,"props":828,"children":830},{"className":829},[],[831],{"type":63,"value":832},"release.state",{"type":63,"value":834}," (planned, active, closed)",{"type":58,"tag":106,"props":836,"children":837},{},[838,840,846,847,853],{"type":63,"value":839},"Date range filters: ",{"type":58,"tag":112,"props":841,"children":843},{"className":842},[],[844],{"type":63,"value":845},"release.timeframe.endDate.from",{"type":63,"value":299},{"type":58,"tag":112,"props":848,"children":850},{"className":849},[],[851],{"type":63,"value":852},"release.timeframe.endDate.to",{"type":63,"value":854}," (YYYY-MM-DD)",{"type":58,"tag":138,"props":856,"children":858},{"id":857},"_6-link-notes-to-features",[859],{"type":63,"value":860},"6. Link Notes to Features",{"type":58,"tag":65,"props":862,"children":863},{},[864],{"type":63,"value":865},"Connect customer feedback notes to product features for insight aggregation.",{"type":58,"tag":65,"props":867,"children":868},{},[869,873,874],{"type":58,"tag":74,"props":870,"children":871},{},[872],{"type":63,"value":720},{"type":63,"value":80},{"type":58,"tag":112,"props":875,"children":877},{"className":876},[],[878],{"type":63,"value":192},{"type":58,"tag":194,"props":880,"children":883},{"className":881,"code":882,"language":63},[197],"Link note 3fa85f64-5717 to feature 1b6c8c76-8f5d for tracking\n",[884],{"type":58,"tag":112,"props":885,"children":886},{"__ignoreMap":202},[887],{"type":63,"value":882},{"type":58,"tag":218,"props":889,"children":890},{},[891,911],{"type":58,"tag":106,"props":892,"children":893},{},[894,895,901,903,909],{"type":63,"value":676},{"type":58,"tag":112,"props":896,"children":898},{"className":897},[],[899],{"type":63,"value":900},"noteId",{"type":63,"value":902}," (UUID) and ",{"type":58,"tag":112,"props":904,"children":906},{"className":905},[],[907],{"type":63,"value":908},"entityId",{"type":63,"value":910}," (UUID of feature, component, or product)",{"type":58,"tag":106,"props":912,"children":913},{},[914],{"type":63,"value":915},"Use after creating notes to ensure feedback is connected to the right product areas",{"type":58,"tag":91,"props":917,"children":918},{},[],{"type":58,"tag":95,"props":920,"children":922},{"id":921},"known-pitfalls",[923],{"type":63,"value":924},"Known Pitfalls",{"type":58,"tag":218,"props":926,"children":927},{},[928,951,980,1025,1049,1079],{"type":58,"tag":106,"props":929,"children":930},{},[931,936,937,942,944,949],{"type":58,"tag":74,"props":932,"children":933},{},[934],{"type":63,"value":935},"Top-level features only for objectives:",{"type":63,"value":80},{"type":58,"tag":112,"props":938,"children":940},{"className":939},[],[941],{"type":63,"value":579},{"type":63,"value":943}," only works with top-level feature IDs, not subfeature IDs. Use ",{"type":58,"tag":112,"props":945,"children":947},{"className":946},[],[948],{"type":63,"value":485},{"type":63,"value":950}," to identify which features are top-level.",{"type":58,"tag":106,"props":952,"children":953},{},[954,959,960,965,966,971,973,978],{"type":58,"tag":74,"props":955,"children":956},{},[957],{"type":63,"value":958},"Tag filter exclusivity:",{"type":63,"value":80},{"type":58,"tag":112,"props":961,"children":963},{"className":962},[],[964],{"type":63,"value":401},{"type":63,"value":299},{"type":58,"tag":112,"props":967,"children":969},{"className":968},[],[970],{"type":63,"value":408},{"type":63,"value":972}," cannot be combined in ",{"type":58,"tag":112,"props":974,"children":976},{"className":975},[],[977],{"type":63,"value":171},{"type":63,"value":979},". Choose one filter strategy per query.",{"type":58,"tag":106,"props":981,"children":982},{},[983,988,990,995,997,1002,1004,1009,1011,1016,1018,1023],{"type":58,"tag":74,"props":984,"children":985},{},[986],{"type":63,"value":987},"Relative vs. absolute dates:",{"type":63,"value":989}," The ",{"type":58,"tag":112,"props":991,"children":993},{"className":992},[],[994],{"type":63,"value":357},{"type":63,"value":996}," parameter (e.g., ",{"type":58,"tag":112,"props":998,"children":1000},{"className":999},[],[1001],{"type":63,"value":379},{"type":63,"value":1003},") cannot be combined with ",{"type":58,"tag":112,"props":1005,"children":1007},{"className":1006},[],[1008],{"type":63,"value":338},{"type":63,"value":1010},"\u002F",{"type":58,"tag":112,"props":1012,"children":1014},{"className":1013},[],[1015],{"type":63,"value":346},{"type":63,"value":1017}," in ",{"type":58,"tag":112,"props":1019,"children":1021},{"className":1020},[],[1022],{"type":63,"value":171},{"type":63,"value":1024},". Use one approach, not both.",{"type":58,"tag":106,"props":1026,"children":1027},{},[1028,1033,1035,1040,1042,1047],{"type":58,"tag":74,"props":1029,"children":1030},{},[1031],{"type":63,"value":1032},"Cursor-based pagination:",{"type":63,"value":1034}," Follow ",{"type":58,"tag":112,"props":1036,"children":1038},{"className":1037},[],[1039],{"type":63,"value":768},{"type":63,"value":1041}," or use ",{"type":58,"tag":112,"props":1043,"children":1045},{"className":1044},[],[1046],{"type":63,"value":458},{"type":63,"value":1048}," from responses for multi-page results. Offset-based and cursor-based pagination are used on different endpoints -- check each tool.",{"type":58,"tag":106,"props":1050,"children":1051},{},[1052,1057,1059,1064,1065,1070,1072,1077],{"type":58,"tag":74,"props":1053,"children":1054},{},[1055],{"type":63,"value":1056},"Note attribution:",{"type":63,"value":1058}," Either ",{"type":58,"tag":112,"props":1060,"children":1062},{"className":1061},[],[1063],{"type":63,"value":256},{"type":63,"value":250},{"type":58,"tag":112,"props":1066,"children":1068},{"className":1067},[],[1069],{"type":63,"value":248},{"type":63,"value":1071}," must be provided in ",{"type":58,"tag":112,"props":1073,"children":1075},{"className":1074},[],[1076],{"type":63,"value":163},{"type":63,"value":1078}," to attribute feedback. Without it, the note will have no customer association.",{"type":58,"tag":106,"props":1080,"children":1081},{},[1082,1087],{"type":58,"tag":74,"props":1083,"children":1084},{},[1085],{"type":63,"value":1086},"UUID formats required:",{"type":63,"value":1088}," All entity IDs (features, notes, components) must be valid UUIDs. Passing malformed IDs causes 400 errors.",{"type":58,"tag":91,"props":1090,"children":1091},{},[],{"type":58,"tag":95,"props":1093,"children":1095},{"id":1094},"quick-reference",[1096],{"type":63,"value":1097},"Quick Reference",{"type":58,"tag":1099,"props":1100,"children":1101},"table",{},[1102,1121],{"type":58,"tag":1103,"props":1104,"children":1105},"thead",{},[1106],{"type":58,"tag":1107,"props":1108,"children":1109},"tr",{},[1110,1116],{"type":58,"tag":1111,"props":1112,"children":1113},"th",{},[1114],{"type":63,"value":1115},"Tool Slug",{"type":58,"tag":1111,"props":1117,"children":1118},{},[1119],{"type":63,"value":1120},"Description",{"type":58,"tag":1122,"props":1123,"children":1124},"tbody",{},[1125,1154,1170,1186,1202,1230,1246,1262,1278,1294,1310,1326],{"type":58,"tag":1107,"props":1126,"children":1127},{},[1128,1137],{"type":58,"tag":1129,"props":1130,"children":1131},"td",{},[1132],{"type":58,"tag":112,"props":1133,"children":1135},{"className":1134},[],[1136],{"type":63,"value":163},{"type":58,"tag":1129,"props":1138,"children":1139},{},[1140,1142,1147,1148,1153],{"type":63,"value":1141},"Create a customer feedback note (requires ",{"type":58,"tag":112,"props":1143,"children":1145},{"className":1144},[],[1146],{"type":63,"value":229},{"type":63,"value":165},{"type":58,"tag":112,"props":1149,"children":1151},{"className":1150},[],[1152],{"type":63,"value":237},{"type":63,"value":381},{"type":58,"tag":1107,"props":1155,"children":1156},{},[1157,1165],{"type":58,"tag":1129,"props":1158,"children":1159},{},[1160],{"type":58,"tag":112,"props":1161,"children":1163},{"className":1162},[],[1164],{"type":63,"value":171},{"type":58,"tag":1129,"props":1166,"children":1167},{},[1168],{"type":63,"value":1169},"List notes with search, date, and tag filters",{"type":58,"tag":1107,"props":1171,"children":1172},{},[1173,1181],{"type":58,"tag":1129,"props":1174,"children":1175},{},[1176],{"type":58,"tag":112,"props":1177,"children":1179},{"className":1178},[],[1180],{"type":63,"value":178},{"type":58,"tag":1129,"props":1182,"children":1183},{},[1184],{"type":63,"value":1185},"Add a tag to a note",{"type":58,"tag":1107,"props":1187,"children":1188},{},[1189,1197],{"type":58,"tag":1129,"props":1190,"children":1191},{},[1192],{"type":58,"tag":112,"props":1193,"children":1195},{"className":1194},[],[1196],{"type":63,"value":185},{"type":58,"tag":1129,"props":1198,"children":1199},{},[1200],{"type":63,"value":1201},"Add followers to a note by email",{"type":58,"tag":1107,"props":1203,"children":1204},{},[1205,1213],{"type":58,"tag":1129,"props":1206,"children":1207},{},[1208],{"type":58,"tag":112,"props":1209,"children":1211},{"className":1210},[],[1212],{"type":63,"value":192},{"type":58,"tag":1129,"props":1214,"children":1215},{},[1216,1218,1223,1224,1229],{"type":63,"value":1217},"Link a note to a feature\u002Fcomponent (requires ",{"type":58,"tag":112,"props":1219,"children":1221},{"className":1220},[],[1222],{"type":63,"value":900},{"type":63,"value":165},{"type":58,"tag":112,"props":1225,"children":1227},{"className":1226},[],[1228],{"type":63,"value":908},{"type":63,"value":381},{"type":58,"tag":1107,"props":1231,"children":1232},{},[1233,1241],{"type":58,"tag":1129,"props":1234,"children":1235},{},[1236],{"type":58,"tag":112,"props":1237,"children":1239},{"className":1238},[],[1240],{"type":63,"value":485},{"type":58,"tag":1129,"props":1242,"children":1243},{},[1244],{"type":63,"value":1245},"List all features with pagination",{"type":58,"tag":1107,"props":1247,"children":1248},{},[1249,1257],{"type":58,"tag":1129,"props":1250,"children":1251},{},[1252],{"type":58,"tag":112,"props":1253,"children":1255},{"className":1254},[],[1256],{"type":63,"value":492},{"type":58,"tag":1129,"props":1258,"children":1259},{},[1260],{"type":63,"value":1261},"Get detailed feature info by UUID",{"type":58,"tag":1107,"props":1263,"children":1264},{},[1265,1273],{"type":58,"tag":1129,"props":1266,"children":1267},{},[1268],{"type":58,"tag":112,"props":1269,"children":1271},{"className":1270},[],[1272],{"type":63,"value":572},{"type":58,"tag":1129,"props":1274,"children":1275},{},[1276],{"type":63,"value":1277},"List objectives with status\u002Fowner filters",{"type":58,"tag":1107,"props":1279,"children":1280},{},[1281,1289],{"type":58,"tag":1129,"props":1282,"children":1283},{},[1284],{"type":58,"tag":112,"props":1285,"children":1287},{"className":1286},[],[1288],{"type":63,"value":579},{"type":58,"tag":1129,"props":1290,"children":1291},{},[1292],{"type":63,"value":1293},"List objectives linked to a top-level feature",{"type":58,"tag":1107,"props":1295,"children":1296},{},[1297,1305],{"type":58,"tag":1129,"props":1298,"children":1299},{},[1300],{"type":58,"tag":112,"props":1301,"children":1303},{"className":1302},[],[1304],{"type":63,"value":586},{"type":58,"tag":1129,"props":1306,"children":1307},{},[1308],{"type":63,"value":1309},"List key results for objectives",{"type":58,"tag":1107,"props":1311,"children":1312},{},[1313,1321],{"type":58,"tag":1129,"props":1314,"children":1315},{},[1316],{"type":58,"tag":112,"props":1317,"children":1319},{"className":1318},[],[1320],{"type":63,"value":727},{"type":58,"tag":1129,"props":1322,"children":1323},{},[1324],{"type":63,"value":1325},"List product components with pagination",{"type":58,"tag":1107,"props":1327,"children":1328},{},[1329,1337],{"type":58,"tag":1129,"props":1330,"children":1331},{},[1332],{"type":58,"tag":112,"props":1333,"children":1335},{"className":1334},[],[1336],{"type":63,"value":795},{"type":58,"tag":1129,"props":1338,"children":1339},{},[1340],{"type":63,"value":1341},"List feature-release assignments with filters",{"type":58,"tag":91,"props":1343,"children":1344},{},[],{"type":58,"tag":65,"props":1346,"children":1347},{},[1348],{"type":58,"tag":1349,"props":1350,"children":1351},"em",{},[1352,1354],{"type":63,"value":1353},"Powered by ",{"type":58,"tag":82,"props":1355,"children":1358},{"href":1356,"rel":1357},"https:\u002F\u002Fcomposio.dev",[86],[1359],{"type":63,"value":10},{"items":1361,"total":1445},[1362,1376,1392,1401,1411,1423,1432],{"slug":1363,"name":1364,"fn":1365,"description":1366,"org":1367,"tags":1368,"stars":25,"repoUrl":26,"updatedAt":1375},"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},[1369,1370,1371,1372],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":23,"slug":24,"type":15},{"name":1373,"slug":1374,"type":15},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1377,"name":1378,"fn":1379,"description":1380,"org":1381,"tags":1382,"stars":25,"repoUrl":26,"updatedAt":1391},"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},[1383,1384,1387,1388],{"name":17,"slug":18,"type":15},{"name":1385,"slug":1386,"type":15},"Communications","communications",{"name":23,"slug":24,"type":15},{"name":1389,"slug":1390,"type":15},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1393,"name":1393,"fn":1394,"description":1395,"org":1396,"tags":1397,"stars":25,"repoUrl":26,"updatedAt":1400},"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},[1398,1399],{"name":17,"slug":18,"type":15},{"name":23,"slug":24,"type":15},"2026-07-12T08:09:55.453088",{"slug":1402,"name":1402,"fn":1403,"description":1404,"org":1405,"tags":1406,"stars":25,"repoUrl":26,"updatedAt":1410},"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},[1407,1408,1409],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":23,"slug":24,"type":15},"2026-07-15T05:45:16.470309",{"slug":1412,"name":1412,"fn":1413,"description":1414,"org":1415,"tags":1416,"stars":25,"repoUrl":26,"updatedAt":1422},"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},[1417,1418,1419],{"name":17,"slug":18,"type":15},{"name":23,"slug":24,"type":15},{"name":1420,"slug":1421,"type":15},"Security","security","2026-07-15T05:56:20.013366",{"slug":1424,"name":1424,"fn":1425,"description":1426,"org":1427,"tags":1428,"stars":25,"repoUrl":26,"updatedAt":1431},"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},[1429,1430],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},"2026-07-15T05:54:50.762889",{"slug":1433,"name":1433,"fn":1434,"description":1435,"org":1436,"tags":1437,"stars":25,"repoUrl":26,"updatedAt":1444},"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},[1438,1439,1440,1443],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1441,"slug":1442,"type":15},"CRM","crm",{"name":23,"slug":24,"type":15},"2026-07-15T05:48:43.429136",860,{"items":1447,"total":1551},[1448,1455,1462,1467,1473,1479,1484,1491,1505,1518,1531,1541],{"slug":1363,"name":1364,"fn":1365,"description":1366,"org":1449,"tags":1450,"stars":25,"repoUrl":26,"updatedAt":1375},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1451,1452,1453,1454],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":23,"slug":24,"type":15},{"name":1373,"slug":1374,"type":15},{"slug":1377,"name":1378,"fn":1379,"description":1380,"org":1456,"tags":1457,"stars":25,"repoUrl":26,"updatedAt":1391},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1458,1459,1460,1461],{"name":17,"slug":18,"type":15},{"name":1385,"slug":1386,"type":15},{"name":23,"slug":24,"type":15},{"name":1389,"slug":1390,"type":15},{"slug":1393,"name":1393,"fn":1394,"description":1395,"org":1463,"tags":1464,"stars":25,"repoUrl":26,"updatedAt":1400},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1465,1466],{"name":17,"slug":18,"type":15},{"name":23,"slug":24,"type":15},{"slug":1402,"name":1402,"fn":1403,"description":1404,"org":1468,"tags":1469,"stars":25,"repoUrl":26,"updatedAt":1410},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1470,1471,1472],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":23,"slug":24,"type":15},{"slug":1412,"name":1412,"fn":1413,"description":1414,"org":1474,"tags":1475,"stars":25,"repoUrl":26,"updatedAt":1422},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1476,1477,1478],{"name":17,"slug":18,"type":15},{"name":23,"slug":24,"type":15},{"name":1420,"slug":1421,"type":15},{"slug":1424,"name":1424,"fn":1425,"description":1426,"org":1480,"tags":1481,"stars":25,"repoUrl":26,"updatedAt":1431},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1482,1483],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"slug":1433,"name":1433,"fn":1434,"description":1435,"org":1485,"tags":1486,"stars":25,"repoUrl":26,"updatedAt":1444},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1487,1488,1489,1490],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1441,"slug":1442,"type":15},{"name":23,"slug":24,"type":15},{"slug":1492,"name":1492,"fn":1493,"description":1494,"org":1495,"tags":1496,"stars":25,"repoUrl":26,"updatedAt":1504},"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},[1497,1498,1501],{"name":17,"slug":18,"type":15},{"name":1499,"slug":1500,"type":15},"Documents","documents",{"name":1502,"slug":1503,"type":15},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1506,"name":1506,"fn":1507,"description":1508,"org":1509,"tags":1510,"stars":25,"repoUrl":26,"updatedAt":1517},"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},[1511,1512,1513,1514],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":23,"slug":24,"type":15},{"name":1515,"slug":1516,"type":15},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1519,"name":1519,"fn":1520,"description":1521,"org":1522,"tags":1523,"stars":25,"repoUrl":26,"updatedAt":1530},"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},[1524,1525,1526,1527],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1441,"slug":1442,"type":15},{"name":1528,"slug":1529,"type":15},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1532,"name":1532,"fn":1533,"description":1534,"org":1535,"tags":1536,"stars":25,"repoUrl":26,"updatedAt":1540},"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},[1537,1538,1539],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":23,"slug":24,"type":15},"2026-07-15T05:47:51.742515",{"slug":1542,"name":1542,"fn":1543,"description":1544,"org":1545,"tags":1546,"stars":25,"repoUrl":26,"updatedAt":1550},"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},[1547,1548,1549],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":23,"slug":24,"type":15},"2026-07-15T05:45:05.303254",863]