Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create A New Layer

create_a_new_layer

Create a new document markup layer within a Procore project context. Provide company, project, name, type, and context IDs to get the layer created with its new ID.

Instructions

Create a new layer within a context. company_id and project_id default to the values set by procore_set_config when omitted. Creates the layer and returns it with its new id (HTTP 201); calling it again creates another record. 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: company_id, project_id, name, type, context_id. Procore API (v2.0): Project Management > Document Markup. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/layers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesJSON request body field — the name for this Document Markup operation
typeYesJSON request body field — the type for this Document Markup operation
settingsNoJSON request body field — the settings for this Document Markup operation
company_idYesURL path parameter — unique identifier of the company
context_idYesJSON request body field — unique identifier of the context
project_idYesURL path parameter — unique identifier of the project
visibilityNoJSON request body field — the visibility for this Document Markup operation
order_indexNoJSON request body field — the order index for this Document Markup operation
Behavior5/5

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

Annotations already indicate readOnlyHint=false and idempotentHint=false; the description adds important behavioral details: non-idempotency ('calling it again creates another record'), success status (HTTP 201), and failure modes (401/403/404). It also discloses the defaulting behavior and endpoint, enriching the agent's understanding beyond the annotations.

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 a single paragraph of about five sentences, each carrying useful information: purpose, defaults, success/failure behavior, required parameters, and endpoint. It is well-structured and front-loaded, though it could be slightly shorter without losing critical details.

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 8 parameters and no output schema, the description provides sufficient context for a create operation. It covers success response (returns new id), common errors, and required inputs. It does not explain every optional parameter's effect, but the input schema covers those, so the description is complete enough.

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 all 8 parameters with descriptions, so baseline is 3. The description adds value by explaining that company_id and project_id default to config-set values, which affects whether they must be supplied. It also re-lists required parameters, but does not elaborate on each parameter beyond what the schema already provides.

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 'Create a new layer within a context,' providing a specific verb and resource. It further clarifies behavior with 'Creates the layer and returns it with its new id (HTTP 201)' and distinguishes it from sibling update/delete/get tools by focusing solely on creation.

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 explains that company_id and project_id default to procore_set_config values, which helps determine when parameters can be omitted. It lists required parameters and gives error scenarios, but does not explicitly name alternative tools for other operations (e.g., update_layer or delete_layer).

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