Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show BIM Geometry File Bundle (Deprecated)

show_bim_geometry_file_bundle
Read-onlyIdempotent

Need full BIM Geometry File Bundle details? Provide its ID and project ID to retrieve the complete record.

Instructions

Return BIM Geometry File Bundle details. DEPRECATED: Procore has deprecated this endpoint (as of 2024-11-04). It is scheduled for removal on 2025-11-30; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this when you already know which BIM geometry file bundle you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the BIM geometry file bundle. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API: Preconstruction > BIM. Endpoint: GET /rest/v1.0/bim_geometry_file_bundles/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — bIM Geometry File Bundle ID
viewNoQuery string parameter — the compact view contains only ids. The extended view contains the response shown below. The normal view contains ids instead of objects for each file object. The default view is normal.
project_idYesQuery string parameter — unique identifier for the project.
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, etc.), the description discloses error behavior with specific HTTP statuses (401, 403, 404) and reaffirms the read-only nature ('changes nothing in Procore'). This adds valuable context not present in the structured annotations.

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

Conciseness4/5

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

The description is multi-sentence but tightly packed: it covers purpose, deprecation, usage, errors, and endpoint in a compact form. Every sentence adds value, with no redundant fluff. It is slightly longer than average but justified by the deprecation notice and error guidance.

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

Completeness5/5

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

Given no output schema, the description sufficiently covers all key aspects: what it returns (single JSON object), required parameters, error cases, read-only behavior, deprecation schedule, and the REST endpoint. It leaves no major operational gap for an agent.

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?

The input schema already provides descriptions for all three parameters (100% coverage), including the 'view' enum semantics. The description adds minimal extra meaning beyond re-stating required parameters and the prerequisite that 'id must identify an existing parent record'; it does not enrich the parameter details significantly.

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 a clear action and resource: 'Return BIM Geometry File Bundle details.' It further specifies the intended use case ('when you already know which BIM geometry file bundle you want and need its full field set'), distinguishing it from list/search tools among the siblings.

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 explicit usage context: 'Use this when you already know which BIM geometry file bundle you want' and instructs resolving the id via the matching list tool first. It also gives an alternative for deprecated functionality: 'prefer a newer version... use procore_search_endpoints to find it.'

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/TylerIlunga/procore-mcp-server'

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