Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update BIM Model

update_bim_model

Update an existing BIM model by providing the record ID, project ID, and the fields to change. Only supplied fields are modified.

Instructions

Update a BIM Model item. Use this to update an existing BIM records (only the supplied fields are changed). Updates the specified BIM records and returns the modified object on success. Required parameters: id, project_id, bim_model. Procore API: Preconstruction > BIM. Endpoint: PATCH /rest/v1.0/bim_models/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the BIM resource
project_idYesJSON request body field — unique identifier for the project.
bim_modelYesJSON request body field — the bim model for this BIM operation
Behavior3/5

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

Annotations already indicate non-read-only, non-destructive behavior. Description adds that only supplied fields are changed (PATCH semantics) and returns modified object, but no further behavioral details like authorization or rate limits.

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

Conciseness3/5

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

Description includes some redundancy ('Update a BIM Model item' and 'Use this to update...') and extraneous endpoint info. Could be more concise while retaining clarity.

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

Completeness3/5

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

Mentions return value (modified object) and required params. No explanation of nested bim_model structure, error handling, or constraints. Adequate for moderate complexity but misses some context.

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%, so parameters are well-documented in schema. Description only repeats required param names and endpoint path, adding no new semantic meaning beyond schema.

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?

Description clearly states verb 'update' and resource 'BIM Model item,' distinguishing it from sibling tools like create_bim_model, delete_bim_model, and list_bim_models.

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?

Explicitly states when to use (to update existing BIM records) and notes partial update behavior. Lacks explicit when-not-to-use or alternative tool mentions, but required parameters are listed.

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