Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Drawing Revision

update_drawing_revision
Idempotent

Update a drawing revision in Procore by specifying project and revision IDs, sending only the fields to change while others retain current values. Receive the updated revision or an error status.

Instructions

Update specified Drawing Revision. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "drawing_revision" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified drawing 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: project_id, id. Procore API: Project Management > Drawings. Endpoint: PATCH /rest/v1.0/projects/{project_id}/drawing_revisions/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — iD of the Drawing Revision
floorplanNoJSON request body field — revision floorplan status
drawing_idNoJSON request body field — unique identifier of the drawing
project_idYesURL path parameter — unique identifier for the project.
drawing_dateNoJSON request body field — the drawing date in YYYY-MM-DD format
received_dateNoJSON request body field — the received date in YYYY-MM-DD format
drawing_set_idNoJSON request body field — unique identifier of the drawing set
revision_numberNoJSON request body field — the revision number for this Drawings operation
custom_field_%{custom_field_definition_id}NoJSON request body field — value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ...
Behavior5/5

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

Even with annotations present, the description adds significant behavioral detail: partial update semantics ('omitted fields keep their current values'), payload abstraction ('nested under drawing_revision'), defaulting of project_id, return value, and the common HTTP error codes (401/403/404) with their meanings. This goes well beyond the idempotentHint/readOnlyHint annotations and contains no contradictions.

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 compact and front-loaded with the core action, then logically flows through update behavior, parameter handling, identification requirements, returns, errors, required params, and API context. Every sentence provides distinct value; there is no redundancy or filler. The endpoint and API category are concise, useful metadata.

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 an update tool with 9 parameters and no output schema, the description is remarkably complete. It covers what it does, how partial updates work, how parameters are passed, how project_id and id are resolved, expected success response, and failure modes with common error statuses. This gives an agent everything needed to select and invoke the tool correctly.

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 schema already covers all 9 parameters with descriptions (100% coverage), so the baseline is 3. The description adds useful extra semantics: project_id defaults to procore_set_config when omitted, and the note about passing fields as top-level arguments while they nest under 'drawing_revision' in the payload explains the parameter mapping. This pushes it above baseline, though it does not provide field-by-field detail beyond what the schema offers.

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 specific verb+resource: 'Update specified Drawing Revision.' It also includes the exact REST endpoint (PATCH /rest/v1.0/projects/{project_id}/drawing_revisions/{id}) and API category, which clearly distinguishes it from sibling list/show/create/delete drawing revision tools. The scope is unambiguous.

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 usage context: it tells the agent to resolve the id with 'the matching list tool first' and notes that project_id defaults to the value set by procore_set_config. This is solid guidance for when to use it, though it does not explicitly contrast with alternatives like update_drawing or update_drawing_set. A small deduction for lacking when-not-to-use exclusions.

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