Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Drawing Upload

create_drawing_upload

Create a new drawing upload in a Procore project by specifying a drawing set and upload files. Each file generates a DrawingLogImport and ProstoreFile, processed asynchronously.

Instructions

Create a new Drawing Upload in the specified project. It creates one DrawingUpload, which includes a DrawingLogImport and a ProstoreFile for each file uploaded. The Drawing Upload will be processed asynchronously after the response. For additional information on using the Create Drawing endpoint, see Direct Drawing Uploads tutorial. Use this to create a new Drawings in Procore. Creates a new Drawings and returns the created object on success (HTTP 201). Required parameters: project_id, drawing_set_id, drawing_log_imports. Procore API (v1.1): Project Management > Drawings. Endpoint: POST /rest/v1.1/projects/{project_id}/drawing_uploads

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
Idempotency-TokenNoJSON request body field — unique idempotent token
drawing_area_idNoJSON request body field — drawing Area ID *Required only if Drawing Area is turned on
drawing_number_contains_revisionNoJSON request body field — drawing number contains revision status
drawing_set_idYesJSON request body field — unique identifier of the drawing set
get_info_from_filenameNoJSON request body field — get drawing title, number from filename
drawing_log_importsYesJSON request body field — array of Drawing Log Import parameters. There should be one Drawing Log Import per file/Upload in the Drawing Upload.
Behavior4/5

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

Beyond annotations (which already indicate readOnlyHint=false and destructiveHint=false), the description adds that the upload processes asynchronously after the response, which is useful behavioral context.

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?

The description is somewhat verbose with redundant phrases like 'Use this to create a new Drawings in Procore. Creates a new Drawings and returns the created object on success (HTTP 201).' It could be more concise.

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

Completeness4/5

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

With no output schema, the description adequately explains the return value (created object) and async behavior. It covers key parameters and points to a tutorial. However, it lacks explicit comparison to sibling tools.

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 covers 100% of parameters. The description adds context by explaining that drawing_log_imports should have one per file/upload and lists the required parameters. This goes beyond the schema's structural details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that it creates a Drawing Upload in a specified project and breaks down what that includes (DrawingUpload, DrawingLogImport, ProstoreFile). However, it does not differentiate itself from sibling tools like create_drawing, which could cause confusion.

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

Usage Guidelines3/5

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

The description includes a link to a tutorial and notes that it is used to create drawings, but it does not explicitly state when to use this tool versus alternatives, nor does it provide 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