Skip to main content
Glama

Fragment MCP Server

load-frag

Loads a .frag file containing Building Information Modeling (BIM) fragments into the Fragment MCP Server, enabling efficient BIM data queries and management. Requires file path as input.

Instructions

Load a .frag file. Needs file-system server

Input Schema

NameRequiredDescriptionDefault
filePathYesFull path of the file to load with fragments

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "Full path of the file to load with fragments", "type": "string" } }, "required": [ "filePath" ], "type": "object" }
Install Server

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