Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Drawing

create_drawing

Create a new drawing in a Procore project by providing drawing area ID, number, and discipline.

Instructions

Create specified Drawing. For additional information on using the Create Drawing Upload endpoint, see the 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: drawing_area_id, number, drawing_discipline. Procore API (v1.1): Project Management > Drawings. Endpoint: POST /rest/v1.1/drawing_areas/{drawing_area_id}/drawings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
drawing_area_idYesURL path parameter — iD of the drawing area
numberYesJSON request body field — drawing number
titleNoJSON request body field — drawing title
drawing_disciplineYesJSON request body field — the drawing discipline for this Drawings operation
Behavior3/5

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

Annotations already indicate write operation (readOnlyHint false) and non-destructive (destructiveHint false). The description adds that it returns the created object on HTTP 201 and the endpoint structure, but no deeper behavioral context like auth requirements or side effects.

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 mostly concise, but includes a tutorial link and endpoint info that could be streamlined. No unnecessary repetition.

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?

Given good schema and annotations, the description adequately covers the tool's behavior and return value. No output schema but description states returns created object.

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 baseline is 3. The description only lists required parameters without adding semantic meaning beyond the schema's field descriptions.

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 it creates a new drawing, with specific verb and resource. However, it does not differentiate from other drawing-related creation tools like create_drawing_area or create_drawing_set, which are present among siblings.

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 provides a tutorial link and lists required parameters, but does not explicitly state when to use this tool versus alternatives or provide exclusion criteria.

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