Skip to main content
Glama

Fragment MCP Server

load-frag

Load a .frag file into the Fragment MCP Server to process and query Building Information Modeling (BIM) data by category. Requires the file path of the fragment file.

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" }

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