Skip to main content
Glama
JardiMargalefAgusti

bSDD MCP Server

bsdd_get_property

Get full bSDD property specifications: data type, unit, allowed values, and connected property sets. Understand what a BIM property means and what values it accepts.

Instructions

Get full details of a bSDD property: data type, unit, allowed values, connected property sets. Use to understand what a BIM property means and what values it accepts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYesProperty URI (from class properties or search results)
languageCodeNoISO language code (e.g. 'es', 'en')
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses the return contents (data type, unit, allowed values, connected property sets) and 'Get' implies a read-only operation, but it does not explicitly state no side effects, authorization needs, or behavior on invalid URIs. This is acceptable but not richly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, zero waste. The main purpose is front-loaded, followed by a clear usage directive. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description sufficiently conveys the tool's return value (property details) and use case, which is adequate given the simple schema and absence of an output schema. It could mention languageCode behavior, but the schema covers that parameter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the parameters are straightforward (uri, languageCode). The description does not add parameter-specific semantics beyond what the schema already provides, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Get') and resource ('bSDD property'), and clearly differentiates from siblings by enumerating the details returned (data type, unit, allowed values, connected property sets). This distinguishes it from related tools like bsdd_get_class_properties and bsdd_get_property_classes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Use to understand what a BIM property means and what values it accepts' provides clear guidance on when to invoke the tool. However, it does not explicitly state when not to use it or mention alternatives, so it falls short of a full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/JardiMargalefAgusti/bSDD-mcp'

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