Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Project Location

update_project_location
Idempotent

Partially update a project location's node name or parent. Send only changed fields; omitted fields keep current values. Requires project and location IDs.

Instructions

Update the specified Location. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "location" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted, and location_id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified project location on success. 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: project_id, location_id. Procore API: Core > Project. Endpoint: PATCH /rest/v1.0/projects/{project_id}/locations/{location_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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
project_idYesURL path parameter — unique identifier for the project.
location_idYesURL path parameter — unique identifier of the location
Behavior5/5

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

Beyond the annotations, the description details partial update behavior, automatic project_id defaulting, the need to pre-resolve location_id, and the error payload format with common HTTP status codes (401, 403, 404). It also clarifies that fields are passed as top-level arguments but nested under 'location' in the payload, which is critical for correct invocation.

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 well-structured and information-dense, with the main verb and resource in the first sentence followed by essential usage details. Every sentence contributes value—partial update semantics, payload nesting, defaults, error handling, and required parameters—without redundancy.

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

Completeness5/5

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

With four parameters, no output schema, and annotations already present, the description covers all necessary operational details: what fields to send, how defaults work, how to resolve the location, what the return value is, and how errors are reported. It is complete for an agent to select and invoke this tool correctly.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful parameter context beyond the schema: project_id defaults to procore_set_config when omitted, location_id must reference an existing record and be resolved via a list tool, and omitted parameters retain their current values. This elevates the score above baseline.

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 core action ('Update the specified Location') and provides endpoint details (PATCH /rest/v1.0/projects/{project_id}/locations/{location_id}), making the resource scope apparent. However, it does not explicitly differentiate this tool from the sibling 'update_location' tool, even though the endpoint confirms it is project-scoped.

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 gives clear guidance on partial updates ('Send only the fields you intend to change; omitted fields keep their current values') and instructs the user to resolve location_id with the matching list tool first. It does not explicitly state when not to use this tool or name alternative list tools, but the context is sufficient for typical use.

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