icepanel_createADR
ChatGPTCreate a new Architecture Decision Record (ADR) in the landscape. ADRs capture important architectural decisions, their context, and consequences.
icepanel_createADR
ChatGPTCreate a new Architecture Decision Record (ADR) in the landscape. ADRs capture important architectural decisions, their context, and consequences.
icepanel_createConnection
ChatGPTCreate a new connection between two model objects. Specify origin, target, direction, and a name to define how objects relate.
icepanel_createConnection
ChatGPTCreate a new connection between two model objects. Specify origin, target, direction, and a name to define how objects relate.
icepanel_createModelObject
ChatGPTCreate a new model object in the landscape. Specify a type and name to add it to the architecture hierarchy. Omit parentId to place at root level (for system, actor, or group types). For root-level objects, domainId is auto-resolved if only one domain exists; otherwise you must specify it.
icepanel_createModelObject
ChatGPTCreate a new model object in the landscape. Specify a type and name to add it to the architecture hierarchy. Omit parentId to place at root level (for system, actor, or group types). For root-level objects, domainId is auto-resolved if only one domain exists; otherwise you must specify it.
icepanel_getADRDetails
ChatGPTGet detailed information about a specific Architecture Decision Record (ADR) including its full content, status history, and related items.
icepanel_getADRDetails
ChatGPTGet detailed information about a specific Architecture Decision Record (ADR) including its full content, status history, and related items.
icepanel_getConnectionDetails
ChatGPTGet full details for a single connection including description, links, technologies, and tags.
icepanel_getConnectionDetails
ChatGPTGet full details for a single connection including description, links, technologies, and tags.
icepanel_getDiagramDetails
ChatGPTGet detailed information about a diagram including its objects, connections, and flows, or export it as a PNG image.
icepanel_getDiagramDetails
ChatGPTGet detailed information about a diagram including its objects, connections, and flows, or export it as a PNG image.
icepanel_getDomainDetails
ChatGPTGet detailed information about a specific domain including its name, labels, and timestamps.
icepanel_getDomainDetails
ChatGPTGet detailed information about a specific domain including its name, labels, and timestamps.
icepanel_getFlowDetails
ChatGPTGet detailed information about a flow including its steps, or export it as a mermaid sequence diagram.
icepanel_getFlowDetails
ChatGPTGet detailed information about a flow including its steps, or export it as a mermaid sequence diagram.
icepanel_getModelObjectDetails
ChatGPTGet detailed information about a model object including its type, status, domain, technologies, tags, and relationships.
icepanel_getModelObjectDetails
ChatGPTGet detailed information about a model object including its type, status, domain, technologies, tags, and relationships.
icepanel_getTeamDetails
ChatGPTGet detailed information about a specific team including its members, assigned model objects, and timestamps.
icepanel_getTeamDetails
ChatGPTGet detailed information about a specific team including its members, assigned model objects, and timestamps.
icepanel_getTechnologyDetails
ChatGPTGet detailed information about a specific technology including its type, provider, description, and links.
icepanel_getTechnologyDetails
ChatGPTGet detailed information about a specific technology including its type, provider, description, and links.
icepanel_landscapeSearch
ChatGPTSearch across all landscape entities (model objects, connections, diagrams, flows) by name. Supports fuzzy and prefix matching. Only works on the latest version.
icepanel_landscapeSearch
ChatGPTSearch across all landscape entities (model objects, connections, diagrams, flows) by name. Supports fuzzy and prefix matching. Only works on the latest version.
icepanel_listADRs
ChatGPTList Architecture Decision Records (ADRs) in the landscape. ADRs document significant architectural decisions with their context, status, and related items.
icepanel_listADRs
ChatGPTList Architecture Decision Records (ADRs) in the landscape. ADRs document significant architectural decisions with their context, status, and related items.
icepanel_listConnections
ChatGPTList connections where a model object is the origin or target. Returns connection names, directions, statuses, and linked object names.
icepanel_listConnections
ChatGPTList connections where a model object is the origin or target. Returns connection names, directions, statuses, and linked object names.
icepanel_listDiagrams
ChatGPTList diagrams in the landscape. Filter by name, type, or parent model object to explore architecture views.
icepanel_listDiagrams
ChatGPTList diagrams in the landscape. Filter by name, type, or parent model object to explore architecture views.
icepanel_listDomains
ChatGPTList domains in the landscape. Domains are top-level organizational boundaries (level 0 in the C4 hierarchy) that group related systems, apps, and components.
icepanel_listDomains
ChatGPTList domains in the landscape. Domains are top-level organizational boundaries (level 0 in the C4 hierarchy) that group related systems, apps, and components.
icepanel_listFlows
ChatGPTList flows in the landscape. Flows represent sequence diagrams showing how objects interact over time.
icepanel_listFlows
ChatGPTList flows in the landscape. Flows represent sequence diagrams showing how objects interact over time.
icepanel_listModelObjects
ChatGPTList model objects in the landscape. Filter by name, type, status, parent, or group to explore the architecture hierarchy.
icepanel_listModelObjects
ChatGPTList model objects in the landscape. Filter by name, type, status, parent, or group to explore the architecture hierarchy.
icepanel_listTags
ChatGPTList tags and tag groups in the landscape. Tags are organized by groups. Use to discover the tagging taxonomy before filtering objects or connections by tag.
icepanel_listTags
ChatGPTList tags and tag groups in the landscape. Tags are organized by groups. Use to discover the tagging taxonomy before filtering objects or connections by tag.
icepanel_listTeams
ChatGPTList teams in the organization. Teams represent ownership groups that can be assigned to model objects. Use to discover team names and members before filtering objects by team.
icepanel_listTeams
ChatGPTList teams in the organization. Teams represent ownership groups that can be assigned to model objects. Use to discover team names and members before filtering objects by team.
icepanel_listTechnologies
ChatGPTList technologies from the catalog and organization. Filter by name, type, or provider to find specific technologies.
icepanel_listTechnologies
ChatGPTList technologies from the catalog and organization. Filter by name, type, or provider to find specific technologies.
icepanel_updateADR
ChatGPTUpdate an Architecture Decision Record (ADR). Supports updating name, description, content, status, and related items.
icepanel_updateADR
ChatGPTUpdate an Architecture Decision Record (ADR). Supports updating name, description, content, status, and related items.
icepanel_updateConnection
ChatGPTUpdate a connection in the landscape. Supports updating basic fields (name, description, direction, status, originId, targetId, viaId, labels) and array fields (tagIds, technologyIds) with $add/$remove operations. To remove a connection, set status to 'removed' rather than deleting it — this is reversible and safer.
icepanel_updateConnection
ChatGPTUpdate a connection in the landscape. Supports updating basic fields (name, description, direction, status, originId, targetId, viaId, labels) and array fields (tagIds, technologyIds) with $add/$remove operations. To remove a connection, set status to 'removed' rather than deleting it — this is reversible and safer.
icepanel_updateModelObject
ChatGPTUpdate a model object in the landscape. Supports updating basic fields (name, description, type, status) and array fields (tagIds, teamIds, technologyIds, groupIds) with $add/$remove operations. To remove an object, set status to 'removed' rather than deleting it — this is reversible and safer.
icepanel_updateModelObject
ChatGPTUpdate a model object in the landscape. Supports updating basic fields (name, description, type, status) and array fields (tagIds, teamIds, technologyIds, groupIds) with $add/$remove operations. To remove an object, set status to 'removed' rather than deleting it — this is reversible and safer.