Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update BIM Model Revision

update_bim_model_revision
Idempotent

Modify an existing BIM Model Revision by changing only the fields you need; returns the updated revision.

Instructions

Update a BIM Model Revision. The attributes published_model_upload_uuid and object_definition_upload_uuid should only be provided if the model is not associated to any upload. If a model is already associated to an upload, providing these attributes will cause error response. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified BIM model revision on success. 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, bim_model_revision. Procore API: Preconstruction > BIM. Endpoint: PATCH /rest/v1.0/bim_model_revisions/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — bIM Model Revision ID
project_idYesJSON request body field — unique identifier for the project.
bim_model_revisionYesJSON request body field — the bim model revision for this BIM operation
Behavior5/5

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

Annotations already indicate readOnly=false, destructive=false, and idempotent=true. The description adds significant behavioral detail beyond this: the conditional rule for `published_model_upload_uuid`/`object_definition_upload_uuid`, the partial update behavior, and the HTTP error semantics (401/403/404). This gives the agent a clear picture of side effects and failure modes.

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 dense but every sentence earns its place: core action, conditional attribute rule, partial update semantics, ID resolution guidance, return value, error codes, required parameters, and API context. It is front-loaded with the key verb+resource and maintains a logical flow without repetition or fluff.

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?

For a mutation tool with no output schema, the description is remarkably complete. It covers prerequisites (existing parent record), partial update behavior, specific conditional constraints, success return value, common failure modes, and endpoint information. The agent has enough context to invoke the tool correctly and interpret errors.

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?

The input schema covers all 3 parameters with descriptions, giving a baseline of 3. The description adds value by explaining that `id` must reference an existing parent record and should be resolved via a list tool, and by describing two sub-attributes not present in the schema (published_model_upload_uuid, object_definition_upload_uuid) that influence behavior. This compensates for schema gaps.

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 'Update a BIM Model Revision,' which is a specific verb+resource statement that clearly distinguishes this update operation from create/list/show/delete siblings. It further clarifies partial update semantics, making the tool's purpose unmistakable.

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?

The description provides clear context for when to use the tool (updating existing revisions) and includes a specific directive: 'id must identify an existing parent record — resolve it with the matching list tool first.' It also states that omitted fields keep their current values. However, it does not explicitly name alternative tools or exclude scenarios (e.g., 'use create_bim_model_revision for new revisions'), leaving the guideline slightly implicit.

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