Skip to main content
Glama

Iniciar verificacao em lote

solibri_autorun_start

Launch Solibri in autorun to load IFCs, apply rulesets, run checks, and export BCF, reports, and project files. Returns a job ID for status tracking.

Instructions

Abre o Solibri em modo Autorun para carregar IFCs, aplicar rulesets, rodar o checking e exportar BCF, relatorio e projeto. Retorna um jobId; acompanhe com solibri_autorun_status. Exige que o Solibri esteja fechado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelsYesIFCs a abrir, em caminhos relativos ao workspace.
rulesetsNoRulesets .cset ou regras .ids relativos ao workspace.
bcfOutputNoSaida do BCF relativa ao workspace.
smcOutputNoSaida do projeto .smc relativa ao workspace.
bcfVersionNoVersao do BCF. Padrao 2.1.
autocommentNoGerar comentarios automaticos. Padrao true.
reportOutputNoSaida do relatorio .xlsx, .pdf, .rtf ou .html relativa ao workspace.
createPresentationNoCriar apresentacao de resultados. Padrao true.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Given annotations (readOnlyHint=false, openWorldHint=true, destructiveHint=false), the description adds the key constraint that Solibri must be closed before invocation, which is not inferable from annotations. It also discloses that it exports files and returns a jobId, aligning with the open-world side effects. No contradiction with annotations.

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 a single, tightly worded paragraph that front-loads the primary action and essential outputs, then immediately gives the follow-up instruction and the key prerequisite. No wasted words; every sentence 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 tool with 8 parameters and no output schema, the description covers the overall workflow, return value (jobId), and how to track progress. It lacks explicit error handling or timeout notes, but the schema fully documents parameter details, and the async nature is implied by the status tool reference. Adequate for an agent to call it correctly.

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%, so the baseline is 3. The description mentions the main output types (BCF, report, project) which maps to several parameters, but it doesn't add details beyond what the schema already provides for individual parameters like bcfVersion, autocomment, or createPresentation. It offers minimal additional semantic value.

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 tool's purpose: it opens Solibri in Autorun mode to load IFCs, apply rulesets, run checking, and export BCF, report, and project. It distinguishes itself from sibling tools by specifying it returns a jobId to follow with solibri_autorun_status, making its role as the batch-start entry point explicit.

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?

It provides a critical usage precondition (Solibri must be closed) and instructs the agent to monitor progress with solibri_autorun_status, indicating this is the first step of a batch workflow. While it doesn't explicitly list alternatives, the context of being the autorun starter makes its usage clear.

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/Vanderjohnny/solibri-mcp'

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