Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Drawing Area

create_drawing_area

Creates a drawing area in a Procore project using project ID and name, returns the created object.

Instructions

Create a new Drawing Area in the specified Project. 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, name. Procore API (v1.1): Project Management > Drawings. Endpoint: POST /rest/v1.1/projects/{project_id}/drawing_areas

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
nameYesJSON request body field — drawing Area name
descriptionNoJSON request body field — drawing Area description
Behavior3/5

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

Annotations already indicate it is not read-only, destructive, or idempotent. The description adds that it returns a 201 status and the created object on success. This is minimal extra context; it does not discuss authorization, rate limits, or side effects beyond creation.

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 three sentences long, front-loaded with the core action, and includes essential details (endpoint, required params, success response). Every sentence earns its place without redundancy.

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?

For a creation tool with no output schema, the description adequately explains the return (created object on 201). It covers the key aspects: what it does, required inputs, and the expected response. Could be improved by mentioning error handling or scope limits, but overall sufficient.

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% with clear descriptions for all three parameters. The description highlights required fields (project_id, name) but adds no semantic nuance beyond the schema. Baseline score of 3 is appropriate.

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 the action (create), the resource (Drawing Area), and the project context. It includes the API endpoint and success response. However, it does not differentiate from sibling tools like create_drawing or create_drawing_set, 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 Guidelines2/5

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

The description says 'Use this to create a new Drawings in Procore' but provides no guidance on when to use this tool versus alternatives (e.g., create_drawing, create_drawing_set). There is no mention of prerequisites, when not to use, or comparison to siblings.

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