Skip to main content
Glama

IDS MCP Server

add_classification_facet

Add classification facets to building specifications to categorize and organize requirements by classification systems and codes.

Instructions

Add a classification facet to a specification.

Args: spec_id: Specification identifier location: "applicability" or "requirements" classification_value: Classification code or pattern ctx: FastMCP Context (auto-injected) classification_system: Classification system name or URI cardinality: "required", "optional", or "prohibited"

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

Input Schema

NameRequiredDescriptionDefault
spec_idYes
locationYes
classification_valueYes
classification_systemNo
cardinalityNorequired

Input Schema (JSON Schema)

{ "properties": { "cardinality": { "default": "required", "type": "string" }, "classification_system": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "classification_value": { "type": "string" }, "location": { "type": "string" }, "spec_id": { "type": "string" } }, "required": [ "spec_id", "location", "classification_value" ], "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