Skip to main content
Glama

IDS MCP Server

add_material_facet

Add material requirements to building specifications by defining material names, categories, or URIs as required, optional, or prohibited for specific sections.

Instructions

Add a material facet to a specification.

Args: spec_id: Specification identifier location: "applicability" or "requirements" material_value: Material name, category, or URI ctx: FastMCP Context (auto-injected) cardinality: "required", "optional", or "prohibited"

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

Input Schema

NameRequiredDescriptionDefault
spec_idYes
locationYes
material_valueYes
cardinalityNorequired

Input Schema (JSON Schema)

{ "properties": { "cardinality": { "default": "required", "type": "string" }, "location": { "type": "string" }, "material_value": { "type": "string" }, "spec_id": { "type": "string" } }, "required": [ "spec_id", "location", "material_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