All other tools (21)
magic-patterns.create_design low conf highallow
Adds a new design to the workspace; reversible and isolated from existing designs.
magic-patterns.create_design_system low conf highallow
Adds a new empty design system to the workspace along with its editor URL; no existing assets are touched.
magic-patterns.create_inspiration_document medium conf highaudit
Publishes an inspiration document reachable by shareable URL, moving whatever concept content it carries outside the authenticated workspace.
magic-patterns.create_new_artifact medium conf highaudit
Clones an artifact and promotes the copy to active, redirecting subsequent edits and views away from the previously active build.
magic-patterns.create_slide_deck low conf highallow
Creates a slide deck and starts an AI generation run against it; consumes generation credits but touches no existing assets.
magic-patterns.get_artifact low conf highallow
Reports the design's active artifact ID and file listing; metadata only, no file contents returned.
magic-patterns.get_design_status low conf highallow
Reports whether AI generation is running on a design plus its active artifact and file list; status metadata only.
magic-patterns.get_design_system low conf highallow
Resolves which artifact a design system currently points at and lists its files; no state changes.
magic-patterns.get_editor_id_from_url low conf highallow
Translates a Magic Patterns URL into the editor ID other tools need; a pure lookup with no state change.
magic-patterns.get_inspiration_document low conf highallow
Loads an inspiration document's concepts by ID, exposing shared concept content to the caller.
magic-patterns.inspiration_add_variant low conf highallow
Fills one placeholder concept, rendering that content live on the document's already-shared page.
magic-patterns.inspiration_update_variant low conf highallow
Replaces the content of one existing concept in place on a shared inspiration page, overwriting what reviewers saw before.
magic-patterns.list_design_systems low conf highallow
Enumerates the design systems the caller can reach, exposing the names of custom internal systems alongside built-in presets.
magic-patterns.list_version_history low conf highallow
Lists the 20 most recent artifact versions for a design, revealing when and how often the design changed.
magic-patterns.publish_artifact medium conf highaudit
Compiles staged files and swaps the design's live artifact, so whoever opens or shares that design sees the newly promoted build.
magic-patterns.publish_design_system medium conf highaudit
Cuts an immutable design-system version that downstream designs pin to, making whatever is currently staged the released baseline for the whole team.
magic-patterns.read_artifact_files medium conf mediumaudit
Returns the full source of an artifact's files, which can include hardcoded endpoints, keys or business logic pasted into the design.
magic-patterns.read_design_system_files low conf highallow
Returns component and token source from a design system's active artifact; read-only and scoped to systems the caller can already access.
magic-patterns.read_recent_message_history medium conf mediumaudit
Surfaces the last ten chat items on a design, including collaborators' own prompt text and edit trail, which can carry personal or confidential product detail.
magic-patterns.send_prompt medium conf mediumaudit
Kicks off a background AI generation run that rewrites an existing design, consuming plan credits and changing work other collaborators may be editing.
magic-patterns.write_artifact_files medium conf highaudit
Replaces source files inside a design's artifact, silently discarding the previous contents of any file it writes over.