Skip to main content
Glama
JardiMargalefAgusti

bSDD MCP Server

bsdd_list_dictionaries

Discover bSDD dictionaries like IFC, ETIM, UniClass and their URIs for BIM classification and property data.

Instructions

List available bSDD dictionaries (IFC, ETIM, UniClass, etc.). Use to discover classification systems and their URIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (default 50)
offsetNoPagination offset (default 0)
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It does explain that this is a discovery operation returning URIs, but it omits details like pagination behavior (though limit/offset are in schema) and response format. This is acceptable for a simple list endpoint 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?

The description is exceptionally concise: two sentences, no wasted words. It front-loads the action and resource, then adds a brief purpose. 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?

For a simple list tool with two optional parameters and no output schema, the description covers the essential purpose and value. It doesn't explain the output structure, but that's likely straightforward given the listing nature. Given the low complexity, this is adequately complete.

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 coverage is 100% and both `limit` and `offset` are well-described in the schema itself. The description does not add any additional parameter context, which is fine since the schema already conveys meaning; thus 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 clearly states the action ('List') and the resource ('available bSDD dictionaries'), with concrete examples (IFC, ETIM, UniClass) that make the scope obvious. It also distinguishes itself from sibling tools by focusing on dictionary discovery rather than class/property lookup.

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?

The phrase 'Use to discover classification systems and their URIs' provides a clear use case. While it doesn't explicitly exclude alternatives, the sibling tools are focused on searching/getting specific entities, so the intent is unambiguous and contextual.

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