Skip to main content
Glama

IDS MCP Server

load_ids

Load an existing IDS file or XML string into the current session to manage buildingSMART Information Delivery Specifications, replacing any existing IDS data.

Instructions

Load an existing IDS file into the current session.

Replaces any existing IDS in this session.

Args: source: File path or XML string ctx: FastMCP Context (auto-injected) source_type: "file" or "string"

Returns: { "status": "loaded", "title": "...", "specification_count": 3, "specifications": [...] }

Input Schema

NameRequiredDescriptionDefault
sourceYes
source_typeNofile

Input Schema (JSON Schema)

{ "properties": { "source": { "type": "string" }, "source_type": { "default": "file", "type": "string" } }, "required": [ "source" ], "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