App Builder

47 entities and 197 agent-callable operations in app_builder. Each operation is addressed as {mega_tool}/app_builder/{entity}/{operation} and carries the same permission check over MCP and REST.

analysis

OperationMega-toolWhat it does
critical_pathsmart_actionCritical path analysis
dependency_analysissmart_actionDependency analysis for parallelization
launch_readinesssmart_actionLaunch readiness check
options_analysissmart_actionOptions/trade-off analysis
parallel_lanessmart_actionIdentify parallel execution lanes
parallelization_scoresmart_actionCalculate parallelization score
ready_taskssmart_actionGet tasks ready for execution
root_causesmart_actionRoot cause analysis template

claude_code_repository

OperationMega-toolWhat it does
createentity_crudCreate a Claude Code repository
deleteentity_crudDelete a Claude Code repository
listentity_crudList Claude Code repositories
readentity_crudGet Claude Code repository details
searchentity_crudSearch Claude Code repositories with fuzzy matching
updateentity_crudUpdate a Claude Code repository

claude_code_team

OperationMega-toolWhat it does
createentity_crudCreate a new claude code team
deleteentity_crudDelete a claude code team
listentity_crudList claude_code_teams with filtering and pagination
readentity_crudGet detailed claude code team information
searchentity_crudSearch claude_code_teams with fuzzy matching
updateentity_crudUpdate an existing claude code team

claude_code_team_member

OperationMega-toolWhat it does
createentity_crudCreate a Claude Code team member
deleteentity_crudDelete a Claude Code team member
listentity_crudList Claude Code team members
readentity_crudGet Claude Code team member details
searchentity_crudSearch Claude Code team members with fuzzy matching
updateentity_crudUpdate a Claude Code team member

collection

OperationMega-toolWhat it does
createcollection_opDefine a new custom collection (schema + declared indexes).
getcollection_opFetch one collection's schema + indexes + counts.
listcollection_opList custom collections in the organization (metadata only).
updatecollection_opEvolve a collection schema/indexes per the COL-13 matrix; activate/freeze.

collection_grant

OperationMega-toolWhat it does
deletecollection_opRevoke a per-collection codename (read/write/admin) from a user or role.
updatecollection_opGrant a per-collection codename (read/write/admin) to a user or role.

collection_lifecycle

OperationMega-toolWhat it does
deletecollection_opSoft-delete a collection and cascade-soft-delete its records.

control_center

OperationMega-toolWhat it does
briefreport_queryCross-project portfolio attention brief (7 lanes of evidence-aware cards) for the org
workstream_statereport_queryProjected state + cited evidence for one curated workstream

deleted

OperationMega-toolWhat it does
listsmart_actionList soft-deleted entities across projects, workstreams, tasks, sprints, and sessions

design

OperationMega-toolWhat it does
apply_patternsmart_actionApply design pattern
doc_templatesmart_actionGenerate design document template
generate_indexsmart_actionGenerate design document index
list_patternssmart_actionList available patterns
suggest_patternsmart_actionSuggest design pattern

design_doc_set

OperationMega-toolWhat it does
createentity_crudCreate a new design document set
deleteentity_crudDelete a design document set
listentity_crudList design document sets with filtering and pagination
readentity_crudGet a single design document set with full details
updateentity_crudUpdate a design document set

extension

OperationMega-toolWhat it does
createextension_opAuthor a new custom page (kind=page).
getextension_opFetch one custom page by id or slug; include_source=true returns the HTML.
listextension_opList custom pages in the organization with their review state.
updateextension_opUpdate a custom page (source_html / metadata fields) by id or slug.

extension_grant

OperationMega-toolWhat it does
deleteextension_opRevoke a page's required_permission codename from a user or role.
updateextension_opGrant a gated page's required_permission codename to a user or role (makes the page visible).

extension_lifecycle

OperationMega-toolWhat it does
deleteextension_opUnpublish (if enabled) then soft-delete a page.

extension_publish

OperationMega-toolWhat it does
updateextension_opPublish a page (enabled=True + version bump).

extension_register

OperationMega-toolWhat it does
createextension_opIdempotent upsert of a page by slug carrying source_html — the in-container Claude Code population path.

extension_review

OperationMega-toolWhat it does
updateextension_opMark a page ready for review (stamps metadata.review).

git

OperationMega-toolWhat it does
batch_commitsmart_actionBatch commit changes
diff_bundlesmart_actionGet git diff bundle
status_numberedsmart_actionGit status with numbered file list

git_commit_bundle

OperationMega-toolWhat it does
createentity_crudCreate a new git commit bundle
deleteentity_crudDelete a git commit bundle
listentity_crudList git commit bundles with filtering and pagination
readentity_crudGet a single git commit bundle with full details
updateentity_crudUpdate a git commit bundle

