Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Image

update_image

Update an existing image in a Procore project by specifying its ID and project ID. Modify only the supplied fields like description, private status, or location.

Instructions

Update an existing Image in a Project. Use this to update an existing Photos (only the supplied fields are changed). Updates the specified Photos and returns the modified object on success. Required parameters: id, project_id. Procore API: Project Management > Photos. Endpoint: PATCH /rest/v1.0/images/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Photos resource
project_idYesQuery string parameter — unique identifier for the project.
privateNoJSON request body field — the Private status of the Image. Defaults to a project configuration.
descriptionNoJSON request body field — image description
image_category_idNoJSON request body field — image Category ID to move the Image to
location_idNoJSON request body field — if you want to use an existing location and you have the ID of that existing location use this. `location_id` takes precedence over `mt_location`
daily_log_segment_idNoJSON request body field — daily Log Segment ID
mt_locationNoJSON request body field — use this for creating a new multi-tier or single-tier Location. This will be ignored if `location_id` is provided.
trade_idsNoJSON request body field — an array of IDs of the Trades of the Image
log_dateNoJSON request body field — the log date in YYYY-MM-DD format
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false) and non-destructive nature (destructiveHint=false). The description adds value by specifying it performs a partial update ('only the supplied fields are changed') and returns the modified object, providing useful behavioral context beyond 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 front-loaded with the purpose and consists of five concise sentences. While it includes useful API endpoint info, it could be slightly more streamlined by removing the redundant 'Use this to update an existing Photos' phrase. Overall efficient.

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 no output schema, the description adequately covers the tool's behavior: partial update, return of modified object, and required parameters. It does not include error scenarios or side effects, but for a straightforward update tool with high schema coverage, this is 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?

Input schema has 100% description coverage, so the baseline is 3. The description only reiterates required parameters (id, project_id) and does not add new meaning beyond what the schema already provides for each parameter.

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 clearly states 'Update an existing Image in a Project,' uses specific verb and resource, and distinguishes itself from create/delete operations. It also mentions partial update behavior ('only the supplied fields are changed') and provides API context.

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 says 'Use this to update an existing Photos,' implying when to use, but does not explicitly state when not to use or mention alternatives like create_image or delete_image among the many sibling tools. The guidance is implicit rather than explicit.

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