Skip to main content
Glama

IDS MCP Server

add_partof_facet

Add part-of relationships to buildingSMART IDS specifications, defining how entities relate to parent components with configurable cardinality and location settings.

Instructions

Add a partOf facet to a specification.

Args: spec_id: Specification identifier location: "applicability" or "requirements" relation: Relationship type (e.g., "IFCRELCONTAINEDINSPATIALSTRUCTURE") parent_entity: Parent entity name (e.g., "IFCSPACE") ctx: FastMCP Context (auto-injected) parent_predefined_type: Optional predefined type for parent cardinality: "required", "optional", or "prohibited"

Returns: {"status": "added", "facet_type": "partof", "spec_id": "S1"}

Input Schema

NameRequiredDescriptionDefault
spec_idYes
locationYes
relationYes
parent_entityYes
parent_predefined_typeNo
cardinalityNorequired

Input Schema (JSON Schema)

{ "properties": { "cardinality": { "default": "required", "type": "string" }, "location": { "type": "string" }, "parent_entity": { "type": "string" }, "parent_predefined_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "relation": { "type": "string" }, "spec_id": { "type": "string" } }, "required": [ "spec_id", "location", "relation", "parent_entity" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinnividivicci/ifc-ids-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server