Skip to main content
Glama

Search classes and properties (free text)

bsdd_search_text
Read-onlyIdempotent

Search buildingSMART Data Dictionary for classes and properties using free text. Filter by type, dictionary, verification status, and more.

Instructions

Free-text search returning both classes and properties. Pagination is shared: classes are listed first, properties after them. Note that the IFC dictionary is only included when includePreview is true (the default here); use bsdd_search_classes for class-only searches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return (1-1000). Defaults to 50.
offsetNoZero-based offset of the first item returned. Default 0.
searchTextYesText to search for.
typeFilterNoFilter by type: "Class", "Property", "Material", "GroupOfProperties", or a semicolon separated list.
onlyVerifiedNoOnly return results from verified dictionaries.
dictionaryUrisNoOptional list of dictionary URIs to restrict the search to.
includePreviewNoInclude dictionaries in preview state. Defaults to true here, because IFC is one of them.
includeInactiveNoInclude inactive items. Default false.
onlyLatestVersionNoOnly search the latest version of each dictionary.
includeSearchDescriptionsNoAlso search in descriptions. Default false.
Install Server

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations (readOnly, openWorld, idempotent), the description discloses shared pagination behavior ('classes are listed first, properties after them') and the IFC preview default, which are meaningful behavioral nuances. This adds substantial context that would not be obvious from the schema alone.

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 consists of three sentences, each delivering distinct information: purpose, pagination behavior, and an alternative tool with a default note. It is front-loaded and contains no redundant or filler content.

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?

With 10 parameters and no output schema, the description covers the most important behavioral aspects: the combined result type, pagination, and IFC preview condition. It does not detail the return structure, but for a search tool the description is sufficiently complete to guide correct invocation and interpretation.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds semantic value by explaining that includePreview defaults to true here and that this affects IFC dictionary inclusion, and by connecting the shared pagination to the semantics of limit/offset. This goes beyond merely restating parameter descriptions.

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 opens with 'Free-text search returning both classes and properties,' which clearly states the tool's purpose with a specific verb and resource. It also distinguishes itself from the sibling bsdd_search_classes by noting 'use bsdd_search_classes for class-only searches,' making the differentiation explicit.

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

Usage Guidelines5/5

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

The description provides direct usage guidance: it tells users to use bsdd_search_classes for class-only searches, and it clarifies the IFC dictionary inclusion condition with includePreview. This gives clear when-to-use and when-not-to-use instructions relative to the sibling tool.

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

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/nhantruong96/bsdd-mcp'

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