Skip to main content
Glama

IDS MCP Server

add_specification

Define requirements for building information models by adding specifications with IFC version compatibility, occurrence limits, and implementation guidance.

Instructions

Add a specification to the current session's IDS document.

Args: name: Specification name ifc_versions: List of IFC versions (e.g., ["IFC4", "IFC4X3"]) ctx: FastMCP Context (auto-injected) identifier: Optional unique identifier description: Why this information is required instructions: How to fulfill requirements min_occurs: Minimum occurrences (0 = optional) max_occurs: Maximum occurrences (int or "unbounded")

Returns: { "status": "added", "spec_id": "S1", "ifc_versions": ["IFC4"] }

Input Schema

NameRequiredDescriptionDefault
nameYes
ifc_versionsYes
identifierNo
descriptionNo
instructionsNo
min_occursNo
max_occursNounbounded

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "identifier": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "ifc_versions": { "items": { "type": "string" }, "type": "array" }, "instructions": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "max_occurs": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "default": "unbounded" }, "min_occurs": { "default": 0, "type": "integer" }, "name": { "type": "string" } }, "required": [ "name", "ifc_versions" ], "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