Skip to main content
Glama

IDS MCP Server

export_ids

Export IDS documents to XML format with automatic validation against XSD schemas, supporting file output or direct XML string returns.

Instructions

Export IDS document to XML file using IfcTester.

Uses current session automatically - no session_id parameter needed!

Args: ctx: FastMCP Context (auto-injected) output_path: File path (optional, returns XML string if not provided) validate: Whether to validate against XSD (default: True)

Returns: { "status": "exported", "xml": "...", # If no output_path "file_path": "...", # If output_path provided "validation": {"valid": true, "errors": []} }

Input Schema

NameRequiredDescriptionDefault
output_pathNo
validateNo

Input Schema (JSON Schema)

{ "properties": { "output_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "validate": { "default": true, "type": "boolean" } }, "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