AIOProductOS MCP
Server Details
AIOProductOS: revenue, feedback, work and analytics on one customer record. 71 tools, 3 apps.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- AIOProductOS/claude-plugin
- GitHub Stars
- 0
- Server Listing
- AIOProductOS
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 55 of 55 tools scored.
Most tools have distinct purposes, but the high number (55) and similar prefixes like 'analyze_', 'list_', 'create_' could cause some confusion. However, detailed descriptions help agents differentiate.
Tool names follow a consistent verb_noun snake_case pattern (e.g., create_feature, list_tasks). Only minor exceptions like 'whoami' fit a predictable style.
55 tools is well above the typical range for a MCP server. Even for a comprehensive product OS, the count feels excessive and may overwhelm agents.
CRUD operations cover most entities, but missing delete tools (e.g., no delete_feature, delete_task) create minor gaps. Analytics and customer tools are thorough.
Available Tools
71 toolsadd_noteAdd Internal NoteInspect
Add an INTERNAL note to a support conversation — visible only to your team, never sent to the end-user — and return the result. A write. Use it to record context or hand off; resolve conversation_id via list_conversations. conversation_id and body are required. For a public reply use reply_to_conversation instead.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Internal note text, teammates-only (required). | |
| conversation_id | Yes | Conversation id to note on, from list_conversations (required). |
analyze_funnelConversion FunnelRead-onlyIdempotentInspect
Build a conversion funnel from the product's own events: distinct users per step, step-to-step conversion %, and drop-off, evaluated in the exact order you pass. Needs product-analytics events flowing; returns empty counts when none match. Pass steps as an ordered list of 2+ event names — call it with NO steps first to get the menu of available event names rather than guessing them. Optional product_id and window_days (default 30, valid 1–365). Pairs with analyze_paths to see where the drop-offs go.
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Ordered list of 2+ event names forming the funnel; omit to get the menu of available event names first. | |
| product_id | No | Product id, from whoami (optional; the org's primary product when omitted). | |
| window_days | No | Lookback window in days (optional; default 30). |
analyze_npsNPS (revenue-weighted)Read-onlyIdempotentInspect
NPS for the product: the standard −100…100 score AND revenue-weighted NPS (each respondent weighted by their account MRR), plus detractor accounts ranked by MRR-at-risk (highest first). Surfaces when your biggest customers are the unhappy ones even if the headline looks fine. Computed deterministically off survey responses inside window_days (default 90, valid 1–365); returns an empty result when none fall in the window. product_id optional (primary product when omitted). Quantify sentiment after get_product_brain, then dig into a detractor with get_customer_360.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | No | Product id, from whoami (optional; the org's primary product when omitted). | |
| window_days | No | Lookback window in days (optional; default 90, i.e. the last quarter). |
analyze_nrrNet Revenue RetentionRead-onlyIdempotentInspect
Net Revenue Retention (revenue-weighted) next to logo retention (count-weighted), the expansion/contraction/churn split, and the accounts that lost the most MRR (ranked, highest loss first). The divergence is the point: '92% of logos but 78% of revenue' means a big account churned. Computed deterministically off subscription movements inside window_days (default 90, valid 1–365); empty when none fall in the window. Quantify revenue health, then follow the top-losing accounts into get_customer_360.
| Name | Required | Description | Default |
|---|---|---|---|
| window_days | No | Lookback window in days (optional; default 90, i.e. the last quarter). |
analyze_pathsUser Path FlowRead-onlyIdempotentInspect
Trace what users do AFTER a start event — the journey flow (Sankey) from the product's own events. Returns the next-step transitions ranked by user count (most common first), empty when no events match. Pass start to anchor on an event, or omit for the most common start (call analyze_funnel with no steps to list the event names). Optional product_id and window_days (default 30, valid 1–365).
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Event name to anchor the flow on (optional; the most common start event when omitted — analyze_funnel with no steps lists the event names). | |
| product_id | No | Product id, from whoami (optional; the org's primary product when omitted). | |
| window_days | No | Lookback window in days (optional; default 30). |
cancel_bookingCancel BookingIdempotentInspect
Cancel a scheduled booking (call/meeting) and return the result — the invitee is notified per the scheduling settings. A write. Resolve booking_id via list_bookings first; never guess it. To move it instead of cancelling, use reschedule_booking.
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | Booking id to cancel, from list_bookings (required). |
capture_insightCapture InsightInspect
Write a piece of customer feedback to the spine (the agent's own hand, not just reading) and return the created insight. Fires the same insight.created webhook a manual capture does — a real side-effect, so only capture genuine signal. Resolve account_id via get_customer_360 and feature_id via list_features and tie them when known; kind='opportunity' marks a prioritisable ask. Only body is required.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The verbatim feedback / insight text (the only required field). | |
| kind | No | 'insight' = raw signal; 'opportunity' = a prioritisable ask (optional). | |
| title | No | Short display title (optional). | |
| account_id | No | Account id it's about, from get_customer_360 (optional). | |
| feature_id | No | Feature id to link on the spine, from list_features or pm_meta (optional). | |
| product_id | No | Product id, from whoami (optional; the org's primary product when omitted). |
comment_on_taskComment on TaskInspect
Add a comment to a task, authored as the connected member, and return the created comment. Use to record progress, a decision, or a handoff — the comment is visible to the whole org, so keep it work-relevant. Resolve the task id first with get_task or list_tasks; both id and body are required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id, from list_tasks or get_task. | |
| body | Yes | Comment text; posted as the connected member and visible to the whole org. |
create_decisionLog DecisionInspect
Log a decision and return it. status is 'decided' (default) | 'proposed' | 'revisit'; a 'decided' one stamps the decision time. Optionally weld it to a feature / release / objective via link_type + link_id (verified in-org). Only title is required.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The decision in a line (required). | |
| status | No | Decision status (optional; default 'decided'). | |
| link_id | No | Id of the linked feature/release/objective, from list_features / list_releases / list_objectives (optional). | |
| link_type | No | What it's linked to (optional; pair with link_id). | |
| rationale | No | Why — the reasoning (optional). |
create_experimentCreate ExperimentInspect
Create a PM experiment (a Build-Measure-Learn hypothesis) and return it. state is 'hypothesis' (default) | 'build' | 'measure' | 'learn'. Only title is required. This is the PM tracker list_experiments reads, not the analytics A/B engine.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Build-Measure-Learn stage (optional; default 'hypothesis'). | |
| title | Yes | Experiment title / the hypothesis in a line (required). | |
| metric | No | The metric it moves, e.g. 'activation rate' (optional). | |
| target | No | Target change, e.g. '+5pp' (optional). | |
| hypothesis | No | The full hypothesis (optional). | |
| product_id | No | Product, from whoami (optional). |
create_featureCreate FeatureInspect
Create a feature on the product spine and return it (id, key, name, status). The key is generated from the name; status starts 'active'. product_id defaults to the org's primary product when omitted (pass one from whoami for a multi-product org). Only name is required — create a feature here before linking tasks to it with create_task.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Feature name (the only required field), e.g. 'SAML SSO'. | |
| product_id | No | Product to create it under, from whoami (optional; the org's primary product when omitted). | |
| description | No | What the feature is / why it matters (optional). | |
| objective_id | No | Objective (goal) to align this feature under directly when there's no intermediate initiative, from list_objectives (optional). | |
| initiative_id | No | Initiative to align this feature under for line-of-sight, from list_initiatives (optional). |
create_ideaCreate IdeaInspect
Create an idea in the backlog and return it (starts with 0 votes, status 'new'). Link the evidence it came from with insight_id (from list_insights). product_id defaults to the primary product. Only title is required. Grow it with vote_idea, then promote_idea turns the winner into a roadmap feature.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The idea in more detail (optional). | |
| title | Yes | Idea title (the only required field), e.g. 'Bulk-edit tasks'. | |
| insight_id | No | Customer insight this idea came from, from list_insights (optional; welds evidence to the idea). | |
| product_id | No | Product to scope it to, from whoami (optional; the primary product when omitted). |
create_initiativeCreate InitiativeInspect
Create an initiative — a strategic effort that groups features and rolls up to a goal — and return it. Link it to a goal with objective_id (from list_objectives) to build line-of-sight. status ∈ planned|active|paused|done|abandoned (default planned); timeframe is free text ('H2 2026'). product_id defaults to the primary product. Only name is required. Then align features to it via create_feature / update_feature (initiative_id).
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Initiative name (the only required field), e.g. 'Win enterprise'. | |
| status | No | Lifecycle status (optional; default 'planned'). | |
| timeframe | No | Free-text timeframe, e.g. 'Q3 2026' or 'H2 2026' (optional). | |
| product_id | No | Product to scope it to, from whoami (optional; the primary product when omitted). | |
| description | No | What the initiative is / why it matters (optional). | |
| objective_id | No | Goal this rolls up to, from list_objectives (optional; builds line-of-sight). |
create_objectiveCreate Objective (OKR)Inspect
Create an objective, optionally with key results, and return it. period is free text (e.g. 'Q3 2026'); product_id and parent_id (a parent objective) are optional and verified in-org. Each key result takes name + optional unit / start_value / target_value. Only name is required.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Objective name (the only required field), e.g. 'Reach $50k MRR'. | |
| period | No | Free-text period, e.g. 'Q3 2026' (optional). | |
| parent_id | No | Parent objective id to nest under, from list_objectives (optional). | |
| product_id | No | Product to scope it to, from whoami (optional). | |
| description | No | Context for the objective (optional). | |
| key_results | No | Key results to attach (optional; up to 10). |
create_pageCreate PageInspect
Create a Page (in-product doc / PRD on the spine) and return it (id, title). body is plain text — blank-line-separated blocks become paragraphs; omit it for a blank page. title defaults to 'Untitled'. product_id / parent_id (a parent page) are optional and verified in-org.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Page content as plain text; blank lines separate paragraphs (optional). | |
| icon | No | An emoji icon for the page (optional). | |
| title | No | Page title (optional; 'Untitled' when omitted). | |
| parent_id | No | Parent page id to nest under, from list_pages (optional). | |
| product_id | No | Product to scope it to, from whoami (optional). |
create_releaseCreate ReleaseInspect
Create a release and return it (id, version, changelog, released_at). Omit released_at for an unreleased/draft entry. product_id defaults to the org's primary product. Only version is required.
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Version string (required), e.g. 'v2.4.0'. | |
| changelog | No | What shipped (optional). | |
| product_id | No | Product, from whoami (optional; the primary product when omitted). | |
| released_at | No | Ship time, ISO 8601 (optional; omit for a draft). |
create_sprintCreate SprintInspect
Create a sprint and return it (id, name, goal, state, dates). state is 'future' (default) or 'active'; start_date / end_date are optional ISO 8601. Only name is required. Schedule tasks into it by passing the returned sprint id as sprint_id on create_task / update_task.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | The sprint goal (optional). | |
| name | Yes | Sprint name (the only required field), e.g. 'Sprint 12'. | |
| state | No | Lifecycle state (optional; default 'future'). | |
| end_date | No | End, ISO 8601 (optional). | |
| start_date | No | Start, ISO 8601 e.g. '2026-07-15T00:00:00Z' (optional). |
create_taskCreate TaskInspect
Create a task and return the created task. list_id defaults to the org's first list when omitted; feature_id / insight_id link it to the spine and sprint_id schedules it into a sprint. Resolve list/status/feature/insight/member ids via pm_meta and sprint_id via list_sprints — never guess them. Only title is required.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title (the only required field). | |
| list_id | No | List to create the task on; resolve the id via pm_meta (optional; the org's first list when omitted). | |
| priority | No | Priority level, urgent highest (optional). | |
| sprint_id | No | Schedule into a sprint (optional; resolve the id via list_sprints). | |
| status_id | No | Initial status; resolve the id via pm_meta (optional). | |
| feature_id | No | Feature id to link on the spine, from pm_meta or list_features (optional). | |
| insight_id | No | Insight id to link on the spine, from list_insights (optional). | |
| description | No | Task body / details (optional). | |
| assignee_member_ids | No | Member ids to assign, from pm_meta (optional). |
delete_taskDelete TaskDestructiveIdempotentInspect
PERMANENTLY delete a task and return the deleted id. Irreversible — there is no undo. Cascades: the task's comments, assignees, tags, attachments, time entries, outcomes, events, relations, and its SUBTASKS are deleted with it; experiment/insight/meeting links to it are cleared. Resolve the id via list_tasks and confirm intent first — prefer update_task (e.g. move it to a done/archived status) when you only want it off the active board.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id to permanently delete, from list_tasks (required). | |
| confirm | Yes | Safety gate — must be exactly "DELETE". Required so a bare task id can never trigger a permanent, cascading delete. Confirm with the human FIRST, in plain language naming the task, then pass it. |
get_codebase_mapCodebase MapRead-onlyIdempotentInspect
The auto-generated codebase brain map for one product: a plain-language summary, the module/node/edge counts, when the map was last generated, and the labels of the modules it found. Read-only; returns the latest generated map, empty when none has been generated for the product yet. Use it to ground 'where in the code does X live?' questions and to see how the codebase splits into modules before discussing architecture or scoping engineering work. Optional product_id, from whoami; omit for the org's primary product.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | No | Product id, from whoami (optional; the org's primary product when omitted). |
get_conversationRead Support ConversationRead-onlyIdempotentInspect
Read one support conversation: the visitor plus the full message thread, oldest first. Read-only. Resolve the conversation_id first with list_conversations — never guess it.
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | Conversation id, from list_conversations. |
get_customer_360Customer 360Read-onlyIdempotentInspect
Everything about ONE customer, resolved by id, email, domain, or company name: profile, subscription + MRR, how many users sit under the account, and their verbatim feedback. Read-only; returns the matched account, or an empty result when nothing matches the query. The money + people + voice join on one record — call it before answering anything about a specific account.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The account to resolve: an account id, a user's email, a company domain (e.g. 'acme.com'), or a company name. |
get_device_candidatesDevice-Graph Identity CandidatesRead-onlyIdempotentInspect
Clusters of ≥2 end_users seen on the same device: 'anon_bridge' (high confidence — an anonymous visitor later identified) or 'device_shared' (low confidence — review only). Read-only; returns the candidate clusters, empty when none are found. Use it to find merge targets, then act with merge_end_users.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_pageRead PageRead-onlyIdempotentInspect
Read one Page (doc / PRD) by id and return its full content. Read-only. Resolve the id first with list_pages — never guess it.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page id, from list_pages. |
get_pm_playbookPM PlaybookRead-onlyIdempotentInspect
How to operate as a product manager on AIOProductOS. No arguments and no side effects — returns the same operating guide as plain text every call (deterministic): how to ground in the product brain, keep work welded to the spine (insight→feature→task→outcome), prioritise on evidence (affected accounts + MRR + reach), and what 'done' means. Call it FIRST, before planning or prioritising, to load the house rules the other tools assume.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_product_brainProduct Brain SnapshotRead-onlyIdempotentInspect
A grounded snapshot of the org's product so YOU can reason about it. Returns one JSON object with: revenue + top paying accounts (ranked by MRR), web + product analytics headline metrics, the feature list, recent verbatim customer signals (newest first), and open-work counts — each block empty when that source isn't flowing yet. The time-windowed sections (revenue, cost, web + product analytics, feature usage) honour window (7 | 30 | 90 days, default 30). Single call, no pagination. Start here to ground, then go deeper with the dedicated list_* reads and the analytics tools. Optional product_id (the org's primary product when omitted).
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | Time window in days for the revenue, cost, and analytics sections (optional; 7, 30, or 90; default 30). | |
| product_id | No | Product id, from whoami (optional; the org's primary product when omitted). |
get_retentionCohort RetentionRead-onlyIdempotentInspect
Weekly cohort retention for the product: users grouped by first-seen week (one row per cohort, newest last), with the share still active each subsequent week — a lower-triangular grid. Needs product-analytics events flowing; returns empty cohorts when the product has none. window_days default 56 = 8 weekly cohorts (min 7; roughly one extra cohort per added 7 days). product_id optional (primary product when omitted).
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | No | Product id, from whoami (optional; the org's primary product when omitted). | |
| window_days | No | Lookback window in days (optional; default 56 = 8 weekly cohorts). |
get_roadmap_driftRoadmap DriftRead-onlyIdempotentInspect
Planned vs shipped features over a window: a drift score (0-100, 100 = perfect alignment), counts (planned / shipped / on-time / slipped / unplanned / orphaned), median slip days, and the top slipped + unplanned ships. Deterministic, no LLM cost. window = week | month | quarter (default quarter); optional product_id. Read-only; returns the drift report, zeroed when nothing was planned or shipped in the window. Use it in planning reviews to check delivery against the roadmap, then open the slipped features with list_features.
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | Lookback window to compare planned vs shipped over (optional; default quarter). | quarter |
| product_id | No | Product id, from whoami (optional; spans all the org's products when omitted). |
get_taskGet TaskRead-onlyIdempotentInspect
Get one task by id and return it with its full comments and assignees. Read-only. Resolve the id first with list_tasks — never guess it; pair with update_task or comment_on_task to act on what you read.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id, from list_tasks. |
get_weekly_signal_memoWeekly Signal MemoRead-onlyIdempotentInspect
The Weekly Product Signal Memo — the last 7 days of customer signal clustered into themes (insights grouped by feature, ranked by the revenue behind them) with verbatim quotes, week-over-week deltas (new / repeated / stronger / weaker), concluded experiments, and shipped releases. Deterministic — every count is off real rows, no fabricated quotes. Optional week (ISO 'YYYY-Www') for a past week; generate=1 rebuilds + persists the current week now. Read-only apart from that rebuild; returns the persisted memo, empty when the requested week has none. Open a weekly review with it, then drill into a theme with list_insights.
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | ISO week to fetch, format 'YYYY-Www' e.g. '2026-W27' (optional; the latest persisted week when omitted). | |
| generate | No | Pass '1' to rebuild and persist the current week's memo now instead of reading the stored one (optional). |
list_artifact_versionsArtifact VersionsRead-onlyIdempotentInspect
Version history of an artifact's AI reviews (F5): every review run is a version with its score, model, cost, who/what generated it, and whether it's the current one. Read-only; returns the version list, empty when the artifact has never been reviewed. Use it to see how a feature/experiment/page's review changed over time and to pick the version_id to pass to revert_to_version. Takes the same target_id/target_type you'd pass to review_artifact.
| Name | Required | Description | Default |
|---|---|---|---|
| target_id | Yes | Id of the reviewed feature/experiment/page — the same id passed to review_artifact. | |
| target_type | Yes | What kind of artifact target_id is: a feature (spec), an experiment (plan), or a page (doc/PRD). |
list_bookingsList BookingsRead-onlyIdempotentInspect
Upcoming confirmed bookings on the org's scheduling. Read-only; returns the bookings, empty when none are scheduled. Pass include='all' for full history.
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Pass 'all' for history (optional). |
list_channelsList Comms ChannelsRead-onlyIdempotentInspect
List the team Comms channels the connected member belongs to (membership-scoped). Read-only; returns the member's channels, empty when they belong to none. Call read_channel with a channel_id to read one.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_conversationsList Support ConversationsRead-onlyIdempotentInspect
List support-chat conversations in the inbox (open + snoozed by default; pass status='all' to include closed). Read-only; returns the matching conversations, empty when the inbox is clear. Optional product_id to scope to one product; open a full thread with get_conversation.
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Pass 'all' to include closed (optional). | |
| product_id | No | Product id to scope to, from whoami (optional; spans all products when omitted). |
list_decisionsList DecisionsRead-onlyIdempotentInspect
List the org's logged decisions — title, rationale, status, and any linked feature/release/objective — newest first. Returns an empty list when none. Optional status filter (decided | proposed | revisit). Resolve a decision id here before update_decision.
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status (optional). |
list_experimentsList ExperimentsRead-onlyIdempotentInspect
List product experiments. Returns an array where each experiment carries its hypothesis, the metric it moves, the target, its current state, and — once concluded — the verdict and the decision that came out. Read-only; empty when none match. Use it to see what's being tested before proposing new work, and cite a concluded verdict as evidence when you create_task or review_artifact. Optional product_id (from whoami) and state filter.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Only experiments in this state, e.g. 'running' (optional). | |
| product_id | No | Product id to scope to, from whoami (optional; spans all products when omitted). |
list_featuresList FeaturesRead-onlyIdempotentInspect
The product's feature catalogue with description, status, and when each was last touched — richer than pm_meta (which is just id+name for resolution). Read-only; returns the matching features, empty when none. Optional product_id and free-text q over name+key; use a feature id from here to link a task or insight on the spine.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search over feature name + key (optional). | |
| product_id | No | Product id to scope to, from whoami (optional; spans all products when omitted). |
list_ideasList IdeasRead-onlyIdempotentInspect
List the org's ideas — the native, votable idea backlog — ranked by vote count (highest first). Each returns its title, status, vote count, author, and the feature it was promoted to (if any). status ∈ new|under_review|planned|promoted|declined (optional filter). Read-only; empty when none. Ideas are distinct from insights: an idea is a proposal a team votes on; an insight is a piece of customer evidence. Resolve an idea id here before update_idea / vote_idea / promote_idea.
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status (optional). | |
| product_id | No | Only ideas for this product, from whoami (optional). |
list_identity_mergesIdentity Merge HistoryRead-onlyIdempotentInspect
List the org's end-user merge history. Returns an array of merge events, newest first, where each carries its event id, kind (merge or unmerge), the target and source end-user ids, the reason, who ran it, when, and — for merges — whether it has already been reverted. Read-only; empty when no merges have ever run. Use it to audit identity changes and to find the event id to pass to unmerge_end_users (only un-reverted merges can be undone).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (optional; default 50, max 200). |
list_initiativesList InitiativesRead-onlyIdempotentInspect
List the org's initiatives — the strategic layer between goals and features (goal → initiative → feature → epic → release). Each returns its name, status, timeframe, the objective it rolls up to (if any), and its linked-feature count. Read-only; empty when none. Resolve an initiative id here before create_feature / update_feature (initiative_id) or update_initiative.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | No | Only initiatives for this product, from whoami (optional; all products when omitted). |
list_insightsSearch InsightsRead-onlyIdempotentInspect
Search the captured insight backlog (voice of customer) — the read twin of capture_insight. Read-only; returns the matching insights newest first, empty when nothing matches. Filters: status, kind (insight|opportunity), feature_id, account_id, product_id, and free-text q over title+body; limit default 50, max 200. Use it to survey the evidence behind a feature or account before prioritising — resolve feature_id via list_features and account_id via get_customer_360.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search over title + body (optional). | |
| kind | No | 'insight' = raw signal; 'opportunity' = a prioritisable ask (optional). | |
| limit | No | Max rows to return (optional; default 50, max 200). | |
| status | No | Only insights in this workflow status (optional). | |
| account_id | No | Only insights about this account; resolve the id via get_customer_360 (optional). | |
| feature_id | No | Only insights linked to this feature; resolve the id via list_features or pm_meta (optional). | |
| product_id | No | Product id to scope to, from whoami (optional; spans all products when omitted). |
list_objectivesList OKRsRead-onlyIdempotentInspect
List the org's OKRs. Returns an array of objectives, each with its key results and live progress (0..1 between start and target), so you can prioritise toward what the team is actually trying to move. Read-only; empty when none are set. Read it before prioritising — tie proposed tasks to the objective they move, and cite the live progress when arguing priority. Optional product_id, from whoami.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | No | Product id to scope to, from whoami (optional; spans all products when omitted). |
list_pagesList PagesRead-onlyIdempotentInspect
List the in-product docs / PRDs (Pages) on the spine. Returns an array of pages with title + id only — no content, so it stays cheap to scan. Read-only; empty when none exist. Use it to find the page id, then read the full content with get_page; pair with review_artifact (target_type 'page') to critique a draft PRD. Optional product_id, from whoami.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | No | Product id to scope to, from whoami (optional; spans all products when omitted). |
list_releasesList ReleasesRead-onlyIdempotentInspect
List shipped releases. Returns an array, newest first, where each release carries its version, changelog, and ship date. Read-only; empty when nothing has shipped. Use it to answer 'what did we ship recently?', to ground a changelog or launch summary in real ship dates, and to see what went out before reading get_roadmap_drift. Optional product_id, from whoami.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | No | Product id to scope to, from whoami (optional; spans all products when omitted). |
list_sprintsList SprintsRead-onlyIdempotentInspect
Sprints — name, goal, state, and window, newest first. Read-only; returns the matching sprints, empty when none exist. See the delivery cadence (active + recent), and resolve a sprint_id here before scheduling a task via create_task / update_task. Optional state filter (e.g. 'active').
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by state, e.g. 'active' (optional). |
list_tasksList TasksRead-onlyIdempotentInspect
List the org's board tasks and return the matches with their status, priority, assignees, and any linked feature/insight/sprint. Optionally narrow by status_id or list_id — resolve either via pm_meta. Read-only; returns an empty list when nothing matches. Use it to find a task id before get_task, update_task, or comment_on_task.
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | Only tasks on this list; resolve the id via pm_meta (optional). | |
| status_id | No | Only tasks in this status; resolve the id via pm_meta (optional). |
merge_end_usersMerge End-UsersInspect
Merge source end-users into a target and return the merge result, including the merge event id (also recoverable later via list_identity_merges): all FK rows (events, insights, tasks, …) are re-pointed onto the target and the sources are tombstoned. A write; reversible for 30 days via unmerge_end_users. Get the candidate ids from get_device_candidates first — never guess which users to fold together. target_end_user_id and source_end_user_ids are required.
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Why the merge (optional, recorded). | |
| target_end_user_id | Yes | UUID of the end-user to keep, from get_device_candidates. | |
| source_end_user_ids | Yes | UUIDs of end-users to fold into the target, from get_device_candidates. |
pm_metaPM MetadataRead-onlyIdempotentInspect
List the org's PM lists, statuses, members, and features as id+name pairs. Read-only; returns arrays for resolution only (list_features carries the richer catalogue). Call it to turn a name into an id before create_task / update_task — never guess an id.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
post_to_channelPost to ChannelInspect
Post a message to a team Comms channel you belong to, as the connected member, and return the posted message. It appears live for teammates and is org-visible — keep it work-relevant. Resolve channel_id via list_channels; you can only post to channels you're a member of. Both channel_id and body are required.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Message text, visible to all channel members (required). | |
| channel_id | Yes | Channel id to post into, from list_channels (required). |
promote_ideaPromote Idea to FeatureInspect
Promote an idea into a roadmap feature: creates a feature from the idea (name + description), stamps the idea 'promoted' and links it to the new feature, and returns the feature id. Idempotent — an already-promoted idea returns its existing feature. Resolve the id via list_ideas; only id is required. Align the new feature to an initiative/goal afterwards with update_feature.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Idea id to promote, from list_ideas (required). | |
| product_id | No | Product to create the feature under, from whoami (optional; the idea's product or the primary when omitted). |
read_channelRead Comms ChannelRead-onlyIdempotentInspect
Read a Comms channel's recent messages, newest included (the connected member must be a channel member). Read-only; returns the messages, empty when the channel is silent. Resolve channel_id first with list_channels — never guess it. Optional limit.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (optional). | |
| channel_id | Yes | Channel id, from list_channels. |
reply_in_channelReply in Channel ThreadInspect
Reply in a thread under a specific message in a Comms channel you belong to, as the connected member, and return the posted reply — org-visible to the channel. Resolve channel_id via list_channels and the parent message's id via read_channel. channel_id, parent_id, and body are all required.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply text, visible to all channel members (required). | |
| parent_id | Yes | Parent message id to thread under, from read_channel (required). | |
| channel_id | Yes | Channel id, from list_channels (required). |
reply_to_conversationReply to Support ConversationInspect
Send a public reply to a support-inbox conversation, as the connected member, and return the result — it goes to the end-user on the conversation's channel. A write. Resolve conversation_id via list_conversations; read the thread with get_conversation before replying. conversation_id and body are required. For an internal-only note use add_note; to close it use resolve_conversation.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Public reply text sent to the end-user (required). | |
| conversation_id | Yes | Conversation id to reply to, from list_conversations (required). |
reschedule_bookingReschedule BookingIdempotentInspect
Reschedule a booking to a new start time (ISO 8601) and return the result — the invitee is notified. A write. Resolve booking_id via list_bookings first. booking_id and start are required.
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | New start time, ISO 8601 (e.g. 2026-07-20T15:00:00Z) (required). | |
| booking_id | Yes | Booking id to move, from list_bookings (required). |
resolve_conversationResolve ConversationIdempotentInspect
Mark a support-inbox conversation resolved (closed) and return the result. A write; idempotent — resolving an already-resolved conversation is a no-op. Resolve conversation_id via list_conversations first. Do it after you've replied and the ask is handled.
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | Conversation id to resolve, from list_conversations (required). |
revert_to_versionRevert Artifact VersionInspect
Restore an earlier artifact version (F5) to current and return the now-current version: the existing current version is flipped to 'reverted' (kept for the learning signal) and the chosen version becomes current again. A write — not idempotent, since re-running reverts again. version_id is the version you want to RESTORE; get it from list_artifact_versions and never guess it. Optional reason is recorded.
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Why you're reverting (optional, recorded). | |
| version_id | Yes | Id of the version to restore (make current), from list_artifact_versions. |
review_artifactPRD ReviewInspect
Agent-as-critic over a DRAFT artifact (a feature spec, experiment plan, or page): checks it against a baseline PM bar — clear problem/hypothesis, a measurable success metric, evidence cited, risks named, a rollout/experiment plan — and returns structured findings (section, severity, a CONCRETE suggested fix, and a verbatim evidence quote) plus a 0-100 score. A write: each call re-runs the review and persists it as a new version (see list_artifact_versions). Resolve target_id first — via pm_meta or list_features for a feature, list_experiments for an experiment, list_pages for a page. One small LLM call; use it before sending a draft for sign-off.
| Name | Required | Description | Default |
|---|---|---|---|
| rubric_id | No | Score against a specific rubric; omit to use the org's default rubric (or the built-in baseline). | |
| target_id | Yes | Id of the feature/experiment/page to review — from pm_meta, list_features, list_experiments, or list_pages. | |
| target_type | Yes | What kind of artifact target_id is: a feature (spec), an experiment (plan), or a page (doc/PRD). |
unmerge_end_usersUndo End-User MergeIdempotentInspect
Undo a previous end-user merge: reads the merge ledger and re-points every FK row (events, insights, tasks, …) back to its original end-user, un-tombstoning the folded-in sources. Safe to retry — a second undo of the same merge changes nothing (it fails with already_reverted). Use to correct a wrong identity merge (merges stay reversible for 30 days). Find the event_id with list_identity_merges (pick an un-reverted merge); event_id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Id of the merge event to undo, from list_identity_merges. |
update_decisionUpdate DecisionIdempotentInspect
Update a decision and return it; omitted fields unchanged. Moving status to 'decided' re-stamps the decision time. Re-link via link_type + link_id (verified in-org), or clear with nulls. Resolve the id via list_decisions; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Decision id, from list_decisions (required). | |
| title | No | New title (optional). | |
| status | No | New status (optional). | |
| link_id | No | New linked id, or null to unlink (optional). | |
| link_type | No | New link target (optional). | |
| rationale | No | New rationale; null clears it (optional). |
update_experimentUpdate ExperimentIdempotentInspect
Update a PM experiment — advance its state and record the outcome — and return it. state ∈ hypothesis|build|measure|learn; verdict ∈ validated|invalidated; decision ∈ pivot|persevere. Resolve the id via list_experiments; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Experiment id, from list_experiments (required). | |
| state | No | Build-Measure-Learn stage (optional). | |
| title | No | New title (optional). | |
| metric | No | New metric; null clears it (optional). | |
| result | No | Free-text result / what you learned; null clears it (optional). | |
| target | No | New target; null clears it (optional). | |
| verdict | No | Outcome (optional). | |
| decision | No | What you'll do next (optional). | |
| hypothesis | No | New hypothesis; null clears it (optional). |
update_featureUpdate FeatureIdempotentInspect
Update a feature and return it; omitted fields are unchanged. status is 'active' | 'discovered' | 'archived' (there is NO 'shipped' status — set mark_shipped:true to stamp its ship date instead). target_date is 'YYYY-MM-DD' (or null to clear). Resolve the id via list_features; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Feature id to update, from list_features (required). | |
| name | No | New name (optional). | |
| status | No | Lifecycle status (optional). | |
| description | No | New description; null clears it (optional). | |
| target_date | No | Target ship date 'YYYY-MM-DD', or null to clear (optional). | |
| mark_shipped | No | true stamps the ship date now; false clears it (optional). | |
| objective_id | No | Align directly under this objective, from list_objectives; null unlinks (optional). | |
| initiative_id | No | Align under this initiative (line-of-sight), from list_initiatives; null unlinks (optional). |
update_ideaUpdate IdeaIdempotentInspect
Update an idea's title / body / status and return it; omitted fields unchanged. status ∈ new|under_review|planned|promoted|declined (set 'promoted' via promote_idea instead, so a feature is actually created). Resolve the id via list_ideas; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Idea id, from list_ideas (required). | |
| body | No | New body; null clears it (optional). | |
| title | No | New title (optional). | |
| status | No | New status (optional; prefer promote_idea over setting 'promoted' by hand). |
update_initiativeUpdate InitiativeIdempotentInspect
Update an initiative and return it; omitted fields are unchanged. Re-point it to a different goal with objective_id (null unlinks). status ∈ planned|active|paused|done|abandoned. Resolve the id via list_initiatives; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Initiative id, from list_initiatives (required). | |
| name | No | New name (optional). | |
| status | No | Lifecycle status (optional). | |
| timeframe | No | New timeframe; null clears it (optional). | |
| description | No | New description; null clears it (optional). | |
| objective_id | No | New parent goal, from list_objectives; null unlinks (optional). |
update_key_resultUpdate Key ResultIdempotentInspect
Update a key result — most often to move current_value as progress lands — and return it; omitted fields are unchanged. Resolve the id via list_objectives (each objective carries its key_results with ids). Only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Key result id, from list_objectives (required). | |
| name | No | New name (optional). | |
| unit | No | New unit, e.g. 'USD'; null clears it (optional). | |
| start_value | No | New starting baseline (optional). | |
| target_value | No | New target value; null clears it (optional). | |
| current_value | No | New current value (optional). |
update_objectiveUpdate ObjectiveIdempotentInspect
Update an objective's name / description / period and return it; omitted fields are unchanged (null clears description or period). Resolve the id via list_objectives; only id is required. To move a key result's value use update_key_result.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Objective id, from list_objectives (required). | |
| name | No | New name (optional). | |
| period | No | New period, e.g. 'Q4 2026'; null clears it (optional). | |
| description | No | New description; null clears it (optional). |
update_pageUpdate PageIdempotentInspect
Update a Page — rename, set icon, replace the body, or archive/unarchive (archived:true hides it, false restores it). body is plain text (blank lines → paragraphs) and REPLACES the page content. Omitted fields are unchanged. Resolve the id via list_pages; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page id, from list_pages (required). | |
| body | No | New content as plain text; blank lines separate paragraphs. REPLACES existing content (optional). | |
| icon | No | New emoji icon; null clears it (optional). | |
| title | No | New title (optional). | |
| archived | No | true archives (hides) the page; false restores it (optional). |
update_releaseUpdate ReleaseIdempotentInspect
Update a release and return it; omitted fields unchanged. Set released_at to ship it (or null to move it back to draft). Resolve the id via list_releases; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Release id, from list_releases (required). | |
| version | No | New version (optional). | |
| changelog | No | New changelog; null clears it (optional). | |
| released_at | No | Ship time ISO 8601, or null for draft (optional). |
update_sprintUpdate SprintIdempotentInspect
Update a sprint and return it. state is 'future' | 'active' | 'closed' — moving to 'closed' stamps the completion time, reopening clears it. start_date / end_date are ISO 8601 (or null to clear). Resolve the id via list_sprints; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sprint id, from list_sprints (required). | |
| goal | No | New goal; null clears it (optional). | |
| name | No | New name (optional). | |
| state | No | Lifecycle state; 'closed' completes it (optional). | |
| end_date | No | End, ISO 8601, or null (optional). | |
| start_date | No | Start, ISO 8601, or null (optional). |
update_taskUpdate TaskIdempotentInspect
Update one or more of a task's fields and return the updated task; fields you omit are left unchanged (idempotent — re-sending the same values is a no-op). Pass sprint_id: null to remove the task from its sprint. Resolve ids first — the task via get_task/list_tasks, and status/feature/insight/sprint/member ids via pm_meta and the list_* reads — never guess them. Only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id, from list_tasks or get_task. | |
| title | No | New title (optional; omitted fields stay unchanged). | |
| priority | No | New priority level, urgent highest (optional). | |
| sprint_id | No | Move into a sprint, or null to remove (optional; resolve via list_sprints). | |
| status_id | No | New status; resolve the id via pm_meta (optional). | |
| feature_id | No | Feature id to link on the spine, from pm_meta or list_features (optional). | |
| insight_id | No | Insight id to link on the spine, from list_insights (optional). | |
| description | No | New body / details (optional). | |
| assignee_member_ids | No | Member ids to assign, from pm_meta (optional). |
vote_ideaVote on IdeaIdempotentInspect
Cast (or remove) the connected member's vote on an idea and return the new vote state. Adds your vote by default; pass remove:true to take it back. One vote per member — voting twice is a no-op. Resolve the id via list_ideas; only id is required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Idea id, from list_ideas (required). | |
| remove | No | true removes your vote instead of adding it (optional; default false). |
whoamiConnected IdentityRead-onlyIdempotentInspect
Show the connected AIOProductOS identity (org, member) AND the org's products (id, name, is_primary). Read-only; returns the identity plus the product list. For a multi-product org, call this first to get the product ids, then pass one as product_id to any product-scoped tool; omit product_id to use the primary.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceTransforms scattered customer feedback from sources like Slack, Zoom, and JIRA into actionable product insights and AI-generated PRDs. It features over 50 tools for semantic clustering, sentiment analysis, and VOC-based prioritization to streamline product management workflows.Last updated1MIT

studiomeyer-crmofficial
Alicense-qualityBmaintenanceAI-native CRM with 33 tools. Pipeline, leads, health scores, revenue analytics, CSV import/export.Last updated3MIT
BuildBetterofficial
-licenseBquality-maintenanceAI for product teams. Connect all your company and customer knowledge to all of your other tools via BuildBetter's MCP.Last updated15- FlicenseBqualityCmaintenanceAn AI-powered Product Management Operating System that provides tools for PRDs, user stories, prioritization, competitor analysis, roadmaps, KPIs, meeting notes, and product strategy via MCP clients.Last updated8
Your Connectors
Sign in to create a connector for this server.