guide

OperationMega-toolWhat it does
getcollection_opApp Surface playbook: workflows, org model, sharing, errors.
getextension_opApp Surface playbook: workflows, org model, sharing, errors.

handoff

OperationMega-toolWhat it does
continuation_promptsmart_actionGenerate continuation prompt
generatesmart_actionGenerate session handoff
resumesmart_actionResume from handoff

handoff_document

OperationMega-toolWhat it does
createentity_crudCreate a new handoff document for session continuation
deleteentity_crudDelete a handoff document
listentity_crudList handoff documents with filtering and pagination
readentity_crudGet a single handoff document with full details
updateentity_crudUpdate a handoff document

knowledge_base

OperationMega-toolWhat it does
searchsmart_actionSearch the training knowledge base

model_deployment

OperationMega-toolWhat it does
createentity_crudCreate a model deployment
listentity_crudList model deployments
readentity_crudGet model deployment details
updateentity_crudUpdate a model deployment

pattern

OperationMega-toolWhat it does
applyworkflow_actionApply a development pattern to a project session
createentity_crudCreate a custom pattern (reference data)
deleteentity_crudDelete a custom pattern
listentity_crudList development patterns with filtering and pagination
rateworkflow_actionRate a pattern application's effectiveness
readentity_crudGet a single pattern with full details
suggestworkflow_actionGet pattern suggestions for a given context
updateentity_crudUpdate a custom pattern

pattern_application

OperationMega-toolWhat it does
createentity_crudRecord a pattern application
listentity_crudList pattern applications with filtering

prompt_template

OperationMega-toolWhat it does
suggestsmart_actionSuggest prompt templates ranked by keyword match then usage count

provisioning

OperationMega-toolWhat it does
getextension_opRead the App Surface enablement state (flags, root-Administrator bundle grants, collection quotas) for the tenant root org.
updateextension_opFlip one or more tenant-flippable App Surface flags (self-serve path).

provisioning_bundle

OperationMega-toolWhat it does
deleteextension_opRevoke the five-codename App Surface bundle from the root Administrator (or a named role).
updateextension_opGrant the five-codename App Surface bundle to the root Administrator (or a named role).

record

OperationMega-toolWhat it does
createcollection_opInsert one validated record into a collection.
deletecollection_opSoft-delete one record.
getcollection_opFetch one record by id.
querycollection_opStructured query over a collection (declared-indexed fields only, cursor-paged).
statscollection_opFiltered single-number aggregate (count/sum/avg/min/max) over a collection, declared-indexed fields only.
updatecollection_opPatch/replace one record (validated).

record_batch

OperationMega-toolWhat it does
createcollection_opInsert/update up to 25 records by external_id in one call.

session

OperationMega-toolWhat it does
abandonworkflow_actionAbandon a builder session (cannot be resumed)
completeworkflow_actionComplete a builder session
deletesmart_actionSoft-delete a session
handoff_queuereport_queryPending handoff queue: sessions bucketed into pending / in_progress / recent_resumed
linksmart_actionLink a Claude Code session to work items — legacy workstream/task and/or Unified Projects pmo group/task
mark_handoff_readyworkflow_actionMark a builder session handoff-ready and mint its handoff document
pauseworkflow_actionPause an active builder session
restoresmart_actionRestore a soft-deleted session
resumeworkflow_actionResume a paused builder session
startworkflow_actionStart a new builder session for a feature
unlinksmart_actionRemove session ↔ work-item links, addressed either by link id or by session plus target (legacy workstream/task or pmo group/task)

session_lineage

OperationMega-toolWhat it does
graphreport_queryFull node/edge/tree graph for one lineage workstream (by component key)
listreport_queryList session-lineage workstreams (connected components of the handoff DAG) for the org

sprint

OperationMega-toolWhat it does
assign_tasksmart_actionAssign a task to a sprint
backlogsmart_actionGet the sprint backlog (unassigned candidate tasks)
completesmart_actionComplete a sprint
createentity_crudCreate a sprint
createsmart_actionCreate a new sprint
deleteentity_crudDelete a sprint
listentity_crudList sprints
listsmart_actionList sprints with filtering options
overviewsmart_actionGet an overview snapshot of a sprint
readentity_crudGet sprint details
remove_tasksmart_actionRemove a task from a sprint
reportreport_queryMarkdown sprint-completion report: per-workstream completion, velocity, blockers, ready queue
restoresmart_actionRestore a soft-deleted sprint
startsmart_actionStart a sprint
updateentity_crudUpdate a sprint
updatesmart_actionUpdate an existing sprint

status_update

