43 Tools in diesem Modul
Produkte, Versionen, Features und Tasks verwalten
Kompletter Produkt-Lifecycle: Produkte anlegen, Versionen releasen, Features priorisieren, Tasks abhaken, Backlog-Summaries ziehen. Ideal als Backend für dein eigenes Projekt-Management.
Wird in Bionic-Cloud ausgeführt. Standard-Rechenlast, keine teuren Upstream-APIs.
Jedes Tool ist ein MCP-Function-Call mit definiertem Input-Schema.
create_productCreate a new product with its own backlog
list_productsList all products. By default only shows non-archived products. Set include_archived=true to see all.
get_productGet details of a specific product
archive_productArchive a product. Archived products are hidden from default listings but not deleted. All versions, features, and tasks remain intact.
unarchive_productUnarchive a previously archived product, making it visible again in default listings.
list_categoriesList all product categories for the user
create_categoryCreate a new product category (e.g. "Produkte", "Prototypen", "Intern")
update_categoryUpdate a product category name, description, or color
delete_categoryDelete a product category. Products in this category will become uncategorized (not deleted).
assign_product_categoryAssign a product to a category, or remove it from its current category by passing null.
get_design_guidelinesGet the design guidelines (Markdown) for a product. Returns the full guidelines document that should be followed when implementing UI features for this product.
set_design_guidelinesSet or update the design guidelines (Markdown) for a product. This stores the full guidelines document that defines UI conventions, colors, spacing, components, and other design rules.
create_versionCreate a new version for a product
list_versionsList versions for a product. By default only shows "open" versions. Use status_filter to see released, archived, or all versions.
get_versionGet details of a specific version including lifecycle status, release date and release notes
update_version_statusUpdate the lifecycle status of a version. Use "open" for active development, "released" for shipped versions, "archived" for deprecated/abandoned versions. Setting to "open" clears releasedAt and releaseNotes.
delete_versionDelete a version. If the version has features, you must provide move_to_version_id to move them first. Features are never auto-deleted.
create_featureCreate a new feature. Assign directly to a version, or leave version_id empty to add to the unplanned product backlog.
list_featuresList all features for a version
get_featureGet details of a specific feature
update_feature_statusUpdate feature status (backlog, todo, in_progress, review, done)
update_feature_priorityUpdate feature priority
move_featuresMove features to a different version, or back to the unplanned product backlog by omitting target_version_id.
list_product_backlogList all unplanned features in the product backlog — features that have not yet been assigned to any version. Use this for triage and release planning.
delete_featureDelete a feature and all its associated tasks (CASCADE DELETE). Use with caution.
create_taskCreate a new task for a feature. Automatically checks for duplicate titles unless force=true.
list_tasksList all tasks for a feature
get_taskGet details of a specific task
update_task_statusUpdate task status (backlog, todo, in_progress, review, done)
delete_taskDelete a task from a feature. Use with caution.
create_issueCreate a new issue for a product. Issues can be of type: bug, feedback, improvement, question, or tech_debt. Can optionally be linked to a version and/or feature.
list_issuesList issues. If product_id is provided, lists issues for that product. Otherwise lists all issues. Can filter by type, status, and severity.
get_issueGet details of a specific issue
update_issue_statusUpdate issue status (open, confirmed, in_progress, resolved, closed)
update_issueUpdate issue fields (title, description, type, severity, assigned_to, etc.)
delete_issueDelete an issue and its attachments. Use with caution.
add_issue_attachmentAdd a file attachment to an issue. Supports two modes: (1) image_url — provide a publicly accessible URL and the server downloads the image (RECOMMENDED for large files), (2) base64 — provide base64 encoded content (only for small files <100KB). You must provide EITHER image_url OR base64, not both.
list_kpisList all KPIs for a product with current values, targets, trend, and traffic light status (green/yellow/red)
create_kpiDefine a new KPI for a product. Use direction="lower_is_better" for metrics like bug count or cycle time.
update_kpiUpdate KPI metadata: name, type, target value, unit, direction, or sort order. Does NOT update the current measured value — use update_kpi_value for that.
update_kpi_valueRecord a new measurement for a KPI. Sets the current value, trend, and optional comment. Each update is logged to the KPI history.
delete_kpiDelete a KPI and its full history. Use with caution — this cannot be undone.
get_backlog_summaryGet backlog summary for a version with feature and task counts by status
Die hier gezeigten Preise sind rein indikativ und dienen zur Illustration des Preismodells. Sie sind weder endgültig noch verbindlich. Konkrete Konditionen werden zum Marktplatz-Launch individuell festgelegt und können von den hier gezeigten Werten abweichen.