Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Location (Admin)

create_location_admin

Creates a new location in a Procore project. Requires project ID and admin permissions.

Instructions

Create a new Location for the specified Project. Note: This endpoint requires Project Admin permissions and does not respect the "Disable Dynamic Location Creation" project configuration. Use this to create a new Project records in Procore. Creates a new Project records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Core > Project. Endpoint: POST /rest/v1.0/projects/{project_id}/locations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
node_nameNoJSON request body field — the Node Name of the Location
parent_idNoJSON request body field — the ID of the Parent Location of the Location
Behavior4/5

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

Description adds behavioral context beyond annotations: requires admin permissions, bypasses a project configuration, returns the created object with HTTP 201. Annotations already indicate readOnlyHint=false and destructiveHint=false, so the description correctly frames this as a mutation with additive behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description contains redundant and slightly inaccurate phrases, such as 'Use this to create a new Project records' and 'Creates a new Project records', which are repeated. The essential information could be conveyed in two concise sentences.

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?

Given the tool has 3 parameters and no output schema, the description covers key aspects: permissions, configuration override, and HTTP success status. However, it lacks details on error conditions, response structure (though none provided), and potential duplicate handling. The confusion about 'Project records' also undermines completeness.

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 already describes all three parameters with 100% coverage. The description only repeats that project_id is required and mentions the endpoint structure, adding no new semantic meaning for node_name or parent_id. Baseline 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?

Description clearly states it creates a new location for a project. It mentions the required admin permission and configuration override, hinting at a distinction from the sibling 'create_location' tool. However, it does not explicitly compare to siblings, and there is a minor confusion referring to 'Project records' instead of locations.

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?

Description provides context on when to use this tool: requires Project Admin permissions and can bypass the 'Disable Dynamic Location Creation' setting. This helps differentiate usage, but it does not explicitly name alternative tools or provide when-not-to-use guidance.

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