OperationMega-toolWhat it does
addsmart_actionAdd a status update to a project, workstream, or task
listsmart_actionList status updates for a project, workstream, or task

surface

OperationMega-toolWhat it does
clear_surface_overlayextension_opRemove a surface overlay.
generate_surface_viewextension_opGiven a data source (a catalog source id OR a read-only handler reference), classify its response shape and RETURN a CANDIDATE kind="view" document…
get_policy_self_publish_statusextension_opRead the org policy-envelope SELF-SERVE status (Aegis G9): the resolved/published envelope, any LOCAL unpublished draft, whether the…
get_surface_overlayextension_opGet the catalog + active overlay + pending draft + policy envelope + role roster for a module (authoring round-trip starter).
publish_surface_overlayextension_opPublish the org-LOCAL nav overlay (or policy ENVELOPE, or ROLE overlay) draft to the live surface (maker-checker, App Surface v6/v7/v8).
scan_surface_candidatesextension_opScan a data source (or several) for SEVERAL ranked candidate kind="view" dashboards.
set_surface_overlayextension_opSet a surface overlay.

task

OperationMega-toolWhat it does
add_dependencysmart_actionAdd a dependency between two tasks
blockworkflow_actionMark a task as blocked
cancelworkflow_actionCancel a task
completeworkflow_actionMark a task as done
completesmart_actionMark a task as complete
createsmart_actionCreate a new task within a workstream
create_subtasksmart_actionCreate a subtask under a parent task
deletesmart_actionSoft-delete a task
get_blockedsmart_actionList tasks whose status is 'blocked' across a project, with how long each has been blocked
get_dependenciessmart_actionGet the dependency graph for a task
get_mysmart_actionGet tasks assigned to the current user
get_treesmart_actionGet the hierarchical task tree for a workstream (root tasks with their subtasks nested), plus an ASCII rendering of it
listsmart_actionList tasks with filtering options
movesmart_actionMove a root task to a different workstream within the same project
remove_dependencysmart_actionRemove a dependency between two tasks
restoresmart_actionRestore a soft-deleted task
startworkflow_actionStart working on a task (move to in_progress)
unblockworkflow_actionUnblock a blocked task
updatesmart_actionUpdate an existing task

trained_model

OperationMega-toolWhat it does
listentity_crudList trained models
readentity_crudGet trained model details
updateentity_crudUpdate a trained model

training_dataset

OperationMega-toolWhat it does
createentity_crudCreate a training dataset
listentity_crudList training datasets
readentity_crudGet training dataset details
updateentity_crudUpdate a training dataset

training_document

OperationMega-toolWhat it does
classifysmart_actionClassify a document using a deployed training model
extractsmart_actionExtract structured fields from a document using a deployed training model

training_evaluation

OperationMega-toolWhat it does
createentity_crudCreate a training evaluation
deleteentity_crudDelete a training evaluation
listentity_crudList training evaluations
readentity_crudGet training evaluation details
searchentity_crudSearch training evaluations with fuzzy matching
updateentity_crudUpdate a training evaluation

training_job

OperationMega-toolWhat it does
createentity_crudCreate a training job
listentity_crudList training jobs
readentity_crudGet training job details
updateentity_crudUpdate a training job

training_model

OperationMega-toolWhat it does
list_deployedsmart_actionList deployed training models

training_project

OperationMega-toolWhat it does
createentity_crudCreate a training project
listentity_crudList training projects
readentity_crudGet training project details
updateentity_crudUpdate a training project

workstream

OperationMega-toolWhat it does
createentity_crudCreate a new workstream in a project
createsmart_actionCreate a new workstream within a project
deleteentity_crudDelete (archive) a workstream
listentity_crudList workstreams with filtering and pagination
listsmart_actionList workstreams with filtering options
readentity_crudGet a single workstream with tasks
reordersmart_actionReorder workstreams within a project
restoresmart_actionRestore a soft-deleted workstream
updateentity_crudUpdate an existing workstream
updatesmart_actionUpdate an existing workstream

workstream_metric

OperationMega-toolWhat it does
burndownreport_queryDaily burndown rows for one workstream, oldest-first, up to N most recent days

workstream_task

OperationMega-toolWhat it does
at_riskreport_queryTasks at risk in a project: long-blocked, overdue, or due soon, tiered critical/high/medium
breakdownreport_queryGet workstream task breakdown by dimension
summaryreport_queryApp-builder workstream task analytics
trendreport_queryGet workstream task trend over time

Parameter schemas and permissions

Parameter schemas and permission codenames are in the full reference — sign in — or call prism_introspect(dimension="capability_search", query="…") with your key.

In the full reference this application appears under collection_op, entity_crud, extension_op, report_query, smart_action, workflow_action.