Skip to main content
Glama

Ler BCF

solibri_read_bcf
Read-only

Reads BCF files from the workspace, returning structured issues with counts by status, priority, type, and assignee for efficient analysis.

Instructions

Le um arquivo BCF do workspace e devolve as issues estruturadas, com contagens por status, prioridade, tipo e responsavel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesCaminho do BCF relativo ao workspace.
limitNoNumero maximo de issues detalhadas a retornar. Padrao 50.
sortBySeverityNoOrdenar as issues das mais graves para as menos graves.
includeCommentsNoIncluir os comentarios de cada issue.
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description correctly aligns with a read-only operation. It adds context about the return format (structured issues with counts) but does not disclose potential edge cases like file-not-found behavior or performance implications. The added output detail is useful, but with annotations covering safety, a 3 is appropriate.

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?

A single, front-loaded sentence states the purpose and key output. There is zero wasted wording, and the essential information is immediately clear.

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 straightforward read operation with well-documented parameters and annotations, the description adequately conveys what the tool does and returns. It lacks detailed output schema (no output schema exists) but the high-level summary of issues with counts is sufficient for an agent to understand the tool's deliverable.

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% – all four parameters have descriptions already. The tool description does not add further parameter-level detail beyond what the schema provides. Baseline of 3 applies because the schema does the heavy lifting.

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 states a specific verb ('Le' – read), a specific resource (BCF file from workspace), and the expected output (structured issues with counts by status, priority, type, and responsible). It clearly distinguishes from siblings like solibri_export_bcf, which is for exporting rather than reading.

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

Usage Guidelines3/5

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

The description implies the tool is for reading existing BCF files, but it does not explicitly mention when to use it over alternatives or any exclusions. It is not misleading, but it lacks explicit guidance on sibling tool selection (e.g., solibri_export_bcf vs this).

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