Skip to main content
Glama

Fragment MCP Server

convert-ifc-to-frag

Convert IFC files to .frag format using a file-system server for streamlined processing and querying of BIM data in the Fragment MCP Server.

Instructions

Convert an IFC file to a .frag file. Needs file-system server

Input Schema

NameRequiredDescriptionDefault
inputPathYesFull path of the IFC file to convert
outputPathYesFull path where the output .frags file will be saved

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputPath": { "description": "Full path of the IFC file to convert", "type": "string" }, "outputPath": { "description": "Full path where the output .frags file will be saved", "type": "string" } }, "required": [ "inputPath", "outputPath" ], "type": "object" }

Other Tools from Fragment MCP Server

Related Tools

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/helenkwok/openbim-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server