Skip to main content
Glama
TylerIlunga

Procore MCP Server

Publish Drawing Revisions

publish_drawing_revisions

Publish drawing revisions for a specific drawing set in a Procore project. Sends the publish request and returns Procore's response, with errors reported as HTTP status payloads.

Instructions

Publish Drawing Revisions in the specified Project. project_id defaults to the value set by procore_set_config when omitted. Acts on the drawing revision and returns Procore's response for the operation. 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, drawing_set_id. Procore API: Project Management > Drawings. Endpoint: POST /rest/v1.0/projects/{project_id}/drawing_revisions/publish

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
distributeNoJSON request body field — drawing log subscribers will be sent a notification email after drawings have been published and distributed. Additionally, a push notification will appear on mobile devices for Procore users with ...
project_idYesURL path parameter — unique identifier for the project.
drawing_set_idYesJSON request body field — unique identifier of the drawing set
drawing_area_idNoJSON request body field — drawing Area ID. Is required only if Drawing Area is enabled.
Behavior4/5

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

The description discloses error payload behavior (401, 403, 404), the defaulting of project_id from procore_set_config, and the fact that it returns Procore's response. This goes beyond the annotations, which only indicate a non-read-only, non-destructive operation. However, it doesn't detail the core side effects of publishing (e.g., notifications) beyond the schema's distribute parameter.

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 efficiently written in three sentences, front-loading the purpose and then adding useful defaults and error codes. Each sentence contributes information without fluff, though it packs in endpoint details that could be considered redundant.

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?

The description covers error codes, defaults, and permissions, which is helpful for a mutation tool. However, it lacks a clear explanation of what publishing entails (e.g., making revisions visible, distributing) and how drawing_set_id relates to individual revisions. The absence of output schema makes the vague 'returns Procore's response' less informative.

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?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds value by specifying that project_id defaults to the procore_set_config value when omitted, which is not in the schema. It also reiterates required parameters but doesn't explain the relationship between drawing_set_id and the revisions being published.

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 clearly states the tool publishes drawing revisions within a specified project, using a specific verb+resource+scope. It distinguishes itself from sibling tools like list_drawing_revisions and update_drawing_revision by focusing on the publish action.

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

Usage Guidelines2/5

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

The description does not explicitly state when to use this tool versus alternatives such as list or update drawing revisions. It provides context about defaults and error scenarios but no guidance on tool selection or 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