Skip to main content
Glama

IDS MCP Server

create_ids

Create IDS documents for building information modeling that comply with the buildingSMART IDS 1.0 standard. Generate specifications with required title, author, version, and purpose details for construction projects.

Instructions

Create a new IDS document for this session.

Session is automatically tracked by FastMCP - no session_id parameter needed!

Args: title: Document title (required) ctx: FastMCP Context (auto-injected) author: Author email or name version: Version string date: Date in YYYY-MM-DD format description: Document description copyright: Copyright notice milestone: Project milestone purpose: Purpose of this IDS

Returns: { "status": "created", "session_id": "auto-generated-by-fastmcp", "title": "..." }

Input Schema

NameRequiredDescriptionDefault
titleYes
authorNo
versionNo
dateNo
descriptionNo
copyrightNo
milestoneNo
purposeNo

Input Schema (JSON Schema)

{ "properties": { "author": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "copyright": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "milestone": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "purpose": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "title": { "type": "string" }, "version": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "required": [ "title" ], "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